11,868 Topics

Member Avatar for
Member Avatar for neosonic

Hi guys, I have a normal .exe file written in visual basic 6. It's just many forms linked through a database. I want to put it online, so the users can use it online and my application only need to be installed in one central computer. How can I put …

Member Avatar for AndreRet
0
926
Member Avatar for burdigol

Hi guys! I'm currently building an online inventory system using mysql and vb6. I'm quite confuse on what method to use to finish this. The application will have a server that records on items and then gives it to its branches for sales. I would like it to record all …

Member Avatar for AndreRet
0
2K
Member Avatar for aparnesh

When I am trying to connect to a MS Access database to display a data report, I am getting a dialog-box pop-up showing the different parameters for the connection string. Clicking on either the 'OK' or 'Cancel' buttons gives a "Couldn't find Installable ISAM" error. The database is not password …

Member Avatar for AndreRet
0
704
Member Avatar for M SRINIVAS

[COLOR="Red"][B]Hi everyone[/B][/COLOR] I had a problem with the datareports I am using MS access as database and VB 6 In the section 1 i had place text box and i want in text box the values value 1 - value 2. The code is given below Please help me Thanks …

Member Avatar for AndreRet
0
141
Member Avatar for imolorhe

please, i am havin problems developing a setup file using ms interdev98. Need help urgently. Thanks.

Member Avatar for imolorhe
0
65
Member Avatar for coollife

First thing i should be able to access the contents of the aspx webpage ex : [url]http://abcd.com/homepage.aspx[/url] In that web page i should be able to display the name localuser . I heard that using vb6 we can access the HTML contents of a page If yes, then i should …

0
68
Member Avatar for Sarama2030

hi daniweb guys i need to develop a web-based application in vb6. what is the best way to go? And if you don't mind how can i randomly generate passwords in vb6 i.e. like the way they do it in e-mail registration? thanks guys!

Member Avatar for neosonic
0
1K
Member Avatar for coollife

For ex: i have an aaa.exe running in windows startup and visible in windows startup, What i want is to make aaa.exe invisible or make aaa.exe replaced by null characters .

Member Avatar for AndreRet
0
71
Member Avatar for PheNz

Hi all , I need the Textbox to display data from the Datagrid according to the columns data i wanted . Like Textbox1.Text = Datagrid Columns (1) I need Codes Thanks.

Member Avatar for AndreRet
0
341
Member Avatar for coollife

For example i have an vb.exe file by name abcd.exe , what i want my vb code to do is to rename the abcd.exe to abcd.dll .

Member Avatar for AndreRet
0
32
Member Avatar for deftones
Member Avatar for drabsch

i need to add code to the form using code like the Controls.Add(). but to add code not a control. any ideas.

Member Avatar for crackerjacker
0
125
Member Avatar for TenaciousBey

Hi, I need to create a visual basic program that does all the functions of the calculator program in windows. I need to be able to make the program display the keys pressed by the user on the keypad (only the numbers 0 - 9) and it should also still …

Member Avatar for Romil797
-1
2K
Member Avatar for bsewell

Hi all, I'm trying to populate a datagrid as part of a search function for my application. I've tried running my code, which gets executed with no errors but the contents ain't showing up in the datagrid. Please fix this for me :) [CODE]Private Sub Search_Click() Dim dbuser As String, …

Member Avatar for AndreRet
0
162
Member Avatar for adamsn

Good day all Is it possible to type an exponent in a textbox or a label using VB6? I am currenltly using two textboxes, one for the base and the other for the exponent, by using the tabkey to go from textbox 1 to textbox 2. thanx. N

Member Avatar for AndreRet
0
797
Member Avatar for abu taher

I want to do work with a machine(any). like: Id card punch(machine) or other. the software collect data form the machine. Here I want to how the software work with the machine? how a software give a command to the machine? I want to know details. plz help need.

Member Avatar for AndreRet
0
159
Member Avatar for Rudolfovich

Hi2all! What better use for working with databases in C + + and win32api? (static lib with source code, classes or simple source code, examples)

Member Avatar for Ancient Dragon
0
169
Member Avatar for pankaj.garg

Need help for creating an diary alphabetically...some doubts 1. Do i need to create separate recordset for each alphabet (A-Z) ? 2. How do i get the 1st letter of the name entered into a textbox ? (hav heard that "VB Controls" help...but couldnt find a control to help me..) …

Member Avatar for akhileshbc
1
125
Member Avatar for peternrose

My QBASIC programs do not run under Windows XP. Specifically, LPRINT does nothing. I have spent a lot of time & effort over the past 15 years programming in QBASIC with lots of useful and profitable programs. I really do not want to start over with Visual Basic unless there …

Member Avatar for nokki
0
1K
Member Avatar for deftones

Hey, I faced one tiny problem, but I can't figure it out. What I need is basically "label1 = format(now, "hh:mm:ss")", but I want start counting time from zero: "00:00:00".. Any help?

Member Avatar for akhileshbc
0
89
Member Avatar for blachogi

i have the ComClassSearchCustomers class and interface IComClassSearchCustomersat .net which used to create a tlb file. The class raise an event inside new. After that i have a vb6 form Form1 which catch the event , but it never see the event. Any ideas? Option Strict On Option Explicit On …

0
55
Member Avatar for drabsch

I need to get the icon from a drive and put it in a picbox. For example i have an icon on my usb/flash drive and i want to get the icon and put it in a picbox same for my c drive and DVD drive

Member Avatar for drabsch
0
114
Member Avatar for hanzi_ru

hi! i have created a form which contains two combo boxes. the first one can be used to select the location and the second to filter the floors belong to the selected location. i need to know the coding needed to filter the floors which only belongs to the selected …

Member Avatar for dzul73
0
306
Member Avatar for pytup

I've got that. that should be displayed after log on ( it can be rewrite with use IF statement) [CODE]Private Sub cmdLogon_Click() Dim age As Integer age = InputBox("please enter your age") Select Case age Case Is >= 18 MsgBox "you are" & " " & age & ", let's …

Member Avatar for akhileshbc
0
127
Member Avatar for Jaisonkv

Hi.... I am a student. When i tried to connect VB with Access, it is giving me this message "Run-time error 13, Type Mismatch" Below is the code [code=vb]Dim DBase As Database Dim RBase As Recordset Set DBase = OpenDatabase("DB Name") Set RBase = DBase.OpenRecordset("Table name") [/code] The funniest thing …

Member Avatar for akhileshbc
0
137
Member Avatar for HelloWorld23

Hello -- 1. Can you compile C code in Visual Studio.NET ? If so, can you please submit the proper steps in order to do this. Thank You :)

Member Avatar for shani443gb
-2
4K
Member Avatar for Israelsimba

My subscription system is now running though with errors here and there.the error that concerns me a lot is a runtime error that says [QUOTE]multiple steps generated an error check value status[/QUOTE] and points to this code....[CODE]r.Fields("companyphone") = txtcphone.Text r.Fields("companywebsite") = txtcwebsite.Text[/CODE] and this code is in my save button. …

Member Avatar for akhileshbc
0
106
Member Avatar for imolorhe

hello. please i would want to know how i can communicate with the system and find the system's present status such as logging off, shutting down, etc. vb codes would be most appreciated. thaNKS

Member Avatar for abu taher
0
80
Member Avatar for pankaj.garg

i have 2 forms..when i start my application..form1 loads...then i navigate to form2 and adds some data in database using controls on form2, which should also reflect on form1... My data is not getting reflected on form1, after i hide form2...before giving "form2.hide", i tried giving "form1.show" and "form1.refresh" but …

Member Avatar for abu taher
0
272
Member Avatar for venkatnams

[B]hello everybody, im venkat doing my b.e 3rd year... Im currently working on my project of college administration system using vb6. I need help on how to save an image in the access database...i have got the code on how to browse an image. but i'm not able to find …

Member Avatar for RobCr
0
3K

The End.