| Thread | Last Post | Replies |
|
| Labelboxes | 26 Sep 2004 05:41 GMT | 1 |
How does one make a labe box display a caption AND display data created when an event occurs
|
| modifying data in a grid ajt | 26 Sep 2004 04:35 GMT | 2 |
 Signature hello I am having trouble finding meaningfull examples with datagrids in VB6. I want to use the grid by programming with DAO but the datagrid control is
|
| IP range to CIDR list VB6 utility? | 26 Sep 2004 03:47 GMT | 55 |
I've a firewall that I need to enter IP ranges into using CIDR (/slash) notation. I've a LOT of ranges that need to be converted to CIDR format! It's a real pain doing each range by hand, too! But the range must be exact and not go out of bounds (only the exact range must be blocked ...
|
| Print html without the dialog box | 26 Sep 2004 00:43 GMT | 3 |
I have a vb6 app that is usung asp/html based reports. I have a nightly batch of 7 of these reports that is run everyday. My app cues all of these just fine and even prints fine. However, the print dialog box pops up 7 times for each of the 7 reports. Then the user has to
|
| Changing a graphic to display as a visted link | 25 Sep 2004 23:15 GMT | 1 |
I have a mouseover event for a graphic that hyperlinks to another page. The mouseover event works OK. But after I click the graphic I want the second (clicked) graphic to remain so the viewer sees it as a visitied link (even if they leave the page the link is on). How can I do ...
|
| Functions in a C DLL returning strings as char * | 25 Sep 2004 23:07 GMT | 1 |
I am calling a function in a DLL from VB6. The function in the DLL is written in C and returns a char * By googling around I found that the way to handlte this: (dllNewLispEval is the C function returnin a char *)
|
| Accessing USB in VB6 | 25 Sep 2004 19:49 GMT | 6 |
Is it possible to access a USB port in VB6? I was interesting in recieving and transmitting simple ascii strings only... nothing too fancy. I couldn't find any documentation about it.
|
| Barcode | 25 Sep 2004 19:43 GMT | 4 |
How can i design barcode and display. Later i display it on dotmatrix printer. B'coz its faster and less expensive. And we need to print many tickets everyday. So, printing should be faster. Can you suggest the sollution?
|
| Lock two Forms together | 25 Sep 2004 16:05 GMT | 4 |
This may be a dull Q but I have an Options Form in an app that I would like to lock to (in front of) my main form when its shown. Whats the best way to achieve this? My options form is slightly smaller than the main form and I want to keep the title bar on the options form so ...
|
| MDI Child from within ActiveX DLL | 25 Sep 2004 14:20 GMT | 1 |
Is it possible to have an MDI child work from within an ActiveX DLL? I have got a messy hack to work - but it doesn't work as an MDI child should. I used SetParent to set the handle of the child within the DLL to set the parent to the MDI Client area. But it was just as a normal ...
|
| Running other applications | 25 Sep 2004 04:47 GMT | 6 |
All, I have an application I am shelling to from a certain click event. It works fine on my machine but bombs on somone elses because their installation is in another location.
|
| VB6 started to mess up... | 25 Sep 2004 04:17 GMT | 1 |
I got this message, when trying to compile an exe-file out of my VB project: E:\project\form129.frm(1233) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'E:\8783\vc98\p2\src\P2\main.c', line 494) Please choose the Technical Support command on the Visual C++
|
| Help a newbie: variable type problem | 25 Sep 2004 04:07 GMT | 4 |
If anyone could help with my problem I would appreciate it. I have an app that works except for just one thing, and its the most important thing. so this is the situation, i'll try to give all the relevant info:
|
| Mousepointer question | 24 Sep 2004 19:53 GMT | 7 |
I have code that does the following: Private Sub Command1_Click()
Screen.MousePointer = vbHourglass
|
| how to use theme in winform | 24 Sep 2004 17:26 GMT | 1 |
I am new to vb.net and trying to build a VB.net winform application. I really like the new look of buttons, readio buttons etc. on my WinXP box. But only thing is I cannot make it consistent with my form background color (greyish by default?). My question is, how can I can change my ...
|