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 ArticleStucky on a programing assignment
I'm suppose to write a diving competion program that 1. keeps score for up to 16 divers. 2. Each diver has 8 dives. 3. There are 8 judges scoring each dives w/scores ranging from 0-10 w/one decimal...
View ArticleVS 2008 Runpe
I'm Making A runtime Vb.net Crypter when ever i want to inject on explorer or taskmgr [runexe(fbyte, "C:\Windows\explorer.exe")] it gives me some kind of errors when i inject vbc.exe it works fine ......
View ArticleVS 2010 Delete ListBox Item Via Delete Key
How would I make it so that if I select an item in ListBox1 and I press the "Delete" key then it will be removed?
View ArticleVS 2010 Whats the difference between Release and Debug.
When I give out my program where should I get my program from? I think Release makes the most sense since I am "Releasing" it. But also Release's .exe is less size then Debug... So I don't know!
View ArticleDetecting Excel version
My application allows data to be exported to Excel. I wrote it on a computer with Excel 2007 so it exported files as *.xlsx by default; now I'm opening it on a computer with Excel 2003 and of course...
View ArticleVS 2010 Saving/Opening array issues
Here is my goal in order of how I want the program to operate: 1. The user chooses one of 4 tabs 2. Within of these 4 tabs the user will enter data in 22 locations. Along with a monthly calendar who...
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 2010 Not really sure how to do this...
This code will take the selected item and put the string of the item into an inputbox and then you can edit the item inside of the inputbox. However, if you delete everything in the edit inputbox then...
View ArticleFor Loop Debug
I was making an invalid character removal module for my program, and here is the function that I used: Code: Function fix_extensions(file_extension As String) 'Fixes file extensions Dim...
View ArticleVS 2010 Merging .TXT files
Hey Guys, I have been racking the brains trying to think of the best way to programmatically do this, i'm trying to merge 2 .txt files into 1, but the problem is the way i do it a typical file looks...
View ArticleReadTimeout not Working?
I am communicating with an Arduino microcontroller board which is running a simple C program which echoes input on the serial port back to a PC. When the application on the PC sends the contents of a...
View ArticleVS 2008 Get Grayscale Value of grayscale image
I'm making application for image recognition using grayscale image format. the problem is how to get the values from the gray image. I have a sample program but I might not be able to use this code...
View Articlehow to get specific string from unpredicted input messages?
Hi sir, I'm newbie here. I just want your help. Let's say, I have these code in my vb: Code: dim msg1, msg2 as string msg1=textbox1.text 'notes that textbox1 will be inputed with random string but will...
View Articlemultiupload thread queue
Hi, I'm just a newbie and try to do mutltiupload to a php script. My app talk to an external app This external app put some files in a backup directory and send to my app a signal alet My app receive...
View ArticleVS 2010 [RESOLVED] Label text problem
Hi, What am I doing wrong here: Code: Label1.Text = "The system will reboot in " + Reboot_Timer + " seconds, to finalize any settings..." + Environment.NewLine + Environment.NewLine + "Please standby!"...
View ArticleVS 2010 Splitting string and adding contents into listview columns.
Hello everyone, I'm looking at splitting a string which is generated and then inserting the values into a listview. The string that I'm trying to split will look something like this; The listview I...
View ArticleVS 2008 removing the bleu vb.net icon (default icon)
hi guys i have a question, i want to remove the blue default exe icon of my project to a default windows exe icon, how to do that please?:(
View Article