Copies 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 Articlewinsock chat listbox question
i got 1 idia and i will try executing what i have in mind but i am not sure if it will work so this is why am making this tread ahead before i starting coding into my project here it goes. i have multi...
View Article[RESOLVED] IE Control Script error
I am getting a scripting error when viewing a particular page which is online but this does not occur in IE itself. Any ideas? Attachment 94503 Attached Images
View Articlehow to change the shape of command buttons in vb 6.0
Anybody have any idea about changing the shape of command buttons in vb 6.0? i searched and got LaVolpe Buttonss. Can any one tell me how to use it in my project?
View ArticleQuestions Regarding Excel Spreadsheet vs. VB6
I am wondering, how do I add entries to an Excel Spreadsheet using a VB6 application? Also, how do I sort by high number, then by date, then by name? And how do I retrieve an entry from an Excel...
View ArticleSSL based HTTP Proxy Server in Vb6
Hello again, I am creating one project in which i need to create a Proxy server. I'v searched and found few working example on Pscode. But there's nothing related to SSL Proxy server. At last I came to...
View ArticleHow to open a file in VB6 using app.Path?
When the button is clicked, I want the file to be opened. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the file using "app.Path". Any solutions?
View ArticleHow to open an .xps file in VB6 using app.Path?
When the button is clicked, I want the file (it's a XPS document) to be opened in windows. The file will be in the same directory as the visual basic project. Therefore, I need the code to open the...
View ArticleSetting a variable to a Form
Dim Messages As Form Then in the code: Set Messages = frmMessages Why can I not use this Messages.lstMessages AddItem Message
View Article[RESOLVED] Setting a variable to a Form
Dim Messages As Form Then in the code: Set Messages = frmMessages Why can I not use this Messages.lstMessages AddItem Message
View Article[RESOLVED] Removing all Empty Rows from a FlexGrid
I m trying to remove all empty rows from a flexgrid, but it is giving error Subscript out of range, my code is as under Code: Dim dRow As Integer For dRow = 1 To fgData.Rows - 1 '' ERROR...
View ArticleHi need some help on how to use an Agent
Hi, I have this program my friend made and im trying get it to work, his on vocation, so I cant ask him but what I have is an agent that talks, and when I load the project it asked me for Tl.dll, im...
View Article