Posts by Beatriz • 61 points
4 posts
-
1
votes0
answers57
viewsQ: Simplebrowser - Click a button on a web page
Good morning, I am trying to upload a file online and upload this uploaded file after clicking the button. All this using Simplebrowser. However, in no way I can click this button, I believe that…
-
3
votes1
answer1156
viewsQ: Unable to create an instance of Activex control because the current thread is not in an STA
I’m trying to access a website through Webbrowser and this morning, suddenly, the following error appeared Unable to create an Activex control instance '8856f961-340a-11d0-a96b-00c04fd705a2' because…
-
0
votes0
answers35
viewsQ: Condition for running alarms on Windows Phone 8.0
When creating an alarm for Windows Phone 8.0 using the following code: Alarm alarm = new Alarm(nome) { BeginTime = dateValue, ExpirationTime = dateValue2, Content = "Horário!!!", RecurrenceType =…
-
0
votes1
answer626
viewsQ: Error when connecting PHP Activerecord with XAMPP phpmyadmin
When trying to connect phpactiverecord to the database in XAMPP phpmyadmin through this code: <?php require_once 'php-activerecord/ActiveRecord.php'; $cfg = ActiveRecord\Config::instance ();…