winsock data arrival help
am making chat with winsock in dataarrival i have winsock1(0).getdata strdata ok strdata brings all my data even users name and chattxt i use a webbrowser as chat window i want to archive doing is If...
View ArticleChanging the state of control on Mouse Movement & Click
Dear, Please look at the attached snap, it has 4 different (you can say) parts, 1. Normal 2. MouseOver 3. Click 4. Disable I want that when my form loads, the picture show the 1st part of this snap,...
View ArticleSimple 2d Array question
Sorry I know I am new and this question has probably been asked because I have seen similar threads but still I have a simple task but I just cant get it to work even looking at those. I have a txt...
View ArticleSetting up a new default folder for projects
I want all my projects to be saved in a folder I have made for them in My Documents. However, on 'saving a project as' it always defaults to vb98. How can I change this?
View Article[RESOLVED] winsock data arrival help
am making chat with winsock in dataarrival i have winsock1(0).getdata strdata ok strdata brings all my data even users name and chattxt i use a webbrowser as chat window i want to archive doing is If...
View Article[RESOLVED] Changing the state of control on Mouse Movement & Click
Dear, Please look at the attached snap, it has 4 different (you can say) parts, 1. Normal 2. MouseOver 3. Click 4. Disable I want that when my form loads, the picture show the 1st part of this snap,...
View ArticleUpdate using SQL in vb
I have used the following codes for updating my record in database (Access 2007) Dim DBConnection As New MySQLConn DBConnection.connect() Dim Query As String Query = "UPDATE Members SET MemberName = '"...
View Article[RESOLVED] Setting up a new default folder for projects
I want all my projects to be saved in a folder I have made for them in My Documents. However, on 'saving a project as' it always defaults to vb98. How can I change this?
View Articledata arrival
winsock chat help i have a lstuser.list which is chatroom user list and list2 is ignore list , every user that be in list2 there text in data arrival shud be "" so the chat window dont get updated with...
View ArticleVB6 - Questions about MsFlexGrid
This thread starts in the next post I've written below. Sorry for the inconvenience.
View Articlehow to save text and transfer to the other form
Hello every body i have a question for example we have two forms and i have textbox on the form 1 and i want to save that text and when i need that i be able to transfer that from saved place to the...
View Articlesubclass and subcollection
Hello everybody, Can anyone tell me how do I make a subclass and a subcollection in VB6, with VB Class Builder? I mean, can I build and use the type: collection(3).subcollection(5).euros = 5000 ???
View ArticleNeed help with this program
So it's quite simple. The Form will include a Text Box, a button, and a List Box. When the user types in a number into the Text Box and clicks the Button the List Box will display the numbers in a form...
View ArticleSubstitute for ItemData property in ListView
I'm trying to display some previously stored data when a ListView is clicked which I previously did using a ListBox like so: Code: Record_Position = Game_List.ItemData Game_Channel = FreeFile Open...
View ArticleCapturing captcha
hi am a newbie. i got some problem using WebBrowser control :cry: i wanna create application for register new user on MIG33. i using WebBrowser to open url registration, but its to large, becoz iam...
View ArticleVB 6 Code appearance
l know l must have clicked something by mistake and when writing code instead of Private Sub Form_Load() **** **** End Sub l just see Form_Load() **** **** The "Private Sub" part and "End Sub" are...
View ArticleHow can one get his own extension registered in OS ?
hi all I need to know How if I have simple text editor , and liked to save my text file in my own extension (say .ttx) and latter let the windows opens that files with the new extension by my program...
View ArticleEmbedding license key for ActiveX controls created at Run Time
I upgraded ComponentOne controls to "Studio for ActiveX 2012 v2" to support 64 bit systems in our old VB6 solution. However with these changes the nag license window keeps appearing for one of the ocx:...
View Article[RESOLVED] What's the alternative for this Code in VB 2010?
This program is a program in which the user inputs a number into a Text Box and clicks a Button resulting in that number to appear in stars (*) in a List Box, for example..... User Inputs 5......List...
View Article