10,987 Topics

Member Avatar for
Member Avatar for repole

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 …

Member Avatar for AV Manoharan
0
90
Member Avatar for kshrini
Member Avatar for kshrini
0
64
Member Avatar for smiles

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 …

Member Avatar for smiles
0
565
Member Avatar for LesC

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 …

Member Avatar for LesC
0
92
Member Avatar for Es Sayen

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 …

Member Avatar for kshrini
0
106
Member Avatar for segnett

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 …

Member Avatar for choudhuryshouvi
0
116
Member Avatar for VBWayne

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 …

Member Avatar for AV Manoharan
0
85
Member Avatar for nschessnerd

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 …

Member Avatar for AV Manoharan
0
167
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
85
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
72
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
93
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
76
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
319
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
79
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
59
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
123
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
327
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
100
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
125
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
125
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
75
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
87
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
81
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
213
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
67
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
120
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
173
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
137
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
435
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
106

The End.