10,987 Topics

Member Avatar for
Member Avatar for andrewktmeikle

Hey, i am having trouble with a project i have for school. The problem is as follows: I have one database(access), and it contains the specifications for 3 PC's( will be more but not atm), i have added a column stating the specification of the pc. I have an adodc …

Member Avatar for jireh
0
200
Member Avatar for tgifgemini

[B][/B] Hi everybody. I have a code that formats the "Comments" field row in my spreadsheet. The objective is to begin a new paragraph whenever it encounters a date field within the text data. Below is how it is currently formating the "comments" field in the spreadsheet: [U]Example 1:[/U] Comments: …

0
54
Member Avatar for Dell XPS

I am making a backup program and I dont know the code for copying a specified folder from a source to a specified destination...... the picture attached shows how i made how to select source .... the other tab is for destination... Thank you very much Any help appreciated

0
57
Member Avatar for Dell XPS

I have made some(10) combo boxes in my project!!! i need to make them depend the one on the other... i mean if the first combobox is a car brand (e.g Ferrari) then the second combobox must only contain ferrari models! is there a way to hide the rest selections …

Member Avatar for Dell XPS
0
108
Member Avatar for plusplus

I need help with sql statement that includes two tables one table has id and name, lets call it tbluser second table has id and all other info, lets call it tblinfo Something like this Select id from tbluser where name = txtname Select * from tblinfo where id = …

Member Avatar for plusplus
0
102
Member Avatar for countryboyz

I made a macro to sort a form and it works fine as long as every thing that it searches for is there to find. If not it times out waiting for an event. I do not know VB, The only reason I put the [ ] around [rcEnterPos, "30", …

Member Avatar for Prozeen
0
245
Member Avatar for nobody2ph

hi guys, i know this might look like a n00b's homework assignment - but it aint, im studying VB for myself. Im trying to do this tutorial over here, cuz everybody said it's good [URL="http://www.profsr.com/vb/vbless04.htm"]http://www.profsr.com/vb/vbless04.htm[/URL] Prob is when i try to press the confirm button, error message pops up saying …

Member Avatar for Dell XPS
0
557
Member Avatar for mr_fany

I want to draw text on JPEG and save it in file. But me need that this picture didn't visible. Please help me! Thanks In Advance!

Member Avatar for bugmenot
0
78
Member Avatar for vbcielle

i have three arrays below [code] l = 0 For k = LBound(Tstk) To UBound(Tstk) Tstk(k) = stk(l) l = l + 1 Next k [/code] [code] z = 0 For x = LBound(qty) To UBound(qty) qty(x) = Text5(z).Text z = z + 1 'Tstk(x) = stk(z) - Text5(z).Text 'Print …

0
110
Member Avatar for tgifgemini

Hello everybody, my program have been working and today I'm getting run time error 1004 - invalid number of arguments on this line of code: [code]mystr = "Comments:" & "'" & xlApp.Clean(Trim(rsin![Comments]))[/code] Also, I am getting a "Runtime error 1004 - unable to set the RowHeight Property of the range …

Member Avatar for tgifgemini
0
523
Member Avatar for vpns.praveen

hi! i m nu to VB pl.explain how to connect VB to Access data basic using ADO control, if any other way, pl do help me. than u.

Member Avatar for debasisdas
0
84
Member Avatar for ristine33

HOw are you all. Can i ask about vb 6.0 in creating a progress bar. please let me know on how to create a progress bar. plz plz plz

Member Avatar for debasisdas
0
30
Member Avatar for vishjoe

I want to use the chart control. I have the data in a recordset which i need to show in Chart. can anybody help me

Member Avatar for debasisdas
0
29
Member Avatar for eoghan

In the code below I get a runtime error 13 or error 2036 or error 2007. The program uses Solver in excel to find best fit solutions for a matrix of i and j values by minimising error values (Val8a). the run time error message occurs at 1 of 2 …

0
65
Member Avatar for vbcielle

i have a search program that when searched i will make a receipt, a reciept form will be displayed, the 1st item searched will be displayed on text1(0).text and the quantity also will be displayed in text5(0).text my problem is how to subtract the stock items minus the quantity text5(0).text(its …

0
127
Member Avatar for raydogg57

I am using the VB editor in Microsoft Excel and have come upon a slight problem. Basically, I wrote a macro that allows me to copy an array of data from one worksheet, and then paste it into another worksheet. (So by using the macro, I can automatically update the …

0
62
Member Avatar for murigah
Member Avatar for mustoora
Member Avatar for Jim LaVine

I am trying to write a simple CRC calculator in VB6 I am converting a C code(listed below) I need to use a bitwise & operator. I have read that the Imp operator is what I should use, but it does not give the correct results Here is the code …

0
66
Member Avatar for tgifgemini

[B][/B] Hi Members, please can anyone show me how I can write a blank line after writing each records? My intension is to space out the data in the spreadsheet for readability. So far the code I'm using is not doing it. Seem my module below: [code] i = 5 …

Member Avatar for binoj_daniel
0
210
Member Avatar for tgifgemini

[B][/B] Hello everyone, I have a spreadsheet that has data in a report format. The last column "Description", has long text value which are all bunched up inside one cell. My intension is to merge(expand) the text to fill other cells (G, H, I) and make it readable. [B]See spreadsheet …

0
48
Member Avatar for Mikepf

I have successfully created a command button on a form to do a search on a primary table for a key, entered data on the form and saved it into a second table. However the key for that second table does NOT get saved (but does show on the form). …

0
64
Member Avatar for mungelwar

Hi guys, Is is possible to pass the parameter to autocad thru VB6 and generate drawing. Or already developed design in Autocad and is it possible to modify thru VB6. If you have any information abt it. Plz suggest me. Regards kishor Mungelwar

Member Avatar for P2P
0
60
Member Avatar for nanoscientist

Dear helpful members I would like to know how to make a batch of files--> save data into them--> close them For simplicity I was planning to call each file "i j"(i space j), where i=1 to 30, 1 and j=0 to 90, 10 so there would be a total …

Member Avatar for nanoscientist
0
29
Member Avatar for itekchandru

I am currently developing audio player project in vb6. i have downloaded a dll file named "WinampPluginWrapper.dll" i make this dll file methods inherit from vb class. But i try to execute the file i got error that " WinampPluginWrapper.dll" not found. Then i Placed this dll file available to …

Member Avatar for debasisdas
0
517
Member Avatar for choudhuryshouvi

Hi, can anyone tell me from where can I download and install the crystal reports to use in vb6? I need the site url. Help please... Thanks in advance

Member Avatar for debasisdas
0
92
Member Avatar for nanoscientist

I have written my code in VB6. I would like the code to pause when variable x = 1, and the program will continue when I hit a key or something of that sort. Could you give me a hand on this? ThanX

Member Avatar for binoj_daniel
0
101
Member Avatar for tgifgemini

Good people, Please can someone show me how I can add a permanent comment to the end (footer) of my spreadsheet. I want this comment to be visible when the spreadsheet is printed. I know how to add the comment on the spreadsheet that is visible only when you hover …

Member Avatar for tgifgemini
0
101
Member Avatar for FairyL

Hi. First i want to say taht I'm relly glad I found site like this. I LIKE IT!:) I'm noob in vb. I'm trying to work in vb6.0. i have some ideas like: creating some picture catalog, or making a game, i'm intersted in animcion...But my cnolege in vb is …

Member Avatar for Lavendor
0
77
Member Avatar for danlexter7

i have a question..I have a problem of rotating a 6 pointed star or a star david.. What codes do i need to rotate it?? it rotated in every angle and it somewhat like in 1 revolution around 32rotation..and how do i animate it??can u help me please..thank you very …

0
53

The End.