| Thread | Last Post | Replies |
|
| Help with text Box | 06 Apr 2004 12:45 GMT | 3 |
If I paste some text into a text box then save the contents to a file called test.txt, how can I stop it adding spaces at the end of the saved file. Ian
|
| sub run question | 06 Apr 2004 08:27 GMT | 4 |
If I have say a sub routine and I call it on say startup... now assuming this code is being run and I call it again from elsewhere, what will actually happen ? Will VB attempt to run the same chuink of code twice or will VB wait until it has totally finished that sub before it calls ...
|
| [BUG] Crash di vb.exe (SP6) | 06 Apr 2004 05:43 GMT | 10 |
Ebbene sì, è arrivato! :-( Ecco il primo bug 'nuovo' del Service Pack 6: crash di vb.exe durante l'operazione di riordino delle colonne nel controllo Listview
|
| Very dumdum questions | 06 Apr 2004 05:39 GMT | 3 |
Hi & TIA everyone Q1 : Is there a way, at runtime, one may put Data in a ComboBox permanently? Q2 : Is there a maximum of item in ComboBox?
|
| How to setup an array using a textbox control array? | 05 Apr 2004 15:12 GMT | 6 |
I currently have an userform with 23 textboxes on it that the user would input data to and save it as comma delimited text file. Then the user would be able to bring back the text file and it would fill in the appropriate textboxes which the data came from. So basically, you
|
| Please help size form | 05 Apr 2004 11:32 GMT | 9 |
How can you ensure that a form will be a set size no matter what the users resolution. For example, I wish to design a form that will always be 1024 x 740 pixels no matter what the resolution. Thanks
|
| Please help with Hex Length and Binary Word | 05 Apr 2004 10:15 GMT | 4 |
(First apologies if this is not the most relevant place to post this but I wasn't sure of where was and I am writing my app in VB.) I'm attempting to parse a binary file for which I have the format. The format states that the general packet format is as follows
|
| Changing Forms ... | 05 Apr 2004 09:01 GMT | 3 |
I am brand new to VB and attempting to teach it to myself, and in playing around with an application I am writing, I am loading 1 screen, and then when the user
|
| Command line arguments with VB | 05 Apr 2004 08:06 GMT | 4 |
Is there a way to make an executable accept command line arguments ? (like good old DOS). Thanks Marios
|
| Syntax / logic question | 05 Apr 2004 07:04 GMT | 2 |
I would appreciate some ideas or suggestions on the overall logic or structure of a little VBA application I would like to have written. In my business, I have various services I offer to clients. Let's call them service A, B, C, etc.
|
| Logon time, up time etc... | 05 Apr 2004 02:56 GMT | 3 |
Hi, I need some help with some code. I need to know how long the computer is online or how long the user has been logged in. Ok I have a few options:
|
| VB and c++ | 05 Apr 2004 01:58 GMT | 1 |
I'm teaching myself VB, I already know c++. My question is, can an event created by a VB program call c++ code? For example, an 'ADD' button is clicked in a VB program, and c++ code is used to perform the add.
|
| Connecting to Online DB | 05 Apr 2004 01:05 GMT | 1 |
Is it possible to connect a data control to one stored remotely on FTP or HTTP server? If so how? Thanks. Mike
|
| How to repeat random number series without restarting program | 04 Apr 2004 20:00 GMT | 2 |
I have a newbie question that I know you experts can help with. I'd be really grateful for some advice. I have an application that needs to be able to create several series of random numbers, each series based on its own seed. If the same seed
|
| Where to find... | 04 Apr 2004 16:39 GMT | 4 |
I have a VB program which I wrote. It is a large program, which uses not too many commands (but too many for me to work them all out manually...). Basically, I don't like the idea of all of the DLLs I have to package with it. I have one (MSVBVM50.DLL) which is nearly 2Mb in size. ...
|