| Thread | Last Post | Replies |
|
| ADOX question | 23 May 2005 21:58 GMT | 10 |
How do I assign yes/no format to yes/no datatype in access using ADOX object? Thank you. Shailesh
|
| Import Wizard for VB.Net | 23 May 2005 20:25 GMT | 4 |
Can someone please tell me where to find the import wizard to convert VB6 code to VB.Net? Thanks, in advance, Val
|
| UserControl replacement for Load() ? | 23 May 2005 20:25 GMT | 1 |
I have this UserControl initialization code that should only *ever* run during run-time. The problem is the UserControl_Initialize() event doesn't give me access to Ambient.UserMode. Also, my control is designed to be invisible just like a timer or common dialog is, so I
|
| SHFileOperation issues | 23 May 2005 17:14 GMT | 1 |
I'm having a problem employing SHFileOperation for file copy operations and am running out of ideas. I'm hoping this is a problem someone has dealt with before. My code is basically straight out of: http://vbnet.mvps.org/index.html?code/shell/shdirectorycopy.htm
|
| Get rid of flicker inside a frame. | 23 May 2005 16:40 GMT | 8 |
I've been going around in circles with this issue. 'Module constants Public Const WM_SETREDRAW = &HB 'Module declarations
|
| Touchscreen Keyboard | 23 May 2005 15:35 GMT | 2 |
Hi I need to add a "virtual" keyboard for a touch screen, rather than creating a form and coding it up, I was wondering if there are any controls etc.. out there that already do this.
|
| Recycle Bin | 23 May 2005 15:20 GMT | 3 |
Is there a way in VB to delete a file thats located on a USB memorystick and "move" it to C:\recycle bin ? I want the operator to have a chance to restore the file again. /Stlun
|
| print .doc by distiller ? | 23 May 2005 14:24 GMT | 1 |
how can I print a word doc by adobe distiller (pdf), not a normal printer... have a nice day everybody
|
| form section color | 23 May 2005 13:12 GMT | 6 |
Need help with this... I have a form that is lined off into squares... using for drag and drop... I have a map(index) of this form.. so when the user drops something on one of the squares it does a specific sql statement. What I'd like to be able to do is color the squares, ...
|
| Qualifying functions makes run time MUCH longer!! | 23 May 2005 02:59 GMT | 10 |
Not sure how many are aware, but lets say you know there is a VB function to do something but you forget the name but know sort of what it is called, you can type in VB as you are coding: VBA. and once you press the . the intellisense kicks in and will show you all the VB functions. ...
|
| Optimizing Binary File Input | 22 May 2005 18:59 GMT | 2 |
I'm reading data from a file into a Byte Array. Please tell me there's a faster way then as follows (reading the file one lowly byte at a time)... Thanks for your time, Evan
|
| Keyboard Hook Question | 22 May 2005 16:59 GMT | 1 |
I have a keyboard hook that identifies whether the user presses CTRL. The code works fine and when added to a UserControl but I get undesirable results. I run the hook at the UserControl_Initialize event, which results in my instance of the VB IDE crashing for obvious reasons ...
|
| Run-Time error '-2147024769 (8007007f)' | 22 May 2005 14:57 GMT | 5 |
I got this error when trying to run a program which i think was written in VB: Run-Time error '-2147024769 (8007007f)' Automation error
|
| Debugging a VB6 application that is using a C# Assembly | 22 May 2005 14:12 GMT | 3 |
I have a VB 6 application that is utilizing a C# assembly that exposes a COM interface. When I run the binaries that application works wonderfully, but when I try to debug the VB application I I get a 'Run-time error'
|
| Binary Math Help | 22 May 2005 10:39 GMT | 7 |
I usually don't get involved with raw binary bit streams, but I have a project where I'm reading in some compressed data and nead to convert it to a specific format. Given 4 bytes of data, we'll call them b0, b1, b2 and b3
|