Listbox item removed but item List text stays visible
A listbox contains 5 items. The text of each item is "1", "2", "3", "4", and "5" Also each entry has it's ItemData with the same values; ie, 1 ,2, 3, 4, 5. So, the listbox looks like this: Code: Index...
View Articlewindows xp kill internet explorer 8 auto help
5 min ago got locked out of my pc unable to do anything for 30 min because m.f internet explorer froze is there anything i can use if before internet explorer is about to launch kill the process or...
View ArticleBeginner in need of help
Ok Im a beginner with VB. I understand programming algorithm but and I know some C++ but im stuck on a project I'm working on. I have a csv file with 25 lines. Each line has a first name, last name,...
View ArticleLost VB6 disc
I can't find my VB6 Pro installation disc, don't know how I could be so careless. Found the library but no VB6. I still have many clients running my VB6 apps. Any suggestions, thanks.
View ArticleFileGet error "Unable to read beyond the end of the stream" - Help!
Hi, I'm trying to write records from a file into a listbox on my form. My file is "customers.dat" and currently has one customer in it. I keep getting an error reading "Unable to read beyond the end of...
View ArticleWhat to do next? Access?
So, I am almost done the Visual Basics intro and not doing the intermediate till the fall because my workload is too heavy. I will be putting into practice (I hope) what I have learned and will...
View ArticleQuestion regarding the Switch statement?
I'm new to C# and I'm trying to use the switch statement. Below is how I'm trying to use it but I'm getting a syntax error. I've been searching the net and MSDN and can't find an example of what I'm...
View ArticleBasic TreeView Help Needed!
Greetings: While I am not new to VB, I am new to VB.Net and I have NEVER worked with TreeView controls. Accordingly, I am in need of some (I am sure) very fundamental help. I am working with a flat...
View ArticleHow to get last 4 digits from a textbox to a label?
Hi, I have a text fields which holds 8 digit numbers. And I want to take last 4 digits and show it in a label. How can I do it? Thanks in advance for any help. Ex: In a Text Box : "12345678" Result in...
View ArticleHowTo create an exe file with VB2010 ClickOnce and pin it ToThe "TaskBar" on...
I am using VB 2010 Express and need to be able to deploy my pgm on a XP computer. I also need to pin the exe file of my pgm to the TaskBar on the XP computer. How can I accomplish this??
View ArticleHow can I move an item from a collection to another collection: 2 questions
I have 2 collections that hold the same kind of object. One is an inventory and the other is a list of available items. If the user takes an item, I would like to move the item from the available items...
View ArticleVS 2010 icon is in system try after close the program !
Hi when close my program, icon of notifyicon is in system try! if I open and close my program in 10 time , 10 icon show and when move mouse on them icon become hide. help me please.
View Article[RESOLVED] help: inserting mysql date
good day guys. i have this example code: Code: dim str1 as string str1="update table1 set transdate=" & Date cn.execute str1 the problem now is when I check the record transdate, the data is...
View ArticleVS 2010 Taking track of Dice Rolls using arrays
I'm having a bit of a trouble figuring out how to keep track of how many times a side of a dice has been rolled. I'm new to programming so i don't understand how to use arrays that well. I'm using two...
View ArticleVS 2010 How make a animation like asistant microsoft office ?
Hi How make a animation like asistant microsoft office ?
View ArticleUse Findwindow by ".exe"
Hi, i'm trying to find "FlashPlayerPlugin_11_6_602_171.exe" in findwindow function but i couldn't because it need the caption not the program name So any ideas?? My code so far, Code: Private Declare...
View Article[RESOLVED] Can i append a data in a database column?
Can I ask if you can insert a string in a column without losing its original content in order for me to hassle myself getting the data then concatenating it then saving it again in a column?
View ArticleVS 2010 Listbox
Hi, (Visual Basic 10) I wanted to ask if you can enlarge the scroll bar to a listbox, in particular the arrow keys up and down ... Finally, what are the events that occur when you use the buttons on...
View ArticleFrom ADO to DAO
I need to trasform this ADO code for DAO, i spossible? tks. Code: ... Set objCommand = New ADODB.Command With objCommand .ActiveConnection = CONN .CommandText = "AGG_ALBERO1"...
View ArticleUpdating Listview columns
How can I update the whole column in form load? Okay, I have a listview that has Name, Date, Aging, Name, Employee Number as its column names. im having a problem in the 'Aging' column.. I need it to...
View Article