[RESOLVED] Have a mouse pointer change while inside a form?
Hi there, I am working on a program to help students with math, but for the younger students, they have a hard time seeing the small default mouse cursor. I have made one that is bigger, and easier to...
View ArticleHow Does VB I Want to Use MSAccess
I'm trying to create multiple instances to MSAccess. In doing so it raised the above question of "How Does VB Know I Want to Use MSAccess?". -------------------------- I currently use Access by: Code:...
View ArticleLaunch Webpage, then Change URL in Browser Window
I've created a simple script that will launch IE using my default browser (which is IE8 here at work), and goes to a specific URL and uses the send keys method. I'm stuck on how to then redirect the...
View ArticleMSFlexGrid Scrolling - Freeze first column
Hello! I have a FlexGrid Control on a form, with horizontal scrolling enabled. I want to have the first column always visible when scrolling to the right. Any idea on how to accomplish this? I do not...
View Article[RESOLVED] Special statements in VB6
Is there any way to change the color of the text in a VB project so that it stands out from the rest of the text? For example let's say I have a bunch of code line but I would like for some of them to...
View Articlelimit combo1 from 1-13 anything above 13 deny it
allow from 1-13 anything abouve should resett the combo1 back to 13 please:)
View Articlebuilding a demo flash screen
am really looking forward to making a startup flash screen demo introducing the product the demo should be 3 min and have a progress bar showing how long left till demo ends , and the demo should be...
View Article[RESOLVED] how to load files in richtextbox1 with combo1 selection
Please help how can i load .rtf file in richtextbox1 with combo1. e.g. in combo1 I have 5 different subjects like Science, Math, History, Economics, English and i want when user select Science from the...
View Article[RESOLVED] Take one piece string in webbrowser?
I want to ask, how to get the first string in the site via webbrowser? - In the form I have drawn one webbrowser and navigate it to the first webpage! - In the webpage which has one character, and I...
View Articlewinsock chat user to treeview help
this is my current cod Code: e 'Here we extract the number of user names in the message 'from the count value strCount = Split(strValue(1), COUNT_SEPARATOR)...
View ArticleHow to install Visual Studio 6 in Windows 8 ?
I can´t install the visual studio 6 in windows 8. I proceed that install program suggests, but it hang up whent the messages "Setup is searching for installed components" and does not happen any more....
View Article[RESOLVED] Invalid file format? Error when trying to show a form
Hi there everyone. Over the weekend I was away from home, and was programming on my laptop. Now that I am home I copy my stuff from the laptop over to my desktop where I do my programming, and for one...
View ArticleHave a listbox randomly pick to remove either the odd numbers or the even...
Hi there folks. I got this math game to help show students the difference between odd numbers and even numbers between 1-25, but I was wondering if there was a way for vb6 to remove either all the odd...
View Articlewinsock send to all socks
im trying to update all the conected sockets with the same data the server accepts all clients and updates ok as single client but when i try to loop though all the conected sockets it seems to just...
View Article[RESOLVED] treeview txt colour , vbpink needed and others
this is what i have Lv.SelectedItem.ForeColor = vbRed i also require vbpink & others , i defo need vbpink:(
View Article[RESOLVED] treeview1 general
i got treeview with imagelist and when i add an item in it i set image=0 so there is only text no image , but the text is in the middle of the treeview1 anyway's to get that aligned to left because i...
View Article[RESOLVED] Type mismatch error - Please help me to solve this
i have a Tool Bar with 6 buttons in my form. Also i have a function to set the visibility of the buttons in the toolbar. When i click on the button, it is showing me a runtime error '13' - Type...
View ArticleUsing FindWindow to access External Windows, need help with my process
Hi there! I have made a program in VB6 that helps to automate an external program. I am using FindWindow, FindWindowEx, SendMessage, IsWindow, PostMessage etc. to access the external program's windows...
View ArticlePopulate CheckBoxList from Access Database
Hi! In my project I would like to populate checkboxlist from my database. But problem is I cant figure out what I'm doing wrong. Code: Private Sub form_artikel_Load(sender As Object, e As...
View ArticleTimer without Timer Control?
I am wondering if there is a way to create a timer without the use of a timer control?
View Article