VS 2010 WebBrowser Button Click?
So, I need to have a WebBrowser press the "Confirm" button on a web page. This is the HTML of the button : <input type="submit" value="Confirm"> As the button does not have a ID or Name, how...
View ArticleRefresh Data In a Data Binding ?
I have a VB Windows Form that is bringing in SQL Data into Data Grids. I have Three Grids that have seperate data bindings and querys but they run off of each other. For Example when order number ####...
View ArticleVS 2012 Cascading context menu for Windows XP, Vista, 7 & above
Hi, How do I create a cascading context menu that is similar to 7-zip which will show a list of functions when I right click e.g. a zip file? I chanced upon this article...
View ArticleNeed Help Pressing A Button On A ToolbarWindow32 Using Win32 APIs
Hi, I have this external app which I'm trying to click a button on its toolbar. I'm managing to successfully find the handle of the toolbar, but accordding to Spy++, the button on the toolbar is not a...
View ArticleWhat have you built with Visual Basic, VB.Net? What are you currently working...
Most of my projects have been minor. Restrictive webbrowsers, file recycler, screen recorder, and photo viewer. My next project is a small video editor, that's as soon as I complete a course unrelated...
View ArticleHelp deleting line in data table and passing to stored procedure to delete...
By policy, we cannot change SQL Server tables except through stored procedures. As such, we end up doing much more work than we need to do. VB.Net would work just fine but they want the logging in the...
View ArticleVS 2012 Database reader to get full value from a partial value from a textbox???
So here i am trying to get an exact phrase from a Compact database based on a text label which only has part of the name of the value stored in the database. I guess i need some way to compare or...
View Article'DatabaseDataSet1' is not a member of 'WindowsApplication1.Login.Acct'
'DatabaseDataSet1' is not a member of 'WindowsApplication1.Login.Acct' I'm getting the error above. I just replaced a separate login window with a user control ("LoginAcct"), which is added into a...
View ArticleVS 2010 Streamreader to radiobuttons help
Hi, i want to make a form where there is a table or something similar and the system imports the words / lines from text documents into list radio buttons list (in a similar fashion to check box...
View ArticleVS 2012 Loading specific files from folder into treeview
Hi there, I have to load more then 8K images into a treeview, which won't work due to out-of-memory-exception, but that's not for now. I have a list of all names of the files within the imagefolder....
View Article(Emergency Simple Question) ListBox Naming by index
Hi, I am trying to use index to assign 10, 30, 50, 70, and 90 to some list boxes names "listbox1", "listbox2", "listbox3", "listbox4", "listbox5". (I have left the name of the listBoxes without any...
View ArticleVS 2012 Writing to a file using admin login
Hi guys, There is a folder on my network that can only be written to with a single service account. I need to programmatically write to this and would like to get my code to use the elevated creds to...
View Article[RESOLVED] Improve vb6 program in vb.net
I'm 100% new to vb.net but have done a few things with VB6. Can vb.net solve the problem here ? http://www.vbforums.com/showthread.php?745249 If the 'body' associated with MailTo can be larger, or an...
View ArticleVS 2012 Question Regarding Telnet Connection To UNIX Server
Hi guys, I am trying to setup a telnet connection to a UNIX server. I need to pass three sudo commands to this server. I have found the following code but am unsure of how to modify it to suit my...
View ArticleReturn array from a Function
How do you send back an array from a function? In VBA you just assign an array: Code: Function arr... a=1 b=2 c=3 arr=Array(a,b,c) End Function Sub retarr() x=1 arrret=arr(x)...
View ArticleVS 2010 DGV Column Sort by Date
I have a DGV with Several Columns. One is a date column. User can enter 01/01/2014 format or March 2014 format or Spring 2014 format or "Unknown". If I click the header it does sort by 01/01/2014...
View ArticleVS 2010 WebBrowser Zoom
Hi Guys, Need a little help. I have a project in VS 2010 where I have created a 4 quadrant web browser, so each browser looks at something different (for monitoring purposes). With having the 4...
View ArticleVS 2012 Viewing SolidWorks models in VB
Is there a way to view models created in SolidWorks in a Windows Form application? I am hoping someone can point me in the right direction...
View ArticleVS 2012 Play videos with Media Player via code without putting control on...
I am using the code below to play audio files in a "file manager" type app. What I'm wondering is if there's any reason I can't use a similar tactic to show "previews" of movie files (ie. mpg's). If...
View ArticleVS 2008 Using VB to query Exchange
I have found sample code for using VB to query out appointment information from MS Exchange. I am not able to get the code to compile and could use some insight from anyone that may have tried this...
View Article