| Thread | Last Post | Replies |
|
| Converting Numbers to and from Hex | 02 Sep 2004 17:54 GMT | 2 |
Can anyone tell me.... What is the maximum value I can use with the HEX(nnnn) function. What is the maximum value I can convert from a String (or Double) into a HEX number. (Is there a maximum?)
|
| Help with VB Idea | 02 Sep 2004 16:40 GMT | 2 |
I am trying to get some ideas on some mathmatical equations on how to find a trend from what seems as random sell/theft actions? It is for a software app I want to do for school that involves the following:
|
| Visual Basic 8 (express) newbie: compile problem | 02 Sep 2004 15:31 GMT | 1 |
nice simple one; how do you compile a program so that other people can use it in the same way as an exe. I know its a dotnet thing but am dead new and don't know how to do this simple thing(?) Thanks
|
| moving forms | 02 Sep 2004 13:47 GMT | 5 |
I want to be able to make my own design/layout of a form. I will therefore be using the borderless form property. I understand that If i want to do something other then a rectangle i will need to bit-blit. Thats not the part that i am worried about though.
|
| Multipage printing in VB 2002 net | 02 Sep 2004 12:03 GMT | 1 |
I have small problem with multipage printing in VB Net. I can print only one page and what is with another. How print for example 3 pages with rectangles (with for next ).
|
| VB cashes running prog that passes arrays VB>C_DLL>VB | 02 Sep 2004 11:34 GMT | 4 |
The problem is VB6 program crashes. It is interesting that in debug mode it usually does it during execution breaks (and not immediately on a certain line). Well, I create an array in VB and pass a reference to it's first
|
| ??? How to display IEEE 1394 video in a GUI ??? | 02 Sep 2004 09:54 GMT | 1 |
I found the following visual basic 6.0 source code on the web for displaying web cam video in a GUI. However, I want to display video from a camera which is hooked up through firewire (IEEE 1394), not USB. What portion of the code would I need to change in order to
|
| How to show a form with vbModal also in Taskbar | 02 Sep 2004 09:53 GMT | 2 |
Before my main form gets started I have to display several info forms like InfoForm1.Show vbModal InfoForm2.Show vbModal InfoForm3.Show vbModal
|
| Mailing Attachments | 02 Sep 2004 08:57 GMT | 3 |
I've got an app which creates one or more output files. The users want to e-mail the files once the export is complete. The output file names and locations are not fixed. They want to choose the recipient from their Outlook address book and
|
| Form fade in..wait..fade out (A Randy Birch Example) | 02 Sep 2004 05:57 GMT | 2 |
I have a problem with my app. The code isn't pasted because its taken from a Randy Birch example: http://vbnet.mvps.org/code/forms/setlayeredwindowattributes.htm It fades in/out of a form and looks very cool! I want to be able to get VB
|
| updating a database | 02 Sep 2004 03:29 GMT | 1 |
i have a recordset which is populated by an sql query similar "select customer.custnum,customer lname+customer.fname as name,loans.loannum,loans.writeoffdate from customer,loans where customer.custnum=loans.custnum". notice the lname+fname field. when i
|
| Commenting/deactivating a block of codes | 02 Sep 2004 03:11 GMT | 5 |
This question may be too simple, but I still don't know how to do it. For commenting, or deactivating a line, you use ' For example in your code Private Sub thisProgram ()
|
| Help with Idea | 02 Sep 2004 02:25 GMT | 2 |
I am trying to get some ideas on some mathmatical equations on how to find a trend from what seems as random sell/theft actions? It is for a software app I want to do for school that involves the following:
|
| Timer Control in VB.NET | 01 Sep 2004 21:46 GMT | 4 |
I am new to VB.NET and I need help in using timer control. Here is the scenario. I have 3 labels (label 1, label2, label 3), and a start button, all vertically aligned on the form. Using a timer control with interval value of 3000, i.e 3 second, I
|
| Directories in Setup | 01 Sep 2004 18:32 GMT | 3 |
I have create a program that works with some directories.When I create a setup.exe with the application setup wizard I can't add the directories that the programm needs. (only files) Thanks for your advise
|