ListBox Help
Hey guys, Being the amateur that I am, I do not know how I can select a record in a listbox and then display the contents somewhere else. Basically, I load a txt file for Input (which consists of...
View ArticleThinking about ditching my desktop
Hi, I was think of getting rid of my desktop could my laptop running X64 Windows handle the programs that were installed on the desktop specifically games? Although, I doubt laptops require 16GB of RAM...
View ArticleVS 2010 [RESOLVED] Question on Loosing Focus
I've read a bit on both of these, but I'm not sure how to test Loosing Focus to see if it work. Basically my program runs just fine, however when something else takes focus, such as a Windows Update in...
View Articleexample needed urgent : trial soft , limitation use
there is 2 things am after 1: limitation the software use when programme is launched , an example will be great such as limiting command1_click to be pressed once a day then order package 2: extend...
View ArticleVS 2008 Use an ActiveReport from VB6 in VB.NET - how to import
Hi! As I search for the use of ActiveReports in VB.NET it looks like there is such thing in VB.NET, but while almost all of the VB6 project files have been imported to VB 2008 Express, all active...
View ArticleTiming an event from start to stop and showing the time in 10th/second
I have a sound file. I need to click on button1 to start the sound and also start a timer. Then I click on button2 to stop the sound. When the sound has stopped I need to see how many 10th/seconds have...
View ArticleCHECK data file by date
I need to check if \\myserverdir\database.mdb is newest of c:\midir\database.mdb, how to??? in effect i update a recordset in \\myserverdir\database.mdb and before to copy and overwrite in...
View ArticleA very tricky problem for me to figure out
I am piss-poor at math which makes certain things difficult for me to figure out. Here's what I am up against. I am trying to move a vertical bar horizontally across a picturebox at a precise as...
View ArticleSQL Help
Using the following Code, the value returned is System.Data.SqlClient.SqlDataReader rather than the data in the SQL Table. Can someone tell me how to get the data from the table, and why this doesnt...
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 ArticleDisolay individual record
I'm using CRXI and an MDB. In the table, I have 60 records. In addition to other stuff, each record has the following fields: ReferenceID is the primary key (1-60) and Name which is a string. I need to...
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 ArticleIgnore list
There is a certain user on this forum that annoys me to no end, so I've added that user to the 'ignore list'. But I've noticed that I'm still tempted to click the 'view post' link, and that the...
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 ArticleMy ActiveX Control Object keep on crashing my Browser and how do I fix it???
Hello again, it's me: ThEiMp... I am writing a Webpage that uses an ActiveX Control Object to navigate around the URL of mine, which is right about now on the Internet, too. I have been making some...
View Article