| Thread | Last Post | Replies |
|
| Question on colors | 02 Dec 2005 20:35 GMT | 5 |
Does anyone know if it's possible to have more colors when setting the background than the limited palette of 48 colors? Thanks a lot for any ideas! Dan
|
| GDI PLUS ERRORS | 02 Dec 2005 20:25 GMT | 1 |
Hi - Does anyone know where a list of the error codes returned by GDI+ can by found. MSDN does not have any info (that I can discern). Thanks.
|
| label as hyperlink | 02 Dec 2005 19:36 GMT | 2 |
I feel daft asking this, but how do you make a label in a Form display and behave as a hyperlink? I simply cannot find how to. tia, arno
|
| Random Numbers | 02 Dec 2005 17:06 GMT | 4 |
How do i generate random numbers. I got tickets with ticket number from 1 to 5000 and if i want to get 50 numbers randomly from the tickets then what should i do. Advanced thanks for those who are giving me the solution.
|
| SQL Server Connection | 02 Dec 2005 16:14 GMT | 4 |
In the function below which is called below, I would presume that since I set the ActiveConnection to Nothing and closed the database that there would be no active connections for my application in my SQL Server Database (Management ==>Locks/Objects==>"Asset" Database==>Process ...
|
| CTRL + ALT + char in textbox only | 02 Dec 2005 16:07 GMT | 1 |
Whats the best way of emulating a "CTRL + ALT + (char)" kind of behaviour in a textbox? An example is the shortcut key textbox on a shortcuts properties window. Regards
|
| Closed vb6 app but process still running? | 02 Dec 2005 15:37 GMT | 7 |
Hi, last n00b question for you all. I have exported my .exe and everything runs great. After I close it though i still see the .exe running in the processes window.
|
| WebBrowser Focus? | 02 Dec 2005 15:07 GMT | 2 |
I am using the WebBrowser control in a VB6 application. Now suppose I navigate to a website & start typing some text in a TextArea. While typing, I go to some other application & then come back to the browser. Under such circumstances what happens is though the focus was on the
|
| Handwriting | 02 Dec 2005 12:59 GMT | 7 |
I have developed an application in VB6 and now i want to add handwriting capabilities to it that is to say i want to use a stylus pen and write stuff on vb form save it and display it back in the same form later. Is there a way to do it
|
| Popupmenu in modal form | 02 Dec 2005 10:30 GMT | 9 |
Is it possible to get a popupmenu in a modal form? John
|
| OCX overhead | 02 Dec 2005 10:20 GMT | 3 |
I read via MSDN when a project uses an OCX, there is a bit of overhead involved in terms of resources. What I could not find out is the amount of overhead used with multiple controls. Which would use more overhead: An OCX with two controls, or using two
|
| command line for vb6 ide | 02 Dec 2005 09:27 GMT | 4 |
Hi all is it possible to get vb6 from typeing come command in command line (run) dialog box from If any one know anything about this please help me
|
| Printers collection not updating | 02 Dec 2005 05:19 GMT | 1 |
I have a VB6 app that loads a combo box with a list of Printers on the local computer: cboPrinters.Clear For i = 0 To Printers.Count - 1
|
| How to save Import Specification in MS Access to be used with TransferText in VB? | 02 Dec 2005 04:10 GMT | 2 |
I am very new to VB and would like to have your expert comments on how can we save import specification for some text file to be imported in MS access through TransferText function in VB.Actually , I have with me some code in VB which uses TransferText to import from a text file and
|
| Changing working directory in vb6? | 02 Dec 2005 04:00 GMT | 3 |
I recently made a small app in the vb98 directory of Visual Studio. I then moves the files out to another folder. The problem is the program is looking for its .txt files in the vb98 directory, not in its new directory.
|