| Thread | Last Post | Replies |
|
| How to declare 2-dimensional dynamic array? | 09 Jan 2006 05:55 GMT | 2 |
I know how to do single element dynamic array: Dim MyArray () and later I just do ReDim MyArray(5)
|
| How to schedule programs to run automatically | 09 Jan 2006 03:58 GMT | 1 |
Does anyone know how to schedule programs to run automatically?
|
| CancelIo () what is wrong with this declaration? | 09 Jan 2006 02:00 GMT | 9 |
When I declare: Declare Function CancelIO Lib "kernel32" (ByVal hObject As Long) As Long and use it like this: rtn = CancelIO(ByVal ComHwnd)
|
| Performance Tips | 09 Jan 2006 01:42 GMT | 22 |
Please advise some performance Tips for developing Enterprise level applications in VB ? Best Regards Imran
|
| Disable Program | 09 Jan 2006 00:53 GMT | 2 |
I am showing a piece of software i wrote to a company. I would like it to stop working the day after the rpesentation and continue not to work EVEN if they roll the systemdate back. I would like this to occur WITHOUT a registry entry or creating a file that they can delete. Any
|
| Runtime errors on certain machines - HELP!!! | 08 Jan 2006 20:20 GMT | 3 |
Oh help. Please help. I've been at this for months and I don't know what else to do. I write VB6 apps. I've written a suite of them for my employer. All was well until my development machine blew up. I had backups and all so I rebuilt the machine with a new MB and
|
| Printing variables to screen, when in debug | 08 Jan 2006 19:42 GMT | 9 |
I recently picked up VB5 Professional off EBAY. I'm a EE who seems to think he's a S/W engineer. I'm developing a program to convert MathCad files to text files - for subsequent importation into a data evaluation tool (CosmoScope).
|
| Is a controls index | 08 Jan 2006 17:46 GMT | 2 |
Is there code that if I tell it a controls name it will tell me if it is an indexed control or not?
|
| joystick | 08 Jan 2006 09:44 GMT | 9 |
is there a way to 'send' data to the joystick thru vb rather than just reading it? thanks
|
| How to terminate a dll if an error occurs within the dll (Urgent) | 08 Jan 2006 09:25 GMT | 11 |
Hi, can anyone help me solved my problem. I want to end or exit the dll if any error occurs and return back the contol to the calling screen or the calling app.
|
| Add a line break in label.text | 08 Jan 2006 05:27 GMT | 5 |
I am learning how to program using Visual Studio 2005 (I chose Visual Basic to start). My question is: I have a sentence which I want to split in two. I would like half the
|
| INTODUCTION TO VISUAL BASICS | 08 Jan 2006 00:22 GMT | 13 |
I NEED SOME IMFOR. ON HOW TO USE V.B. AS A BEGINNER
|
| Problem with passing parameter | 07 Jan 2006 21:20 GMT | 7 |
I have problem with passing parameter from one subroutine to the function in another sub. When I insert Chr(13) directly into WriteFile() function like that: rtn = WriteFile(ComHwnd, Chr(13), 1, BytesWrite, b)
|
| Color Codes | 07 Jan 2006 18:07 GMT | 15 |
I'm working with VB in Excel 2003, and I need more colors than are offered on the default palette. Does anyone know if and where I might be able to get a broader range of colors and their codes? Thanks.
|
| Positioning ouput on printed pages | 07 Jan 2006 15:43 GMT | 2 |
I have a vb6 app that prints info to a metafile and then it is played onto the printer object. This is done to combine information from my vb app plus output from a third party dll. On some printers the output is shifted, so the information is no longer aligned.
|