10,987 Topics

Member Avatar for
Member Avatar for morgan drutchas

I have a yext box in a form. The text box has two columns, an ID column and a name column. The ID column is bound to a table, but only the name column is shown because the ID column has a width of zero. I want to be able …

0
83
Member Avatar for red_evolve

I am almost done with my project and I'd like to obtain some advice on this. How do I go about packaging (if this is the right word to use) the whole application? As such, I have some extra active-x components which I'd have to add into the System32 folder …

Member Avatar for red_evolve
0
225
Member Avatar for MSUMichelle

Is it possible to switch the view of a subform to datasheet when a command button on the mainform is selected? I know it is something involving acFormDS...but I cant figure out the rest of the code! I appreciate your help in advance! (P.S. I know you can right click …

0
59
Member Avatar for Slade

hey guys... I want to be able to auto sort rows ascending in a worksheet according to the first column... I want to make a visual basic macro for this... any ideas? Thanks in advance

Member Avatar for mnemtsas
0
106
Member Avatar for MSUMichelle

Does anyone know if there is code you can use to set a field width to zero in a form? I would like to use a radio button and when it is selected that field width turns to zero.

Member Avatar for MSUMichelle
0
80
Member Avatar for The Beholder

I'm stuck on retrieving bytes from a register using qbasic, specifically how do they get the Low byte and High byte from this: 'al%=lowbyte of ax, al%=highbyte of ax, al%=outregs.ax and &hff ah%=outregs.ax \ 256 I can understand that with call interrupt you can read or write to general registers …

Member Avatar for The Beholder
0
126
Member Avatar for morgan drutchas

In Microsoft Access 2000, I have a form that is for adding a new record and contains 2 subforms that each link to different tables. The subforms are connected by a user ID. I do not want the user to type his user ID twice, so when the user types …

0
73
Member Avatar for ecashwell

I would like to know if it is possible to communicate Queries using XML from an application written in VB6 to a website written in ASP.NET. I would need to send and receive everything from a small integer to a medium blob. Also, the database backend is MySQL. This is …

Member Avatar for Tekmaven
0
138
Member Avatar for MSUMichelle

:?: Is there a way to skip part of the VBA code after a certain command button is selected? I have a message box that pops up saying "Please press the edit button to make changes." After the button is selected I do not want these message boxes to be …

Member Avatar for MSUMichelle
0
86
Member Avatar for MSUMichelle

I am working in MS Access 2000 and trying to have the computer continue an ID pattern I have. Right now I have a table with a field "Customer Program ID". There are currently 5 of them...CP001, CP002, CP003, CP004 and CP005. When the user selects new record I would …

Member Avatar for MSUMichelle
0
97
Member Avatar for chock

Hai , i am getting the correct result for the below query rs.Open "SELECT DISTINCT RepTL From PEList WHERE RepFL='" & CriteriaName & "'", Cnn, adOpenStatic, adLockReadOnly, adCmdText but the thing is i need to display the record in the Order by RepId, but when i add RepId in the …

Member Avatar for mnemtsas
0
172
Member Avatar for leeegglestone

Im starting to design some software/system for work even though its not in my job description, and learned a little of it at college so thought id speed the process up rather than waiting for the IT monkeys downstairs to get their act together. I will be including a database …

Member Avatar for mnemtsas
0
100
Member Avatar for red_evolve

Greetings. I was just wondering whether this is normal or not:- When I hit the Print button, it takes a while before the printer starts printing. The printer spools for a few minutes before printing. :-|

Member Avatar for red_evolve
0
125
Member Avatar for chound

I'm a newb 2 VB. How can I use my printer to print out some message I have written in a textbox. Mine is a USB printer.

Member Avatar for mnemtsas
0
63
Member Avatar for twodollarbill
0
97
Member Avatar for soundlesslove

hello frnds i have developed a spying software in vb 6.0 with stealth capabilities just like any other commeriacl software. i would like to connet it through internet so that it can send log files by emails. i have tried smtp server for that ..it works but it is not …

0
63
Member Avatar for red_evolve

Greetings. I have a form loaded and in this form, I have a listbox plus a button. When the button is clicked, a dialog box will appear alongside with the form. In the dialog box, there is a combo box, in which the user must select something from. Once the …

Member Avatar for mnemtsas
0
228
Member Avatar for seankleyn

Hi. Im having difficulty finding work in south africa in the IT field so I was hoping their was maybe another way to start making money from doing freelance coding and projects in both Visual Basic and C/C++. Can anyone tell me where there are such places or opportunities where …

Member Avatar for basementcoder
0
236
Member Avatar for red_evolve

Greetings. I'm sort of on the en-route to project completion except for some small problems here and there. One more major step is report generation. I'm totally new in this area. Nothing in the old threads are related except for one: [url=http://www.daniweb.com/techtalkforums/thread410.html]Vb report generation[/url] but this thread is still left …

Member Avatar for mnemtsas
0
174
Member Avatar for siraj

hello can any body there tell me that i have a database named [B]watershed1.mdb [/B] which contains three tables such as "watershed_tb1,watershed_tb2 and watershed_tb3". now what i want to do is create a List box in VB6.0 and take the appropriate text boxes required.so when i select watershed_tb1 from the …

Member Avatar for lkexpert
1
172
Member Avatar for fishcakes28

Hi, I created a couple VERY small programs in VB. When I have built the program to become an executible, it works on my original computer, however when I try and use it on my office computer (without VB), it comes up with an error "The application failed to initiate …

Member Avatar for lkexpert
0
133
Member Avatar for ALAN 007

i am doing a write up and it says in the Spec: appropriate use of sequence, selection, selection and repition in your program. plz post a definition of what this exactly means [email]kamran_bashir786@hotmail.com[/email]

Member Avatar for lkexpert
0
84
Member Avatar for WaltFales

Greetings! I currently have 5 very similar but seperate macros in 5 seperate .xls files. As one finishes I currently open the next .xls file and run that respective macro. And so on and so forth. I am attempting to figure out how I can write code that will require …

Member Avatar for mnemtsas
0
90
Member Avatar for Steel9561

I created a DHTML proyect using Visual Basic 6. It is a webcalculator. You can look the calculator at this address: [url]www.cssaudit.com/TestCSS/index.htm[/url] When you compile a VB6 proyect a dll file is generated which takes care of performing the calculations. The webpage and the dll was uploaded manually to the …

Member Avatar for freesoft_2000
0
124
Member Avatar for WaltFales

Greetings! I am a relative newbie to VB programming and have built a macro that performs multiple functions within excel but am now trying to link ShowCase STRATEGY 4.1 to it. I am attempting to figure out how to have an excel file run a ShowCase Query--an application I have …

0
58
Member Avatar for Cobrab

Hi all!!! This is possibile on VBB to accsess Hardwere ? I mean if there is any command that i can read or write data from i/p port , like on c that i can use the "outport" Command. Thank's

Member Avatar for Cobrab
0
147
Member Avatar for freesoft_2000

Hi everyone, I would like to ask all of you all one question is that for example if i am using visual basic 6 and i would like to add a rich edit to my form would it cause any legal issues for me. Basically if i use the richedit …

Member Avatar for mnemtsas
0
168
Member Avatar for mnemtsas

Hi All, It's not exactly a snippet, more like an entire program. A couple years back I knocked up a DVD Collection program that uses VB6 for a front end and Access as a backend. It also includes storing screenshots as BLOB's for those that are interested or know what …

0
93
Member Avatar for red_evolve

Greetings. The subject doesn't quite match the forum? :cheesy: Well, I've to develop a system in VB. It's going to be a system used by some Management people. So, as I was designing the database, I was wondering, how could I assign the type of the primary key as? The …

Member Avatar for mnemtsas
0
418
Member Avatar for red_evolve

Greetings. I have searched high and low for the above topic but to no avail :confused: Is it possible to add a combo box into one of the columns of a listview control? Please advise.

Member Avatar for red_evolve
0
1K

The End.