11,868 Topics

Member Avatar for
Member Avatar for Darshanaa

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.

Member Avatar for AV Manoharan
0
87
Member Avatar for Gie

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 …

Member Avatar for Gie
0
75
Member Avatar for rocket1356

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 …

Member Avatar for AV Manoharan
0
94
Member Avatar for yasirfarid

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 …

Member Avatar for AV Manoharan
0
78
Member Avatar for paramasivan

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...

Member Avatar for ~Paul~
0
324
Member Avatar for Darshanaa

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.

Member Avatar for ~Paul~
0
82
Member Avatar for ashraf fawzy

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.

0
60
Member Avatar for sk8ndestroy14

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?

Member Avatar for sk8ndestroy14
0
126
Member Avatar for Mr.Wobbles

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 …

Member Avatar for Mr.Wobbles
0
330
Member Avatar for cbedard

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 …

Member Avatar for cbedard
0
101
Member Avatar for anud18

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 …

Member Avatar for AV Manoharan
0
127
Member Avatar for cbedard

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 …

Member Avatar for cbedard
0
129
Member Avatar for mybellame

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 …

Member Avatar for mybellame
0
79
Member Avatar for Darshanaa

hi pre-requisites of a billing system project in using vb6. can i be provided with an informative dummy project.

Member Avatar for AV Manoharan
0
89
Member Avatar for jatinder_44

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

Member Avatar for QVeen72
0
84
Member Avatar for anud18

is there anyway by which i can check whether a command button has been clicked or not...

Member Avatar for QVeen72
0
216
Member Avatar for jatinder_44

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 …

Member Avatar for AV Manoharan
0
69
Member Avatar for shweti

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 …

Member Avatar for AV Manoharan
0
123
Member Avatar for deep_3657

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

Member Avatar for AV Manoharan
0
176
Member Avatar for kalitherenegade

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

Member Avatar for AV Manoharan
0
140
Member Avatar for Prozeen

Hi all, I have 3 labels, with 3 captions (i.e. integers)... Label 1 = 1 Label 2 = 3 Label 3 = 2 What I want to do is search all these labels and find out what the highest number is (in this situation it's 3) so that I can …

Member Avatar for Prozeen
0
441
Member Avatar for AV Manoharan

I advice you to desist from this almost imposible task. And I am of the openion that you are not even aware of a fraction of the tremendous potentiality it offers for simple office management to very powerfull computing- options integrating small office to corporate bodies spread over miles apart. …

Member Avatar for w_3rabi
0
108
Member Avatar for sk8ndestroy14

This is just a simple question. There are four command buttons in a control array. I want to write code for one of them that changes the same property in the same way for all of them. When I tried doing this with just a specific button (I entered the …

Member Avatar for DenisOxon
0
162
Member Avatar for Es Sayen

hello, I am working on a module in which i have to make a particular form available to the user for 30 days and after that he has to validate this from admin to use it further. Now, i don't know how should i do this. I don't know what …

Member Avatar for Es Sayen
0
133
Member Avatar for wwillow

This is my first visual basic 5 project and it's for work not a school assignment. Any help is appreciated. I'm displaying lines from a file in a listbox and I'm highlighting each line according to a timer. I don't want any user clicking in the listbox, but when I …

Member Avatar for wwillow
0
113
Member Avatar for anud18

hi.......can anyone tell me how do i call a subroutine created inside my dll from another project example:- i hv created a dll having a sub-routine named "initialize" in it .....when i call this sub-routine from my project after having made all the necessary declarations its giving me an error …

Member Avatar for QVeen72
0
151
Member Avatar for jeanray

Attempting to read the Shoutcast stream using inet. I connect ok, I receive streams. But I can't get anything from "GetChunk" Is it a way to find out what has been sent and received??? [code=VB6] Private Sub Inet1_StateChanged(ByVal State As Integer) Dim txt Dim vtData Dim bdone Select Case State …

Member Avatar for AV Manoharan
0
888
Member Avatar for 2thestart

Im working on a project in access and my partner and i are making a who wants to be a millionare kind of thing. the problem is that we want to do an if statement involing an option button but we keep getting an error message saying value not valid …

Member Avatar for QVeen72
0
156
Member Avatar for DenisOxon

Hi I have a VB5 application which will print to both dot matrix and laser printers. Gnerally works fine However with HP laserjet 1020 print job is sent to printer. It appears in queue, the printer warms up and nothing else happens. Sometimes the job dissappears from queue, othertimes it …

Member Avatar for AV Manoharan
0
200
Member Avatar for Es Sayen

Hello, I am developing an application in Visual Basic in which i have to enter the details of candidates and after that clicking on the print button, the details of that particular candidate get printed out without using/going to a report. I want to know how can i do that, …

Member Avatar for Es Sayen
0
167

The End.