| Thread | Last Post | Replies |
|
| *Any* error in form shown by sub main() ? (modally?) | 17 Feb 2005 17:37 GMT | 5 |
My app has got a login form and a main form. The main form is shown in response to the login form being successful. The login form is showed modally. The main form (fMain below) is the main window of the application and when it closes, the application should terminate. The way that ...
|
| How to detect the scroll of a combo box | 17 Feb 2005 16:49 GMT | 4 |
I'm just wondering if it is possible to detect when the scrollbar of a combobox is used through WndProc. I can't find anything relating to this in the CB_* or CBN_* messages/notifications. Any insight would be appreciated.
|
| Protecting Source Codes | 17 Feb 2005 16:16 GMT | 5 |
How can i protect my source codes from resource hacker, I find a program, I can build my project in VS.NET 2003 and this program show all codes in my executable file, Thanks
|
| My Documents | 17 Feb 2005 15:33 GMT | 7 |
When creating code to save a file, how do you specify a users 'My Documents' folder so that it is determined at run time. Therefore, dependent on the user, the file will be saved in their C:\Documents and Settings\user\My Documents\
|
| Creating an Excel (.xls.) file from a Vb.Net App | 17 Feb 2005 15:16 GMT | 3 |
Can anyone tell me how to create an Excel (.xls) file from a VB.Net app? I have a SQL Server database that contains a table with the data I want to export. How do I create the file? Thanks for your help!
|
| Amimated disply | 17 Feb 2005 15:12 GMT | 4 |
Im running vb6 SP6. one part of my application builds a large file from a sql server ( can take up to 3 - mins ) Id like to put up some sort of display to show that some activity is occouring, like the mocing files animation. can anyone tell me
|
| Un-registering an OCX (regsvr32 is not enough!) | 17 Feb 2005 15:11 GMT | 4 |
after updating my own OCX file I noted that it cannot be inserted any more in a Word document. It says something like: "Object created in {long exadecimal number}. The application cannot be found. Make sure the application is properly installed, and that it has not
|
| How to use Different lanuage fonts in vb | 17 Feb 2005 15:03 GMT | 2 |
We have a project in which we need some information to be shown in my local lanuage, and should also allow the user to give input in some other language font other than english. I tried to change the font of the textbox with the font i require,but the control does not reflect ...
|
| newbie help msgbox | 17 Feb 2005 13:43 GMT | 21 |
I am lead to believe that a number is returned - where? depending on what is clicked what i want is click yes - the program ends
|
| dll error when running on non-devel PC | 17 Feb 2005 12:58 GMT | 2 |
I am a C/C++ programmer primarily but I much prefer the VB GUI design functionality to that of VC++. I decided to try exporting my C/C++ code to a dll and making the front end in VB. This worked like a charm on my PC and on anyone elses who had Visual Studio on their
|
| easy .net. is a class and componet sysnonymous | 17 Feb 2005 12:45 GMT | 10 |
I am a newbie(*&%*(&%:)!! I am still trying to differential between a few things is a class a componet. or can a class sometimes be a component? what is the differemce between an object and a class object?
|
| newbie - get memory error message when close .exe | 17 Feb 2005 09:08 GMT | 9 |
when I make my project an .exe. I get an error message about memeory. the instruction at "yadayadayada" referenced memory at "yadayadayada" could not be "read"
|
| How to sort an excel sheet created by VB code ? | 17 Feb 2005 07:51 GMT | 1 |
I am creating an excel sheet through my VB code,in which a new row called Year is added by doing some calculations from the result-set of the query.I want to sort the sheet according to that column.How to do that?
|
| Start Stop Services using scripts | 17 Feb 2005 04:37 GMT | 1 |
Normally, I have lot of services running, and want to stop some for running games. Is there anyway I can create a small file that can be run from the "Run" command that can start or stop a number of services at once? Thanks!
|
| FTP file from Web to C:/ | 17 Feb 2005 03:34 GMT | 8 |
I have this file on the ftp server out there on the Web, let's say: ftp://www.some.domain.com/ABC/XYZ%20Data/021105cr.csv What is the best way to get it (download it) to my local
|