[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 Articletimer not firing
From form frmBonus12 frmBonusWin.StartTimer in calling this sub it does not fire the timer Public Sub StartTimer() Timer2.Interval = 1000 Timer2.Enabled = True End Sub it does not go to the timer at...
View Article[RESOLVED] Date Acceptable format in vb6
Hi Friends when i debug.print i got the following Sql statement .and when copy the following statement .and run at oracle Toad it is working fine .but same statement is not working in vb6 .let me know...
View Article[RESOLVED] how to check between dates and display results in a data report
i have a history table of a punchclock with 2 datepickers and a combobox that pulls the employee name from another table how do i check between the 2 datepickers to display the results of the working...
View ArticleOpening a file and listing it contents to a text box
Hi i am in the process of learning VB6 and i want to be able to open a text file and list so many in a text box can anybody help me with Please
View Article