Need to keep from making two lines
Here is what i have: Private Sub Command1_Click() Shell ("c:\ip-test.bat") Text1.Text = Clipboard.GetText Text1.Text = Mid(Text1.Text, 40, 15) Text3.Text = "forcebindip " Text3.Text = Text3.Text +...
View ArticleTrouble with accessing Class Collection Data
I have created a class data module and write data to the collection in one form. I need to process the data written to the collection in a different form, but can't seem to get the syntax correct to do...
View Articlehelp in making big proggy , project vbulletin poster
am currently making a big software and the software is vbulletin power poster , the main ability for the tool is members or admins can make any post just with 1 click. so far done 1: login to vbulletin...
View ArticleVB6 Runtime Error 438 - Winsock.senddata
Runtime Error 438 Object doesn't support this property or method Code: Dim player As New player player.nivel = 1 player.nombre = "Yuekio" player.x = 23 player.y = 23 Winsock1.SendData (player) <--...
View ArticleVB Drop Down Toolbar Help!
Hello, I'm developing an application that uses a Toolbar. My toolbar has a Drop Down on it. Is there a way when you click the Parent button of the Drop Down it will automatically display the drop down...
View ArticleAutogenerate Account numbers
wanna generate auto account numbers for ACCOUNT NO in a banking system....details in d screen shot!! Attachment 97463 Attached Images Â
View ArticleDependencies out of date error
Hi all. I am struggling with my first public release and the PDW. I get through part of the build and get an error: Code: The wizard found dependency information for the listed files, but the...
View ArticleLaVolpe Button
Hello all, I am looking for a guy who has used LaVolpe's (Keith Fox) button control, one of the best buttons ever created. This button supports many wonderful properties but I am interested in the...
View ArticleVB6 Textbox Value Send
I'm entering a number in the text box.There is no any delimiter or commas.I'm entering a number between 1 to 16 & that value will output through serial port. The problem is, it will send numbers...
View ArticleExtracting Data from a ACCESS DB
Hi As a general rule I do not have any problems extracting data from a Access DB and displaying the information within textbox's or labels on a form. Access DB contains information on Tax Returns for 2...
View ArticleHow to make AutoCAD instance only available to my application?
Hey all, I've been working with integrating AutoCAD into my VB6 Projects. I imagine that my question is not specific to AutoCAD, but that just happens to be what I'm using. So, when I start my program,...
View ArticleReplace random words in a textbox with underline _________
Hi I have a text box which the user can enter text with. Now if he presses a button I want every fourth or so words in the text box to be replaced by an underline _______ a string I have made. Is there...
View Article[RESOLVED] LaVolpe Button
Hello all, I am looking for a guy who has used LaVolpe's (Keith Fox) button control, one of the best buttons ever created. This button supports many wonderful properties but I am interested in the...
View Article[RESOLVED] Extracting Data from a ACCESS DB
Hi As a general rule I do not have any problems extracting data from a Access DB and displaying the information within textbox's or labels on a form. Access DB contains information on Tax Returns for 2...
View Articlep2p sharing need help and advice
i wish to make p2p similar to this and need a kick start not done this before and wish to make 1 with your help if u can help me thanks. :) please anyone if u can help me get started that will be great
View Articlehow to get summary of bank account???
i have a data base which has all transactions of all customers like date type pf transaction amount and all......i need to kno what to use so that i get all summary of particular account number which...
View ArticleSQL command to display data from Access DB
Hey I have some data to display in listview from Access Database with two conditions. 1. For item selected in ListView1 and 2. If the selected item's has more than US $ 1 value in "IncreAmnt" field....
View Articleplease help how to solve a form with scroll bar
guys how to make a scroll bar in form? i tried to search how to do it here's the code i downloaded but the code was not exactly right because when I play the form and try to click and scroll the bar it...
View ArticleHow To: Center text in a listbox
I want to center only the 1st entry in a listbox; all other entries are left justified.
View Article[RESOLVED] using select case on label array help
am trying to figure out how to work it with labels Private Sub Label1_Click(Index As Integer) Select Case Label1(Index) If Label1_Click(0) Then ' dont work what am i missing out Me.Caption = "1" Else...
View Article