[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 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 ArticleNewby - Large TXT file manipulation methods and reference lookup file
I need a functionality starting push as it has been quite a few years since I done any programming. I have a large txt file containing addresses which currently holds 720K lines, I also have a list of...
View ArticleChanging a String for Certain Dates
Hi all, I am new to VB6 My question is, I have a date in the from of MDDYYYY... I need it to be in the from o f YYMMDD. My program works for months that have two integers (10, 11, and 12)...but does...
View ArticleMailing Labels - City , St, Zip on new line
I have created mailing labels using a mail merge option from outlook contacts. The problem is that Line 2 of each label holds the street and the city , state and zip... C5 KINCADE CHARLES F 773 FM 683,...
View Articleplease modify this project to upload rtf file in richtextbox
Hi guys, i found this quite useful project on net to check typing accuracy. This project has one richtextbox and one textbox, user can type the words in textbox, which shown in Richtextbox ....
View ArticleISO Absolute Week !
Hello guys, I am stuck in an elementary problem...I found on the Chip Pearson's site a very simple formula to calculate the absolute week number in a year : Code: Sub myTest() Dim absWeek As Byte...
View Article