Forum: PHP May 20th, 2009 |
| Replies: 3 Views: 298 yea i edited it. Supposed to be $NumofDogs which would be a count($dogs) |
Forum: PHP May 20th, 2009 |
| Replies: 3 Views: 298 If this is my code how would I loop to the next dog of the current owner after the dog has been fed 3 times.
Foreach ($owners as $owner) {
For($x=1;$x<=$NumOfDogs;$x++) {
$dog =... |
Forum: VB.NET Apr 28th, 2009 |
| Replies: 1 Views: 677 Rather than build in a proxy to my program I want to use it with my existing proxy switcher program Hide-My-IP.
This program doesn't change the IE settings, but it makes all your browsers go... |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 0 Views: 621 "Sorry, you can't do that right now."
I'm testing my application which is a Twitter account manager, and I'm offering a feature of being able to create a new account right from the application.... |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 9 Views: 470 frmMain.wbMain.Navigate(WEBSITE WITH INPUT TYPE=FILE)
frmMain.wbMain.Document.GetElementById("INPUT TYPE = FILE").InvokeMember("click")
that loads the dialog box. But I don't know how to... |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 9 Views: 470 This is for File Upload through automation of the html input type = file.
I'm simulating a click with .invokemember(click) on the element, which loads the dialog box. I just need to access that... |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 9 Views: 470 It's not a web application. I'm making a desktop app with a webbrowser control. |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 9 Views: 470 When the dialog opens, I would like to be able to send a filepath as a string to the filebrowser and enter it. |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 0 Views: 662 I have datagridviews where I've removed the ability for users to edit them directly. I have made add and delete buttons for users to add rows and remove selected rows.
Occasionally, and I'm not... |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 9 Views: 470 How can my VB.net application interact with windows modal dialog boxes?
For example when you click an HTML <input type=file> the dialog that opens is a windows form that isn't in my application,... |