| Thread | Last Post | Replies |
|
| SSTab Control | 19 Aug 2004 15:35 GMT | 1 |
Is there anyway whatsoever to change individual tab caption colors? For example, setting random tabs a different color than the others.
|
| icon | 19 Aug 2004 15:35 GMT | 1 |
I made a small programm in VB6 and VisualBasic.Net After building the program it seems to be impossible to change the programm's icon. What can I do to make it possible to insert a home made icon?
|
| Question about VB6 error | 19 Aug 2004 15:35 GMT | 1 |
I have been working on a vb6 program for a month now, and am near completion. I got online and downloaded a packaging program called "Inno setup compiler" that lets me package my program for dist. just like VB's "Package and deployment wizard". I did this last night, and ...
|
| Calling a DLL from Visual Basic 6.0 | 19 Aug 2004 14:45 GMT | 4 |
You've probably seen this one hundreds of times but I need some help with calling a function in a DLL from within VB6. The problem I'm having is with one of the parameters is a VOID * which is a total pain in the neck... And another problem is I cannot change
|
| Large Forms | 19 Aug 2004 14:42 GMT | 4 |
I have a large form that I have recently upgraded from VB6. The form contains a number of "input areas" that are identical and all but the first of these are hidden initially. There are 21 in total and so because of the screen resolution constraints the form autoscrolls. When ...
|
| Text File encoding? | 19 Aug 2004 14:16 GMT | 2 |
I have a file that was generated on a customers computer which is not using the Windows default text encoding but uses Japanese(Shift-JIS) encoding. If I open the file in notepad the data looks normal but my application
|
| scrollbar problem | 19 Aug 2004 14:16 GMT | 8 |
I have a textbox with a number in it and it is connected to a vertical scrollbar. It works except when I press the UP arrow, the value in the textbox decreases. When I press the DOWN arrow, the value increases.
|
| Howto get details in Filelistbox | 19 Aug 2004 11:13 GMT | 2 |
Probably not the first time this one is asked in this group... The standard filelistbox does what it says, it lists files. But as all windows based dialogs offer file details etc. I think it can't be impossible to get some extended filelistbox that does the job.
|
| How can I temporally supress a KeyDown event | 19 Aug 2004 09:07 GMT | 4 |
I'm a VB beginner. If someone could help me, I would greately appreciate it. What I want is to temporally supress keyboard events (e.g., KeyDown). For example, I have a program that shows a picture on the screen for 3
|
| extreme newbie question | 19 Aug 2004 08:48 GMT | 4 |
How can I get a label to show the count as it runs. I can with the print command. Private Sub Command1_Click() For i = 1 To 10000
|
| list box | 19 Aug 2004 08:43 GMT | 4 |
is there a way, to make collumns in a listbox, or is there an other box that already exists of more collumns? thanks Maarten
|
| Printing RTB contents -- last line of each page missing | 19 Aug 2004 06:23 GMT | 17 |
I have the following code to print the contents of an RTB: With Form1.RTB .SelStart = 0 .SelLength = Len(Form1.RTB.Text)
|
| Dir Function Problems | 19 Aug 2004 05:05 GMT | 8 |
I'm pulling my hair out here over this one... The following line of code: Msgbox Dir("c:\test\", vbDirectory) Is returning the names of files in the directory instead of other directories.
|
| Visual SourceSafe | 19 Aug 2004 02:45 GMT | 1 |
Is anyone aware of any problems with using Visual SourceSafe or any reason why not to use it? I currently use it with my VB code but have a person saying that Microsoft is not using it themselves because of problems.
|
| dll functions | 19 Aug 2004 01:34 GMT | 2 |
I have a dll which gives me some information about the harddisk I use the dll like this: Public Declare Function GetSerialNumber Lib "DiskSerial.dll" (ByVal nDrive As Integer, ByVal lpBuffer As String) As Long
|