| Thread | Last Post | Replies |
|
| Listview problem | 25 Nov 2004 13:02 GMT | 5 |
I need to change a specific row of a listview when the user double clicks it.. When using the regular list control - its no problem since theres the click event. Now i am using list view and i dont see it handles this
|
| Please help: serial communications | 25 Nov 2004 09:46 GMT | 2 |
I am developing an application in VB 6.0 that basically reads data from one serial port and sends data to a second serial port. I'm using MSComm controls to faciliate this. One of my instruments connects directly into one of the PCs serial ports (COM1) whereas the second
|
| strange behavior | 25 Nov 2004 09:07 GMT | 8 |
I wrote an application under VB6. In this app one form contains 4 buttons for navigating within a list of data showed in a grid. One button for jumping to the first item, one button for jumping to the last item, one button for going to the next item and one
|
| Rich Text Box | 25 Nov 2004 04:51 GMT | 2 |
Is there a way to prevent anything other than text being entered into a rich text box? My program can be made to lock-up at times when other objects are pasted into the text box.
|
| Visual Basic 6 Data Report Question | 25 Nov 2004 03:10 GMT | 4 |
I have an app in which I need to create a packing slip. I have designed in report designer. The data is pulled from a SQL database. My question is how can I put information from the data base into the Page Header? The way I have it setup right now the PageHeader contains the ...
|
| Shell: no new file created after executing SED | 24 Nov 2004 21:50 GMT | 1 |
I am using SED to convert file "2_news" to "2_news.xml". The command to do this should be integrated in my VB6-app Dim strProg As String strProg = "sed -n -f DPA.sed D:\Transfer\DPA2Bund\neu\2_news > D:
|
| VB^ Picture Boxes | 24 Nov 2004 20:49 GMT | 3 |
If I have two picture boxes in the same position what determines which is on top (I want the smaller on top of the bigger). TIA
|
| I'm looking for a person who want to sell Visual Basic 6.0 Professional | 24 Nov 2004 13:51 GMT | 2 |
I'm looking for a person who want to sell Visual Basic 6.0 Professional. someonefrompoland@poczta.onet.pl Best regards,
|
| help | 24 Nov 2004 13:34 GMT | 1 |
Help ! Im new to VB but i need a VBS script to do the following, if anyone has any samples i can modify . Its to automate a process... It needs to delete a file c:\windows\system32\mscomctl.ocx then copy a file
|
| VB vs. SAS AF | 24 Nov 2004 13:16 GMT | 3 |
Hello, all, I work in a SAS shop. A good part of my work is with SAS AF, with which object-oriented programming can be done. A number of people in my area are trying to get VB installed. They
|
| Menues and fileboxes problem in skinned app | 24 Nov 2004 12:08 GMT | 10 |
Here is a tuff nut to crack. I'm out of ideas.... I have a MP3 mixer built in VB 6, with about 30 downlads a day. It's skinnable. The grapics for the skin are distributed in the installation package, and at runtime the application reads a
|
| SetFocus | 24 Nov 2004 07:07 GMT | 3 |
I'm having problems with the "SetFocus"-statement. When I'm typing in textbox Text1 and then click an Optiobutton Iwant the focus back on the textbox. Itried to do this with the Private Sub Option1_Click()
|
| syntax? of methods... sometimes it works, sometimes it dont | 24 Nov 2004 04:21 GMT | 4 |
can someone tell me why in vb6, i can type this: listbox.additem("item to be added") or this listbox.additem "item to be added", 0 '<-for index
|
| Show picture in the filelistbox control? | 24 Nov 2004 02:02 GMT | 7 |
I'd like to be able to set a picture as the background in a filelistbox control. Very difficult I would guess... Anyone? Any free or commercial controls that does this? (I've found some code that does this for a listbox, if someone would
|
| Keyboard | 24 Nov 2004 02:00 GMT | 10 |
does anybody know how can i desactivate the keyboard??? => desactivate <=
|