[noob] Byte Array APPEND
how to append an array? i've tried this code,but "type mismatch" codee Code: dim arx() as byte  Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long) Dim asd() As Byte Winsock1.GetData asd arx =...
View ArticleHow to change the color of each column of the same series in MSChart control?
I'm creating a bar-chart in VB6 using MSchart. It draws all the bars in the same colour. I want to have each bar in different colour (in the same series). There is only one series of data. For example,...
View ArticleI Want Help On Connection Error With Sql Server
I Have Program With VB6 And SQL Server And Work Ok . But the Problem is when i Stop the server when the client is connected to it and run server again this message appear to me " DBNETLIB...
View Articlevb6 webbrowser help
i have a webbrowser that loads up a site but the site is yahoo it has some script running while the page loads how ever the problem is when the page loads the script or something i dont no stops the...
View Articleremote desktop speed help
i downloaded this source from planet source for testing purpos and making this work for my office i need help making the speed more smooth and as the remote desktop user does something client image...
View ArticleProblem with form size
Hey there, everyone! So, this is what's going on. I'm supposed to have a playable demo of a simple 2D Side-Scroller written with Visual Basic 6 by next week for my game programming class. Recently, I...
View Articlevb6 remote desktop small error
Public Sub savescreenshoot(ByVal file As String) DoEvents Call keybd_event(vbKeySnapshot, 0, 0, 0) DoEvents SavePicture Clipboard.GetData(vbCFBitmap), file End Sub marked red is error this line gives...
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 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 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 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 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 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 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 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 Article