Mschart too many grid lines
I have a VB6 app that plots an XY chart of data collected on a machine using MSchart. It worked just fine. I recently upgraded the machine control and am now getting a lot more data points. So many...
View ArticleQuestion about Textbox concerning maximum characters
How many characters can a text box contain and what happens if that amount is exceeded? Also, can a text box reveal the total number of characters it has and if not how can I calculate this value
View Article[RESOLVED] Access password - VB6
I am using an .mdb (Access 7.0) file as back end for my VB6 front end. I am not able to set a password for my Access DB. My computer runs MS Office 2007. Open database in exclusive mode -> database...
View Articleneed winsock https socket ? please provide thanks
i need winsock https socket , so far non working , just dont connect please help guys post a working socket thanks alot:thumb:
View Article[RESOLVED] Question about text box concerning user input
I want users to make their messages in a message area (a text box) and hit Send to add it to the Chat box. How do I keep users from typing data directly into the Chat box without making it look like...
View Article[RESOLVED] Question about Textbox - What causes this?
Look at the highlighted two lines. What causes this to happen. One line not completed and the other shaved off from the top? Attached Images Â
View ArticleNeed help cycling through list box items
Hi everyone, I'm at a brick wall with this problem involving a list box and a for-each loop. In VB.NET I could do this but it just won't work when I try the equivalent in VB6. I'm trying to use each...
View ArticleQuestion Regarding Cookies & Winsock
Ok so I'm workin on this program that connects to a website that is vbulletin based. The program is a simple and fast way to make a post on specific threads in the forum without opening the website in...
View Article[RESOLVED] how to move a picture,img,frame aside and getting it back with a...
i have a form that when i want to open it then a picture + img + frame are showing up now when i hit the command button how do i move picture + img + frame aside and when i click the command button...
View ArticleNeed help : (Listiview 1 to Listview 2)
I need help about copying the record from listview 1 to listview 2 without duplicating of records. This is my basic codes : It allows to create duplicate Code:     Dim x As Integer     Dim...
View Article[RESOLVED] Need help : (Listiview 1 to Listview 2)
I need help about copying the record from listview 1 to listview 2 without duplicating of records. This is my basic codes : It allows to create duplicate Code:     Dim x As Integer     Dim...
View ArticlePage Eject
I have create report (Dot Matrix) and saved to txt file and sent the same to dot matrix printer , i am unable to eject page (Paper Sixe : 8.5 X 11) Please help me in this
View ArticleCheckbox: User Chose to Enable a Function
I'm not sure if I type the correct title for my problem. The program i'm creating is a Inventory Type. It has a Main Form for viewing the Listview Database where Delete Data and Search Data happened...
View Article[RESOLVED] form to fill the screen,but not cover the taskbar
I have a form I want to fill the whole screen, but not cover the taskbar. I realize the taskbar could be on the top, bottom or sides. How to write this ?
View ArticleFilters in VB6
Im using Janus GridEX 2000. I would like to know can I make filters like in excel(like dropdowns?) with it. If not, please recommend another Grid I can use?
View ArticleArrows for time
How to make a timebox like in windows? with the two little arrows - up and down?
View ArticleResume Next is not working in this case ...
VB6 Code, under Win XP Private Sub Timer1_Timer() Dim sTxt As String, L As Long On Error Resume Next L = 0 L = Len(Clipboard.GetText) If L > 1000 Then Call ProcessClipboard End Sub Because the...
View ArticleIf InStr(ele.innerHTML, Combo1.Text) Then ele.Click ( HELP )
i have list2 and combo1 combo1.text="thebigseo.co.uk" list2.text="High PageRank Backlinks" For Each ele In wb.Document.getElementsByTagName("a") If InStr(ele.innerHTML, Combo1.Text) Then ele.Click If...
View ArticleExporting my project to another PC
Can I take my VB project which has only common VB controls and a few APIs, wrap it up in a zip file, and drop it on another PC that does not have VB installed and expect it to work. If not what do I...
View ArticleWebbrowser Component Replacing İframe Code
Hello, I post html data on webbrowser component.. and i check the result on my webpage and i see there are not iframe codes :| why wb component is replacing iframe codes? sorry for my english
View Article