VS 2010 how to get information from website
hi guys this web site http://www.cma-cgm.com/eBusiness/Tracking/ is Container Tracking company and i must go into their web site to search for my container i want program make this search !! not else...
View ArticleNoob: checkbox, function, module assistance
I'm in the chapter in my Visual Basic book on creating multiple forms, modules, and menus. The first problem, is to create a problem that calculates a total for going to conference. it gives MainForm...
View ArticleVS 2010 Help!!!??? File corrupt???
Hi all, Bugger, when I open up my form code I get a bunch of garble as per the attached. Not sure what has happened. Any ideas how to fix this? Not sure whether to laugh or cry.... Cheers, J Attached...
View ArticleVS 2008 rdp auto connect with username and password ?
Hi, i have been searching all night and looked at loads of examples ect but can not find what i need. Basically I have several RDP connections that i work from. I need to test the connections every now...
View ArticleVS 2008 When saving file and the power lost file is lost too?
I know that is not good practice to 'pull the power' but this is what happens in pubs, I have jukebox software that saves to a file, now if the file is saved and then the power is lost (say within 15...
View ArticleVS 2010 Choose datatables with combobox and display data in datagridview
Any idea, how to choose data tables with combo box and display data in data grid view? I have 80 tables in database, and i need to have combo box which will be populated with data table names, when i...
View ArticleVS 2012 [RESOLVED] Display output of a file?
So, i have this file that is already compiled in python... "example.pyc", when i double click the "example.pyc" it opens the file in cmd. It displays output and lets the user select between a few...
View ArticleVS 2010 [RESOLVED] WriteAllText: append with a space, multiple variables
Hi all. I am using the below code to write to a file. Each time this code is used, it appends to the file, with no space between the old and new entry. 1. How can I append with a space between the two...
View ArticleSolved ** - How to read a Line in a CSV File twice - Please help
Hello All, I am having a bit of difficulty processing a CSV File. My goal is to read the file and parse the separate fields (per record) into an array. If any of the fields are invalid, I need to write...
View ArticleVS 2010 .RowFilter search multiple words
Hi, Im using datagridview with Code: .RowFilter = "loc like '%" + txtSearchT.Text + "%'" Everything works fine when i filter one word but when i write in the txtSearchT box something like "find this"...
View ArticleApplication fails to install on other computers
Hello, I created an app that will allow a user to send an email through outlook (VB 2008). It works perfectly fine on my computer, but whenever I attempt to install it on another machine, I get an...
View ArticleVS 2008 what i'am doing wrong ????
hi guys, Here is my problem i have 2 projects the first is called message the second is showmessage basically the idea is when i type the message in the first project (textbox1.text) and click Ok then...
View ArticleKeyDown event in VB.NET (How do we know if any key is pressed twice by the user)
Hi! can someone help me to find code... If user presses "A" key twice i.e. "AA" then I want a messagebox to appear... Thanks in Advance !!!
View ArticleResize and resave image to same file
I can't figure this one out. From as far as I can tell in the code, this should work, but it's not. Basically all I'm doing is copying an image to a new folder. Then taking that image, resizing it in...
View ArticleHiding/showing a label when a listbox is hidden/shown
I've got some listboxes with labels on them and I want the label above each listbox to be hidden when the listbox is hidden. Right now I'm giving them matching tags and then just looping to search for...
View ArticleVS 2012 httpwebrequest POST Cookies inside response Header but not in...
I send a httpwebrequest (post) and want to get the response cookies, but the are not inside the response cookiecollection and I don't even know why. I hope you can help me :) thank you. Screenshot:...
View ArticleI need Help in Visual Basic
I'm trying to make a game for my nephew. He is really into basketball and he is only 7. As a 7 year old, he needs to practice with his memorization. I am trying to design this game where you match...
View ArticleVS 2008 resolution (dpi) info
I'm trying to retrive resolution info from a jpg file. I was able to obtain width and height info but could not find code to access resolution (dpi) info. ' size info Dim img = Image.FromFile(path)...
View ArticleVS 2010 Strange error - splitting and adding to listview
hi, friends i don't no how to fix, so here's me code: Code: For Each ln In IO.File.ReadAllLines(iniFile) If ln.ToLower.StartsWith("app name") Then Dim app_name As String =...
View ArticleVS 2010 [RESOLVED] Process starts but returns zero
Hi All, I am trying to grab the handle of a .jpg document so that I can place it on a form. The following line of code returns zero even though the image files opens up in Windows Photo Viewer. Code:...
View Article