VS 2010 Supress a keypress ?
Hello :) In my project, i use the api GetAsyncKeystate and i proceed like that.. I want to detect a keypress with getasynckeystate I searched and i find how to do that. Now, my app detects the F1 key,...
View ArticleVS 2008 making a vb.net app start 2 times
so Basically, i want my vb.net application to start 2 times, by itself, how to do that, should i use a timer ? i have an other silly question, i want to remove the blue default icon of VB.net, to a...
View ArticleNeed Some Array Help
I dont know if anyone can really help me with this but I'm kind of stuck in a bind. I need to create a program that loads a text file filled with numbers and creates an array out of it and then lists...
View ArticleVS 2012 implicit conversion from integer to string
Reviewing some code that says Code: TextBox14.Text = GetSettingInt("TMaxUPSpeed") Being new to programming, can someone explain to me in the most basic format what exactly this means, what does...
View ArticleFormatting is slow in DataGridView than MSFlexgrid
Hi, We have updated our application from VB 6 to VB.Net. We are using VS 2008. Now we are trying to convert MSFlexgrid used in our application to DataGridView. We are testing speed of both controls and...
View ArticleVS 2008 grid views
Hi, I have a grid view with 5 columns and I am assigning a data source to it at run time. The values of the data source are however being appended to the gridview i.e. new columns are being added...
View ArticleVS 2010 database question ..actually not sure what the title should be on...
in the picture attached..and i'm hoping it isn't too big..as my resolution is set at 1440 x 900.. you''l see a bunch of rows i've highlighted in in blue(selected) what i need to do is take any row that...
View Articleauto run code based on time
i have done some research but found nothing on how to run an event based on pc time. I.e Say for example a user selects 10pm every day for a file copy to take place how would you set that up in .net
View ArticleVS 2008 Error while using recordsets to delete records
I am using the following code to delete a record in vb: "If rspmps2("pmpidno").Value = gvr1.Cells("pmpidno").Value Then rspmps2.Delete() rspmps2.UpdateBatch()" where rspmps2 is a ADODB record set and...
View ArticleVS 2010 Browser app to bypass work security
I run a discussion forum and I have just been told that one of my visitors cannot login to my vbulletin forum due to security restrictions at his workplace. With this in mind, I was wondering if its...
View ArticleVS 2010 Tabbed web browser error
Hello all! I'm currently in the process of re-writing a web browser I had. Everything has been going well until now. The tab control is being a pain. The video I uploaded below will show you what I...
View Article[RESOLVED] pictureboxes and right click menu
We have a situation like this: 1. 4 picturebox controls 2. I want to add or remove picture from picturebux using context meny 3. Contextmenu have to be done with code (no control) Code: Dim ctxmnu As...
View ArticleVS 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 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 Article