10,987 Topics

Member Avatar for
Member Avatar for november_pooh
Member Avatar for Jx_Man
0
86
Member Avatar for skyshare

I have 18 text boxes named 'txtmybox' with indexes set as 0 to 17. To change the back color I currently use a for..next loop ie: for x = 0 to 17 txtmybox(x).backcolor=red next x The question is - is there a quicker way to perform this task, ie change …

Member Avatar for skyshare
0
100
Member Avatar for stevo7624

Here is what I have. I need the check boxes to add the variables Masters(3000) and doctorate(8000) to whatever the value of the current radio box. If they are both checked then they should both be sumed along with the current radio box value. If they are unchecked it should …

Member Avatar for Jx_Man
0
149
Member Avatar for anammath

Hi guy, would you help me, how to create table (ACCESS) with primary key in visual Basic 6? Set catNewDB = CreateObject("ADOX.Catalog") catNewDB.Create "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & sDatabasetocreate & _ ";Jet OLEDB:Engine Type=5;" ' Engine Type=5 = Access 2000 Database ' Engine Type=4 = Access 97 Database Set …

Member Avatar for Jx_Man
0
161
Member Avatar for suneel kar
Member Avatar for ppappu
0
2K
Member Avatar for belber

Hey all, i'm newbie programmer, i wan't to work with vb6, i wan't to know about adodc, adodb, odbc, and dao i know function adodb, but not adodc, adodb, odbc, dao can someone explain to me about adodb, adodc, odbc, and dao thanks for help

Member Avatar for Jx_Man
0
99
Member Avatar for belber

Hey all, i have a problem here, i want to know how to send value from datagrid to excel plizzzzz.. help me

Member Avatar for Jx_Man
0
132
Member Avatar for sanket044

I have created on form in vb6 to see the gmail's email, and when i am downloading and saving it it has many text and i am not able to understand that... can anyone help me for that?? it is also having one image in mail... thanx in advance...

0
54
Member Avatar for EkoX
Member Avatar for jd2369

Visual Basic 2008/2010 - Save Page As, create a Folder, upload the folder to a specific ftp site I am working on this vb app that will goto a specific site, click on a button(i am still working on the button process) do a save page as, create a folder, …

Member Avatar for jd2369
1
245
Member Avatar for jd2369

Good Afternoon, I am having problems clicking a button within a website, heres the html code from the website using firebug on firefox [CODE]<input type="submit" onclick="return fnbValidateLogin()" value="Login" name="Login">[/CODE] Heres the code that i tried [CODE]Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim MyElementsWeb As …

Member Avatar for jd2369
0
353
Member Avatar for baseballfan22

I attached a PDF of what my project is. I am not sure how to get the labels to display the right amount. Would I do If Chevy.checked = true and freeway.checked = true then TotalMiles.Text = "33" ?

Member Avatar for WaltP
0
85
Member Avatar for tsik3x

...the problem is when the RoomNo is reserved and when you click the Reserve button again with the same RoomNo it will be reserved.... all i want is when you click the Reserved button and the RoomNo is already reserved a msgbox will appear and say "Room Number is already …

Member Avatar for Jx_Man
0
74
Member Avatar for dwiniers

hello guys! anybody can help me this type of error in Login form. Im using combo box for multiple users thank you very much. Run-time error'-2147217865(80040e37)': The Microsoft Jet database engine cannot fined the input table or query 'login'. Make sure it exists and that its name is spelled correctly. …

Member Avatar for dwiniers
0
115
Member Avatar for razamughal67

Hello Every one Please Help me on My problem i want to close a application proccess in taskmanager using vb6 Example: we open a notpad.exe and we want to close it using visual basic 6.0 to this way we have a Command botton Private Sub Command1_Click() ' Here my command …

Member Avatar for Jx_Man
0
2K
Member Avatar for abelingaw

I'm having problem trying to find out what is wrong with a code. Here's what it is supposed to do. 1. The messagebox should only appear if a record already exist in the database 2. If there is no record of the same information, then it would save the new …

Member Avatar for abelingaw
0
151
Member Avatar for aishapot
Member Avatar for Sturdy

Hi all, How can i validate a text in text box? I need to check that text length is 7 and first four characters is contain "ABCD" and last three characters must contain numbers. e.g : ABCD123 Thank you.

Member Avatar for Sturdy
0
1K
Member Avatar for Sturdy

Hi all, How do i know where the cursor position in the text at textbox? Anyone know how to do this? Thank you in advance

Member Avatar for Sturdy
0
4K
Member Avatar for Shodow
Member Avatar for gingank

Hi All, After i develop the program i compile it into internet package(.CAB) and upload the CAB & HTM File using IIS so others can access the program use the Internet Explorer. Then when i key in the information and need to print out into excel file turn up the …

0
70
Member Avatar for razamughal67

please solve my problem i want to know where we show text when we use copy cut command Example: we use a command Ctrl+C or Ctrl+X any text in textbox or any file or folder i want to view his clipboard where it link save OR view in Registry or …

Member Avatar for BitBlt
0
421
Member Avatar for suyaonmari05

We are making our system w/c is Payroll System of a gasoline station using visual basic 6.o for our baby thesis but we can't really make what our client needs and it turns out very difficult for us. They want to have a payroll Sytem w/c it can compute automatically …

Member Avatar for WaltP
0
117
Member Avatar for jcgldr

hi i'm in middle of building an application and something got corupted and the solution has 2 errors and i don't know how to fix it when i run the app it comes up the msg that there is errors and i can run the last successful build i'm interested …

Member Avatar for hericles
0
239
Member Avatar for dwiniers

SQL = "SELECT * FROM tbldes WHERE Category LIKE '%" & Replace(Trim(Text1.Text), "'", "''") & "%' ORDER BY category" rs.Open SQL, cn, 2, 3 use of this sign(%) anybody can explain me, what is the use of this code? br

Member Avatar for dwiniers
0
121
Member Avatar for JustineAubrey

Hi, I am creating a form application that should display information from one dataset into individual textboxes (ie. system name, system id, location name, location id). The textboxes populate upon the selection of a pair of cascading combo boxes. So, the user first selects a system name from the first …

Member Avatar for JustineAubrey
0
250
Member Avatar for Eric Hamilton

Hi I have a bunch of VB6 code and I want to translate/upgrade it to VB.Net. I have used the "upgrade wizard" and it generates massive errors. Is there any document that lists the differences between VB6 and VB.Net? I have lost many of my important functions, such as MouseDown, …

Member Avatar for Eric Hamilton
0
209
Member Avatar for calebcook

Hi. I need to make a system where I can accept input from the audience, and it'll show live on a PowerPoint Slide. I can create the user input system, but I don't know how to make a PowerPoint macro that when run will either: [LIST=1] [*]Retrieve text from a …

Member Avatar for StephNicolaou
0
375
Member Avatar for BasicBoy

I am on VB6. I am using the notiyicon procedure according to Microsoft document : [url]http://support.microsoft.com/kb/176085[/url] All works very well, but I cannot restore the form. It seems to me that it does not fire the mousemove event when the form is minimised/hidden, neither does it show the popup menu …

Member Avatar for BasicBoy
0
58
Member Avatar for abelingaw

Just wanna know how to add all values of a data report column using rPtFunction. Example: [QUOTE] SALARY: DEDUCTIONS: NET: 1000.00 300.00 700.00 [/QUOTE] Haven't tried this one before. Thanks in advance.

0
84

The End.