| Thread | Last Post | Replies |
|
| charset in VB6 | 31 Mar 2008 22:21 GMT | 7 |
my Problem is this, I meed to schow the character "Ω" at a label in my program in VB 6. Everytime I get the character "?" (at designtime and also at runtime). I think I must the program (or the label) tell to use the charset ...
|
| Sending an e-mail from Visual Basic (Visual Studio 2008) | 29 Mar 2008 20:46 GMT | 2 |
I have a program I developed with Visual Basic 6.0 that will send off an e-mail using the VBSENDMAIL function http://www.freevbcode.com/ShowCode.Asp?ID=109
|
| weird problem in vb6 inserting data | 29 Mar 2008 20:42 GMT | 2 |
i am facing some what a weird problem when i my program. it has been working good for the past 3 or 4 months suddenly when sometimes the power goes off and gets turned on back after 5 to 10 mins the last data inserted into the table is once again inserted and creates a
|
| [VB5] error 5 on unload form | 29 Mar 2008 15:29 GMT | 13 |
Hello to all, from time to time the program which i am currently working on crashes with an "error 5" when unloading a specific form. I found a solution to the problem, but still it looks strange
|
| What is a designer, and where's the code ? | 28 Mar 2008 14:50 GMT | 2 |
I am working on an application made with VB6. I am not very familiar with VB6, I know more C++. When I open the .vbg file, I find that the application is made of several projects.
|
| Toolbar help | 27 Mar 2008 15:42 GMT | 8 |
VB6 I have an app which uses the Common controls Toolbar. When the mouse hovers over a button, its purpose is read by a speech engine. (This is a program for dyslexic users). I identify which button the mouse is over
|
| Can I do Subclassing in Class module? | 27 Mar 2008 00:44 GMT | 1 |
I want to do subclassing in my class module. It this possible? I called OldWindowProc = SetWindowLong(myForm.hWnd, GWL_WNDPROC, AddressOf NewWindowProc) but error occurs at compile time like
|
| Volume Control | 26 Mar 2008 21:22 GMT | 4 |
I'm designing a program and need to get access to the current volume level. Does anyone know how to do it? I've looked on Google but only get references to hard drive volumes and settting the volume. Cheers,
|
| Where to put code - general programming question. | 26 Mar 2008 03:05 GMT | 2 |
I have several forms in my VB6 app that offer a variety of dialogs and I'm wondering if there is any preference as to where to put code that needs to be run when a form is called from a main menu click. Options are in the calling form's code in the menu_click sub or in the
|
| VB6 textboxes and Chinese Windows | 25 Mar 2008 17:06 GMT | 2 |
I have a customer complaining that all textboxes in my app (built with VB6) appear deactivated (he can't type anything in them). This guy is the first one ever to mention this behavior and the only thing special about him is that he is using a Chinese version of Windows ...
|
| shutting down.... | 25 Mar 2008 00:05 GMT | 1 |
when i shut down or restart xp i get an error that says"program failed to initialize because windows station is shutting down." how do i fix this, should i worry? never had this until a few days ago. nothing new installed.
|
| gilgamesh anime characters anime pita 10 anime convention wichita falls | 24 Mar 2008 22:52 GMT | 1 |
http://totalvideos.isgreat.org/video/new http://totalvideos.isgreat.org/video/new http://totalvideos.isgreat.org/video/new http://totalvideos.isgreat.org/video/new
|
| Job Description | 24 Mar 2008 22:50 GMT | 1 |
Are you informed what is the job description at the moment you started your job? There are many candidates for a certain job that has no idea at all about this matter. Job description may be of less importance to the employer but having
|
| TUTORIALS ON COMPUTER PROGRAMMING | 24 Mar 2008 07:12 GMT | 1 |
languages Have the complete details regarding programming languages. A-Z about programming languages like Java J2EE, C++, code implementation guides and more. http://operatingsys.blogspot.com/
|
| Get ProcessID of Excel.Application | 20 Mar 2008 10:09 GMT | 2 |
In my VB6 app, I create an Excel application with the following code line : Dim xlApp as Object Set xlApp = CreateObject("Excel.Application")
|