.xml Reading / Writing
Hello all, Not long started with VB so please bare with me. Have been toying around with reading and writing from/to an xml file. Individually both work fine, but when I read, and then try to write i...
View ArticleOpenFileDialog and ftp
Hello, I try to browse and select files on a ftp server through openfiledialog. I have the following code: OpenFileDialog1.InitialDirectory = "ftp://username:password@host" OpenFileDialog1.FileName =...
View Article[VB2010] Get the Handle of a ContextMenu
My goal is to get the handle of the ContextMenu of a EXTERNAL application, so to close it by SendMessage. By the API GetMenu I can get the Handle of a Menu.... but how to get the handle of a...
View ArticleVS 2005 What in the world is going on?
:wave: So I've been coding away today - not compiling or running the application any - and suddenly I look down and there's this long list of errors in my error list. All of them seem to be in VS...
View ArticleVS 2010 Need help with ComboBox AGAIN
So I have another issue in my ComboBox again... :eek: Anyways this user helped me by doin this Quote: Originally Posted by jmcilhinney Why not just use one Label and change its Text? Anyway, with two...
View ArticleVS 2008 How to Substract or minus Articles from database.
Hey i have build a POS system so when i call for an article from database and put that article in recipt GRID i want that article to be substractet (minused) from the database as much as how many times...
View Articlehow can filter name
How can I do filtering name or a character, for example, Proxy that works already Socks is already working I want to type Proxy automatically displays Table
View ArticleNeed help
Hi i want to make that when i write "print" after that i write the text what i want to see in my msg box and it write only that line where is print and it don't show text "print" its like print Hello...
View ArticleVS 2010 Treeview Nodes
Hello everyone, Its been a long time since i've been on here, but can anyone help? I have a treeview with some nodes, how do i get a node to open a window by clicking on that specific node? If anyone...
View ArticleClear textbox and SetFocus for valid date entry
Hi Here's what I need to accomplish: If the entry is a valid date the program should notify the user that the date is valid, clear the textbox and set the focus to the textbox ready for a new date I am...
View ArticleHandle 'Argument Exception'
Hello guys! I am trying to find a way to handle the argument exception errors. I am making a small program with economic functions and I have an issue when I get the ''argument exception'' error. This...
View ArticleVS 2010 ListView.MouseClick Event 'Area' Issue
Dear friends, I have an issue on raising the MouseClick event of a Listview Control. Code: Private Sub Listview_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs)...
View ArticleChanging a Cell in a ListView with text from another form.
I have two forms. One contains a ListView (frmMain). I want the user to click on a line (Item) in the ListView and cause a new form to pop up. The user can then enter text in a textbox on the popup...
View ArticleNeed to know how to Authenticate user in active directory with vb.net 2013 NO...
I just installed Visual Studio .net 2013 pro. I am using Win 7 enterprise. I am trying to create a concept test program to learn how to authenticate a user against our Active Directory. I am using...
View ArticleCycling through dynamic objects in a user control in a groupbox
I am new to Visual Basic and I am trying to figure how to cycle through dynamic objects. What I have is a form that is basically in three sections. The top section is a group of buttons the user can...
View ArticleVS 2010 Read/Write ODT files
Hey guys, could someone help me with how to read odt files, display them in a textbox and also write to them. Examples would be appreciated.
View ArticleListBox - selecting items is very slow
Hi, I have a listbox which contains about 90 items, all short strings of about 5-6 characters. In my code, I have an array of strings, which I am iterating through, and each one that matches to an item...
View ArticleUsing listbox information in 2 page form
Im doing a project where I have to create a form for trash cans. I have everything working but on my order page i need to get the information from the listboxes in my first page purchase button. Any...
View ArticleVS 2012 webbrowser memory leak problem
Why does everytime you use and navigate a url with webbrowser,the memory usage increase. How do we resolve this problem?
View Article