10,989 Topics
| |
hi , i am writing a programme in vb6. I want to check whether my cities are matching with cities in database. so i want to ask that how to pass a array to a database by query. I have written the following code please help me Dim CITYARRAY(5) As … | |
I have been having a bit of trouble with my users trying to install my program, I will list the error messages first and then let you know what my settings are for the click-once deployment. I don't see any errors when I install it on the computer I have … | |
New here, and a relatively new programmer in general. I've taken 3 years of programming in high school, including a year learning Python and two years learning Java, with one of those years at the AP level. I was recently hired for a summer job, and my company wants me … | |
Is it possible to communicate with higher than 256000 bps in visual basic 6? | |
I try to make a simple .vb like this create three textboxes named txtA, txtB and txtAplusB then if you click a button named cmdPlus then the text in txtAplusB will include the texts in txtA and txtB Here is the code for form Private Sub cmdPlus_Click() Call Calculate End … | |
I am trying to remove the line numbers of a text document. Example: N10 G01 F720 X0Y0Z0 N20 X0Y0Z0 etc... N9000 X0Y0Z0 M0 I can remove the line number on 1 line only but need to do this throughout the entire document. Private Sub Command1_Click() WordFoundFlag = 0 For i … | |
hello all, i have to prepare a report which will display data from a specific date upto the specific date, both will be defined by the user at run time. the report is connected with the database and front end is vb. I am using crystal report for this. i … | |
Okay, I'm new to VB, obviously so I apologize for being so green. Here is what I'm trying to do, I want to create two boxes that I can generate seperately names from a database randomly. I've been plugging at it for a while and can't quite get it. I … | |
I'm going to be passed a dos based command to my vb6 program. I would like to take the multiline output of that command and create a command line command for each line it generates. The only way I know to do this at the moment is to pipe it … | |
Hey i have a textbox that i want to read line by line and store in an ArrayList. I am currently trying to find the line break at the end of each line. Here is the code: [code=visual basic] While i = 0 h = ptext.IndexOf(vbCrLf)'here is where i try … | |
hi can i be some examples of store mgt projects example live online.for reference.i need some guidance for my project. what is documentation in software designing. | |
Hi all. I just got this refurbished laptop in addition to my pc. I have no problem with my verizon dsl connection until I network this laptop last night. For my router, I got myself the DLink WBR-2310 and my laptop right away pick-up the signal. However, I noticed that … | |
Anyone know what component or where to get a tutorial on how to connect to a LINUX machine using a VB app? I am trying to create a WIN32 Visual Basic application that communicates with a LINUX machine. I will need to open and read some file info from the … | |
here is a new thread for me..;) I have some duplicate records on table, fields are ecode, ename, desig. some records in ename are same, BUT ecode are different, i just want to do that when i click ename on datacombo it should gives msg for ecode. e.g ecode ename … | |
Hi to all, How can i access Application data folder irrespective of which OS we have using VB6.0 code? Is there anything like the one 'app.path'? Please help me on this... | |
hi i m working on a store mgt project.' wanted the know the imp of context diagrams. and how can i know if m goin right. | |
Hi all ... I need to know how to combine avi file format with wav file format programatically with vb6. I hope to get help ... Many thanks to you all. | |
Anytime I open Visual Basic 6 I need to add the common dialog box control to my tool box. Is there any way I can keep that in my toolbox every time I open visual basic 6 without having to add it every time? | |
I have code that opens and closes the connection to the database via table adapters every time I update because it was throwing concurrency and other database exceptions left and right. Now, if I try to navigate through the records it throws concurrency exceptions? I can add, edit, delete records … | |
Hi all, I'm trying to open Acrobat.exe with WSH 5.6. Should be pretty easy right? lol My first problem was I had Acrobat 6.0, Acrobat 7.0 and Acrobat 8.0 all installed on my machine and I needed to browse into a sub folder of Acrobat 8.0. So the first thing … | |
how do i make the programme wait untill a particular event happens...... i read it on the msdn....that by inserting "App.WaitForEvents" where i wanted to make my programme wait for the event i could do it..... but when i tried putting this line in the programme the compiler didnt recognize … | |
Hi All, So I'm brand new to Visual Basic and am VERY confused. Lets set a few constants... OS: Win XP. Variations of Visual Basic on my PC: 1. Visual Basic run through the Sax Basic Engine Version 5.1. This runs files with a .bas extention and is run from … | |
I'm getting the following error when I try to save a query. I have security set and I have FULL permission for my login including admin permissions. Can some one help? I'm using ACCESS 2003. Thanks. You do not have the necessary permissions to use the 'MSysTables' object. Have your … | |
hi pre-requisites of a billing system project in using vb6. can i be provided with an informative dummy project. | |
Needle which will show fluxation when receving data ,as it show's the car speed .Is there is any control in vb. can anybody give some info on this. wating for rply | |
is there anyway by which i can check whether a command button has been clicked or not... | |
Hello i want to know how we can reallocate or refresh the array .In my program i have assign 100 of array's to send byte in each Function ,i am using 4 function in a loop by calling 2nd func in 1st ,3rd in 2nd ..., to get the value … | |
i am a beginner and working in vb 6.0 as frontend and ms access as backend hello ! i have following tables party:- partyid,lastname,firstname,address,areaid,profid profession:-profid,profname area:-areaid,areaname route:-routeid,routeno,routename routearealink:-routeid,areaid i am using msflexgrid control to enter/modify/delete party details which includes area and profession also.For that i want to use a moveable … | |
Hello, I want to know is it possible to access and modify content of a Excel worksheet dynamically inserted as OLE object in a form. I wish to check and update values of various cells by cell number of the worksheet, but not being sure if possible. thanks in advance | |
I am thinking of developing commercial software to rival microsoft office. qiet clearly i cant do this alone i mean it would take like forever and ever so if anyone is interested lets get talking |
The End.