| Thread | Last Post | Replies |
|
| Email Validation | 31 Aug 2003 21:08 GMT | 1 |
After looking around a little this morning I didn't quite find a good enough email validation routine. This one is an extension of the best that I found. Enjoy.
|
| What happened to the Setup and Deployment Wizard? | 30 Aug 2003 18:03 GMT | 3 |
I just started using VB.NET and am trying to go through a complete test project. I did some db stuff, added a crystal reports form for output and the program runs as it should. Now how do I create a setup package to run on other computers?
|
| visual basic error | 30 Aug 2003 14:05 GMT | 7 |
I have a problem, it's not with any code I have because... there is no code. When I run a blank visual basic 6 form, it opens up just fine. When I add a text box, a caption, and a button... it gives me an error from microsoft's error report and asks me to send or not send the error, ...
|
| creating a file format | 29 Aug 2003 22:08 GMT | 4 |
As a general question: Is it possible to create custom file formats? I do not mean changing the attribute of a known file. For ex: A text file transformed into a .xyz will still be readable... So What I mean is a file format which will be readed by only one type
|
| why does vb html email arrive as attachment? | 29 Aug 2003 17:42 GMT | 1 |
I can send an email from any client (outlook, lotus notes), and fill it with all sorts of fonts (bold, courier, etc). When the mail is received, the client reads it inline, not as an attachment. When I send an html email thru my Visual Basic program (using
|
| Working with txt files | 29 Aug 2003 15:52 GMT | 11 |
G'day All, I want to remove blank lines from the end of a .txt file. Do I need to open it 1st? I'd also like to learn a bit about working with txt files while I'm at it, so where / what do I look for in the help file? any url's would be
|
| Playing a WAV File? | 28 Aug 2003 15:07 GMT | 4 |
What is the syntax for simply playing a WAV file in your program? Am learning VB and have two VB books but don't wanna root through them to find the code. Any help would be much appreciated!
|
| Created setup with P&D-wizard don't work on W2K | 27 Aug 2003 20:29 GMT | 2 |
I created a package with the P&D-wizard of my VB6-project and, after testing it on WinXP and Win98, send it to my customer. They were able to sucessfully run setup.exe on all computers, but the Windows 2000 workstations. Customer tells me he gets a command window (dos prompt) as ...
|
| VB6: Packaging Problem | 27 Aug 2003 13:38 GMT | 2 |
I have an application that I've programmed - it works fine in VB6, and when compiled and packaged, installs and operates fine on my machine. When I install it on another machine (without VB6), it craps out, providing nothing more insightful than the WinXP message that for some
|
| Get START BAR size and position | 27 Aug 2003 12:06 GMT | 2 |
G'day All, I want to get the START BAR size and position (location) so I can resize my window objects accordingly. Any info greatly appreciated.
|
| Trapping/Validating Paste'd data | 27 Aug 2003 11:56 GMT | 2 |
Greetings all, Quick newbie type question: I would like to be able to trap non-numerical data entered into a textbox via CTRL+C and/or Shift+Insert.
|
| pass array to a function | 27 Aug 2003 02:25 GMT | 8 |
G'day All, Would some kind soul post an example of how to pass an array to a function and retrieve another array from the function and display the result ... say in a msgbox.
|
| SendMessageByLong | 26 Aug 2003 22:59 GMT | 1 |
Perhaps there is a better news group for this particular question. If so, I appreciate the redirection. I am trying to restore and activate a minimized VB program from another VB program.
|
| 6.0 to .NET | 26 Aug 2003 20:47 GMT | 1 |
Ok...I can get it to "upgrade" but it doesn't give me the actual box to play with or show. Any idea how to fix this.
|
| Subclassing problem... CROSS | 26 Aug 2003 07:44 GMT | 6 |
Why can't I subclass any window except mine in VB? Do I have to write dll for this? I've tried to subclass it with SetWindowLong but without success... Does anyone know how to subclass window ANY window in VB?
|