Using 'IN' in a SQL Quiery
I have been asked to modify an old VB6 project. I am using a 'MDB' type database (Access etc;) I have used the following SQL quiery in my code - SQL = "SELECT Entries.[Win Position] as Win,...
View ArticleTime difference and time range
im trying to work on a some code that will start then stop something if the current time is within a certain range. i have searched this forum and found code using datediff and timeserial, below, but...
View ArticleEasier way to populate an array
I have a little Word macro that will assign random colors to the selected text string. I use it to get multi-colored text for Christmas cards, etc. It operates on an array of color values: Code: Dim...
View ArticleHi everyone I just have a question to ask
Hi, My question is, I just got windows 8 and installed it from a fresh installation, and I want to install visual basic 6.0, a messages comes up that says (do I wont to enable 16-bit applications, and...
View ArticleHow to check for a particular screen resolution
Hello there, Is it possible to check to know if a particular screen resolution exit or not. Like checking to see if 1280 by 800 exist in your current OS or not. Thanks
View ArticleSort nodes in a Treeview or ASCII Tab file?
Hello: I have been asked to tackle a task in VB6 that is a little beyond my skills and am hoping someone here can help me out. I have a treeview control and I need to scramble the level based on the...
View Article[RESOLVED] removing space help
in richtextbox before the text is placed in it there is 1 space example ' << dot is richtextbox1 start line , and below is the text james:helllo lol i love you '...
View Article[RESOLVED] list1 help
winsock chat pm message help list1 list contains james sarah james is my user id and if i double click james then pm shoudnt open it should give msgbox " cannot pm your self" form2.hide
View ArticleGet OS version: Not working!
For some reason both GetVersion and GetVersionEx think I'm running Windows XP, even though I'm running Windows 7. VB Code: Public Function IsWinVistaPlus() As Boolean  'returns True if running Windows...
View Article[RESOLVED] vb6 buzz form once
i need idia how i can make this. buzz a form and have a restriction after you buzzed the form u cant buzz again till 15 seconds is over please help
View ArticleCopies function?
Is there a VB function that will return "n" copies of a value? For example, is there a way to generate an array containing 7 9's? I'd like something like this: Code: Dim myarray() myarray = copies(9,7)...
View Articlehow to make a game with side scrolling
I want to make a mario kinda game So how to make the screen scroll as the character moves to the end of the screen? (without a timer,if possible)?
View ArticleSQL + VB6 + ACCESS - Update the next empty field when the first one is not null
I have visual basic 6 as my application and access as my backend... I have a table named "transactions" contains the fields sid = id number 1Q = 1st quarter payment 2Q = 2nd quarter payment 3Q = 3rd...
View Articlewinsock chat help
struggling little getting annoyed i am working on text bold ,colours now txtSend.text is were we type our message's txtMain.text is chat window when i send then bold text from txtsend.text it dont show...
View ArticleMSFlexgrid Number Error
I am facing the issue with Flexgrid, I have a Filed in Access having some Large Numbers like (12354700 - 126698800 - 56685550, etc), while I m trying to show this in Flexgrid, but is not showing the...
View Article[RESOLVED] SQL + VB6 + ACCESS - Update the next empty field when the first...
I have visual basic 6 as my application and access as my backend... I have a table named "transactions" contains the fields sid = id number 1Q = 1st quarter payment 2Q = 2nd quarter payment 3Q = 3rd...
View Article[RESOLVED] winsock chat help
struggling little getting annoyed i am working on text bold ,colours now txtSend.text is were we type our message's txtMain.text is chat window when i send then bold text from txtsend.text it dont show...
View Article[RESOLVED] MSFlexgrid Number Error
I am facing the issue with Flexgrid, I have a Filed in Access having some Large Numbers like (12354700 - 126698800 - 56685550, etc), while I m trying to show this in Flexgrid, but is not showing the...
View Articlewinsock general question
have a chat made by winsock wonder if it can handle clients over 1000 or more ? but all in diferent rooms.
View Article