| Thread | Last Post | Replies |
|
| Convert Numeric field to Date field | 19 Jan 2007 10:44 GMT | 8 |
I've got a situation where there is Numeric data coming into a program from an older database. The field in question is a numeric field that is returning this: "51217.00" That number represents Dec 17, 2005.
|
| What's a Reasonably Simple Way to Send an Email? | 19 Jan 2007 08:29 GMT | 12 |
I need to send an email from a VB app occasionally. The app is monitoring various systems and sends emails when certain events occur night or day. It only has to be outgoing and doesn't require and editor. The app will be on several machines at different locations.
|
| should left-click decrease, right-click increase a number/CUA/SAA? | 19 Jan 2007 06:28 GMT | 25 |
What is the SAA/CUA or other standard, or is there one, for the following case: I have a label control that contains a number, and I want to let the user click their mouse with one button to decrease the number in the label, and
|
| Math calculation problem (audio buffer average value) | 19 Jan 2007 04:46 GMT | 9 |
To calculate audio buffer average value (to find a silence) I do: ============= For i = 1 To inHdrLine(SelectedBuffer).dwBytesRecorded Step 2 If memDetSilence(i) < &H80 Then
|
| Error Handling in Scripting Edition? | 18 Jan 2007 23:28 GMT | 6 |
This might not be the best forum for this question. I'm trying to find a free tutorial online that covers error handling strategies in VBS, and am not having much luck. The only thing I've found is this which only tells you what you can't do in VBS, not what you can do,
|
| Change resolution screen using a VB6.0 routine | 18 Jan 2007 23:26 GMT | 12 |
How can I change the parameters : resolution and PPP of the screen using VB6.0 routine. Which API should be used ? thanks
|
| Need help with error 91 | 18 Jan 2007 23:10 GMT | 14 |
I'm using VB6 to access a work order database I created on our SQL server. When I compile the project, it runs fine on my pc and our laptop with VB6 on it, but I can't get it to run on a pc without VB6. The project worked fine until I added the Work order Form and I only
|
| Newbie question - using VBA to hide a spawned application | 18 Jan 2007 23:02 GMT | 2 |
Hello. I am a total newbie in VBA and unfortunately need to get something done very quickly - hope someone can assist me. I have a button on a presentation page in PowerPoint where when I click on it, it spawns a Skype client. (I achieved this by going into Action
|
| Wizard in VB | 18 Jan 2007 23:01 GMT | 6 |
I am interested in creating a wizard in VB, i.e. a rational way to exchange forms (or their content). Could someone provide me with some guidance? Thanks a lot in advance!!!
|
| Creating events form callbacks in VB6 | 18 Jan 2007 22:56 GMT | 5 |
I am trying to create a control that raises an event when a given message is received. I have declared the event in the .ctl file Public Event MsgConfirm(aParam as long)
|
| Invalid procedure call or argument - Dir function | 18 Jan 2007 22:41 GMT | 9 |
A previous thread attempted to address this issue. However, the responses got a bit far afield and the thread has been closed, so I'm starting this one. This is a resolution to this issue that was not mentioned in the
|
| need helps in different problems | 18 Jan 2007 20:54 GMT | 2 |
I am working on a security system software in VB.Net, while dealing in database I am facing several problems as follows: 1- in table there is a field for date and time, but in grid only date is shown, where i want to display the time only ( i am using ultra grid
|
| Password Randomization Web Service / App | 18 Jan 2007 20:50 GMT | 2 |
Hey guys, I am looking to write a web service / app that randomizes the password to one of my AD accounts and then displays it on a web page. I am new to VB / VC# but i am an experienced SQL and Web Design guy. Any pointers?
|
| Game Install | 18 Jan 2007 17:58 GMT | 1 |
How do I install a Win 98 game in a Windows XP?? Any comments are welcome!
|
| Form_Load or Form_Initialize? | 18 Jan 2007 16:29 GMT | 3 |
I've gotten used to putting all my startup code in the Form_Load event, initializing variables, filling combos, etc. Should I be moving the initializing code and maybe some other stuff to the Form_Initialize event instead? Naturally, I'd keep anything referencing form controls in ...
|