| Thread | Last Post | Replies |
|
| Returning an array from a function | 07 Oct 2003 03:14 GMT | 6 |
I am sure I have had this problem before and can't remember what the fix is... The documentation says that an array can be returned from a function provided you do the following:-
|
| File listbox and multiple select at once.. | 07 Oct 2003 02:23 GMT | 3 |
I'm now having a File listbox where i can read the files in a current directory.. What i'd like to do is to select multiple at once and copy in one action to another 'list' box. Does anyone know how to fix this?
|
| Error Handling Hurts Performance | 07 Oct 2003 02:11 GMT | 14 |
Ooh, I came across an interesting bit today. I had this class that I 'cleaned up' by adding error handlers to, and when I was done, it took 3x longer than usual to execute! After going back to the base code, and reapplying the changes one by one, I tracked it down to a
|
| Extending the Textbox Control | 06 Oct 2003 18:22 GMT | 6 |
I'd like to exend the functionality of the textbox control. Specifically: 1. Case Management: automatically converting to UPPER, lower or Sentance casing.
|
| where is the cursor position in my console? | 06 Oct 2003 18:02 GMT | 1 |
When I write code for a console application, I could set the cursor position using API function SetConsoleCursorPos. Win32 API does not have a function GetConsoleCursorPos. Now my question is after moving the cursor around the cosole, how can I know what position is the sursor? Is ...
|
| Enumeration vs making a list | 06 Oct 2003 09:59 GMT | 5 |
To me, when you enumerate, you make a list of specific items, like enumerating controls in a form. Am I missing something? I mean is there something more to the meaning of the term "enumeration" or "enumerate" (in programming context) other than just sounding technical. i.e. is it ...
|
| Anagram a word | 06 Oct 2003 09:38 GMT | 6 |
Thanks for reading this. How do I list all possible permutations of a word? I've figured out how to get all the characters in alphabetical order. I then want to display every possible character permutation in sequence, like so:
|
| 2 problems...please help! | 06 Oct 2003 09:33 GMT | 5 |
I am using VB6 Enterprise, WindowsXP, and Office 2K. Having two problems when installing the program onto other computers that are also using Office2K and either Windows2K or WindowsXP: 1) while trying to install the program using a CD containing the
|
| Using 2 instances of Line and PSet on same image? | 06 Oct 2003 09:32 GMT | 5 |
I'm making a 'whiteboard' application. I'm trying to have 2+ connected users able to draw at the same time. However, if User1 draws a line, when User2 is drawing, on User1 screen, it will draw another line, connecting User1's, and User2's current X,Y
|
| KAR-fileformat | 06 Oct 2003 02:09 GMT | 1 |
I want to use the timecodes and lyrics from a KAR-file. Anybody knows how this KAR-formats works (full description of the fileformat please for a programmer) I want to program an extractor wich extracts the TC's
|
| Registring the COM | 05 Oct 2003 20:04 GMT | 1 |
Using VB .NET and installing active X COM. Placing the control on the form, gives error that it needs to be registered properly......please help.----how to register and "properly" for that matter.
|
| Is it possible to access and search in Clipper databases | 05 Oct 2003 16:51 GMT | 1 |
Is it possible to open clipper databases and .ntx indexes ? Can I search etc. ?
|
| Newbie question: Any good resources on Visual Basic programming? | 05 Oct 2003 16:21 GMT | 1 |
I'm a newbie to the world of Visual Basic programming. I'm especially interested in VB internet programming and VB database programming. Can anyone recommend some good books or websites
|
| Newbie question: Any good resources on Visual Basic programming? | 05 Oct 2003 16:17 GMT | 1 |
I'm a newbie to the world of Visual Basic programming. I'm especially interested in VB internet programming and VB database programming. Can anyone recommend some good books or websites
|
| Addon Components? | 05 Oct 2003 15:19 GMT | 1 |
How can I make a VB app that has the functionality to add new components without reploacing the EXE? I want a VB app that has a list of tools and when you click on one that tool appears in a different section of the form. I want to be able to add tools
|