| Thread | Last Post | Replies |
|
| Raising XP-Style Notification Box through API? | 19 Feb 2006 02:38 GMT | 2 |
Is it possible to raise the "XP-style notification box" (I'm not sure what it's really called...) through an API Call? Here is a pic of what I'm talking about. http://img135.imageshack.us/img135/7705/bubble2ny.jpg
|
| Convert Dollars and Cents into Just Cents | 19 Feb 2006 01:40 GMT | 6 |
In VB, how can I convert $1.35 into 135 cents. Thanks
|
| Update a text file | 18 Feb 2006 21:59 GMT | 1 |
Is it possible to insert records into a text file while reading it? I have the following code to open 2 files and I am reading from #1 and writing to #2. I would like to just read through #1 and insert lines of text instead of having to write out everything to a 2nd file. Is ...
|
| inetftp.execute overwrite file | 18 Feb 2006 20:30 GMT | 1 |
i am using VB inetFTP.exeecute to download file inetFTP.Execute , "Get " & _ "pending.txt" & " " & "pending.txt" here it gives me back error that file already exists error:80
|
| How to check for SAPI4 or SAPI5? | 18 Feb 2006 20:15 GMT | 1 |
Depending on installed SAPI I want my app to offer user the choice of voices compatible with SAPI. How to check for that? Jack
|
| Need code to launch SQL database backup. | 18 Feb 2006 20:11 GMT | 3 |
Not sure if this is the right forum, so please correct me if I'm in error. I've written a Timeclock application in VB6 for our small chain of retail stores and storing the data in a SQL Server Express database. All is working well, but I want to perform a nighly backup of the ...
|
| VB SYNONYMES | 18 Feb 2006 17:46 GMT | 3 |
Hi dear friends.. Iam suresh.. new for this group and also for Visual Basic, i want your help to know the general synonymes / syntax in VB, which we cannot avoid in any programe (important items) list and also the discriptin
|
| Convert *.wma File Names to Text | 18 Feb 2006 17:02 GMT | 7 |
I want to create a Music Ref. Library from my stored music *.wma files is there a way to take the track name and convert this to text before placing in a Access DB file
|
| LINK HAND | 18 Feb 2006 16:01 GMT | 1 |
Hi, how do i get the 'LINK HAND' as a mouse pointer? i want to use it when a user scrolls over a label, which is a link. I tried looking in the cursors folder in XP - but cannot find the one i am looking for. I want the default one that appears in windows whenever a usre
|
| how to stop execution ?? | 18 Feb 2006 12:17 GMT | 2 |
hello friends i am creating application that scan the temperature of device having 24 channel for that i am using one tabcontrol and one timer
|
| Creating a mask for BitBlt automatically | 18 Feb 2006 09:52 GMT | 10 |
What I want to do is to feed a picture into the app and have it read the picture, with every pixel that is not of the same color of the leftmost, topmost pixel changed to black and everything that is of the same color changed to white, thus outputting a mask for use in a BitBlt
|
| Where can I get female voices for Text-To-Speech ? | 18 Feb 2006 03:26 GMT | 1 |
Are any female voices available for free download?
|
| packaging | 18 Feb 2006 03:11 GMT | 1 |
I my vb.net application is calling another application (abc.exe) to run. How can i package this abc.exe file into my vb.net application ? thanks
|
| Help: VB6 cannot open my forms without crashing! | 18 Feb 2006 03:08 GMT | 8 |
Hi ppl, I am using Visual Studio 6.0 and have been coding the same project for some time now. (Its a std VB 6 app with common controls... no 3rd party activex)
|
| Couldn't Lock File Error | 17 Feb 2006 20:59 GMT | 14 |
Good Morning All, I have a VB App which is deployed onto a number of client PC's. The app connects to an Access database located on the network. On occassion the error "Couldn't lock file" is raised (Err.Num -2147467259). I assume that this
|