Vb 2010: My app crasching...
Hello! I have developed an app in VB 2010 Express. It contains some forms (of course) and images from a resource. I have a Windows Mediaplayer too. This runs well on my x86 Windows 7 pro-pc, but when I...
View Articlea button ready to get EnterKey
hi i have 5 Textbox and one button on my form . i want this button always ready to get enter key , even when one of the TextBoxes has the focus .
View ArticleVS 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 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 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 Article