| Thread | Last Post | Replies |
|
| Classes - Chicken and the egg.... ??? | 06 Feb 2006 22:41 GMT | 3 |
What do you do when one class depends on a second class, and that class depends on a third class and the third class depends on the first class??? For example: I have a small database. There are three tables: "Customers", "Sites" and
|
| How to kill window? | 06 Feb 2006 22:19 GMT | 4 |
Is there API allowing closing the outside window, knowing the window's title? DestroyWindow() accepts only window's handle. Jack
|
| Text box Validation | 06 Feb 2006 22:05 GMT | 5 |
I'm trying to set up a text box so that it only allows the user to type on numbers from 0 - 9 using the txtBox_KeyPress(KeyAscii As Integer) event Can anyone help me? Thanks.
|
| I have a problem with IDE | 06 Feb 2006 21:58 GMT | 6 |
(sorry I posted this on the API newsgroup by mistake) I'm working with VB6. To finish the debug session, I click on the stop button and I get the following error message. Instruction 0x6605208d makes referencen to memory at "0x00000064". Memory
|
| Hotmail Log in Problems | 06 Feb 2006 21:47 GMT | 1 |
Recently I have been experiencing logging into my hotmail account. Everything was fine until one night suddenly the hotmail screen said that I do not have IE6. Which is not true since I have Xp Professional-sp2, with all auto updates. Anyway, I wrote to the hotmail people and ...
|
| loading back up to new computer | 06 Feb 2006 21:46 GMT | 1 |
I purchased a new Toshiba lap top "Satellite A105- S 361" with windows XP home edition. I am trying to load all the back up files to new lap top from a an external hard drive that I took out of my previous Toshiba lap top Model: Satellite
|
| RegExp | 06 Feb 2006 21:32 GMT | 1 |
In Access 2003 I can code the following Dim rxGood As New RegExp Dim rxFix As New RegExp Dim rxSingle As New RegExp
|
| Menus on the fliy | 06 Feb 2006 19:47 GMT | 5 |
Can A menu be created at runtime or must it be done at design time? If it can can you direct me to some sample code
|
| Technology to use? | 06 Feb 2006 19:08 GMT | 3 |
I am currently working on a project that entails creating an ActiveX IE hosted DLL that can communicate 2 ways with an internet IIS 6 web server. I'm looking for a suggestion on what is the easiest way to do this. I need to send client information and receive server query requests ...
|
| txt file entries Editing Updating and deleting via vb program | 06 Feb 2006 19:06 GMT | 1 |
Okay here is my question I have a txt file which have data for e.g "1","9/1/2003","Mindware","Developer","Astrum InstallWizard","Trial","N/A"
|
| extract data using excel driver and ADO | 06 Feb 2006 15:13 GMT | 1 |
there is a section of data in excel like this: ............ string1 num1 num2 string2 num3 num4
|
| looking for vb 2005 discussions | 06 Feb 2006 15:05 GMT | 3 |
Anyone know of microsoft sponsored discussions on vb2005?
|
| Sound?? | 06 Feb 2006 14:54 GMT | 7 |
I want to play a simple sound like the windows start up song when you push a button on a form So could you plzz help... Note: I am only 11 yrs old so could you make it simple!
|
| How to write to Excel spreadsheet programmatically? | 06 Feb 2006 14:33 GMT | 8 |
My code can read from Excel spreadsheet. What should be done to be able to write back to it? Your help appreciated, Jack
|
| Change language keyboard | 06 Feb 2006 07:18 GMT | 5 |
"the following message was sent to another ng also - with no luck ..." i have three languages installed in my system. How can i change them through code ? My plan is, when a TextBox that receives only one language info gots focus
|