[RESOLVED] database textbox increase size from 50
i made a database but the text=50 i want to increase that i have a multi textbox i need more then 1000 characters to it in come on guys reply
View Articledatabase mdb to listbox
help with database items shown in listbox when i click list items then that database data should show up i want to show all records in list1 and when i click list1 then the data should show in textboxes
View ArticleNeed help creating "Hangman" program
First off this is going to be very simple, no graphics or anything. Here are essentially the steps to playing the game 1) Program picks a secret word (Not random, but predetermined. Like "Computer" or...
View Articlewinsock chat
in winsock chat i have webbrowser1 as chat window so what i want to do is when i or other users enter www.google.com and that link is clicked my webbrowser1 shud not act to that link it shud instead...
View Articlewebbrowser general help
i made a tool yes its running a webbrowser how can i programme my tool so if the page i want dont fully load up and it gets stuck while its loading up and stays there hanged how do i get the page to...
View ArticleHow to run an app NOT as administrator?
I have a headache now. I searched answers on google for days but no help at all. Here it is: There is an app (A) running as administrator. I use A to run another app (B) by clicking a button on A. B...
View ArticleListing probleempje
Ik heb in een form staan om b.v. MP3 bestanden te openen: Private Sub Dir1_Change() File1.FileName = Dir1.Path End Sub Private Sub Drive1_Change() Dir1.Path = Drive1.Drive End Sub Private Sub...
View Article[RESOLVED] Trouble with For loop
Hi I have a form with 431 labels on it. It´s an array. Now I have an array of words each not longer than 12 letters. I start by randomizing my array and then put the words in my labels. What I want is...
View ArticleHow can i manage menu in IVR
Hi all I 've made ivr prog and made some menu to play for caller. i have a menu1 as : welcome ==> menu1 : Please press 1 to Speak with Sales , Press 2 to speak to Support or Press 3 to price list ....
View ArticleUrgent Help
Hello I made this program (in VB6) where I have 1 textbox 1 listbox & 2 command bot ... & this is the code : Private Sub Command1_Click() List1.AddItem Text1.Text End Sub Private Sub...
View Articlehow to delete text
hi,,,i have text file where the content like this Quote: server 192.168.100.100 80 proxy 192.168.1.1 proxy-option www.facebook.com this my code for write all content of text file Write COnf Code: Sub...
View ArticleNoob Question : Doevents?
'English aint my first language Helloooooo, i was reading post in this forum anddddd Ive realise that many people add Doevents in their command ( in Timer & Loop thigny? ) I never used Doevents, so...
View Articlehelp with duplicate name
i need help removing duplicate name example is below i only need 1 name but it adds 2 instead of 1 error i face with 2names i need to remove 1 deandean i only need 1 name dean how do i remove deandean...
View ArticleModifying the Menu items at run-time
As each client signs in to the server the server sends back to the client a list of options that the user is allowed to have. It will be different for each user so I need to make the options menu items...
View Articlechange font of one textbox
Hi, I am new in this forum and I know few the vb. I use the vb6 and I have a question, I hope can help me. In a toolbar I have inserted a combobox which choice the font; While in a form there are many...
View Articlerun time 3075 error
Im kinda new to VB and SQL and I keep getting an error in this part of my code Set RS2 = CN.OpenRecordset("select * [name of table in sql] where cid = " & cid & " ", dbOpenDynaset)
View Articlehow to clear textbox using esc key
how do i clear a textbox when a user presses the esc key. currently i have if e.keycode=keys.escape then txtuser.text ="" end if on the keydown event but nothing is happening
View ArticleMsFlexGrid - Differentiate navigation trigger: mouse or keyboard!
Hi guys, I am having a strange problem! I am using MsFlexGrid to list some values. First, I wanted to detect in the MsFlexGrid if an arrow-key is pressed (left, right, up and down). After some...
View Articleedit access data through command
Attachment 93401 I wish to edit the field stock with data input by the user in the sales textbox when they click the update stock command. The stock textbox receives its data from an access database...
View Article[RESOLVED] VB 6.0 stops responding when making a project in Windows 7
Hello Everyone, I don't really use VB 6.0 very much but I did need to make a change to a project. When I debug the application, it runs fine. The issue comes when I try to make the application...
View Article