| Thread | Last Post | Replies |
|
| I just completed my CCNA Boot Camp IP-GATES (GOA) http://www.ipgates.com | 28 Aug 2006 15:08 GMT | 3 |
I just completed my CCNA Boot Camp IP-GATES (GOA) http://www.ipgates.com and would be happy to share my experience. I have been to IP-GATES (IT TRAINING) training session in Goa India.
|
| Delete files in use | 28 Aug 2006 14:25 GMT | 2 |
I'm trying to do a program that delete some files and registry entries, Is there any way to delete the files that "are in use". Thanks in advance.
|
| application stealth | 28 Aug 2006 13:51 GMT | 1 |
How can I make my vb application stealth? for example, make it register as Service Process? Thanks
|
| How do I specify a multiline string? | 28 Aug 2006 10:58 GMT | 13 |
Hi group, I want to enter something like dim s as sring = "hello" but instead of "hello" I want to enter a multiline string. Do I need to use
|
| How to change the font on the Toolbar | 28 Aug 2006 06:08 GMT | 6 |
I have a Toolbar in my application made with VB6 SP6. Some of the users complain that the font on the Toolbar is too small. I could not find the font property in the Properties of Toolbar. Any idea how to change the font? Thanks for any comments in advance,
|
| Class for key strike event | 28 Aug 2006 05:53 GMT | 1 |
For VB .NET, which class is responsible for the key strike event? Thanks
|
| Avoiding non modal errors | 28 Aug 2006 02:59 GMT | 6 |
Seems no matter what I do...my app will have these "Can't show non-modal form when modal form is displayed" errors. What is THE best way to prevent/ensure these errors dont come up? Very frustrating.
|
| Getting a Textbox Focus While an Input Box is Active | 28 Aug 2006 01:46 GMT | 4 |
Need Help! Using VB6, I have a single form with a textbox (properties allow multi-line entry and includes a vertical scrollbar). I have an “Input” box to accept a string input from the User. The VB6 program accepts a User-entered “seed”
|
| Show multiple standard exe forms in task bar | 27 Aug 2006 18:48 GMT | 7 |
I only seem to be able to show 1 form in the task bar when I load them from a standard exe project. For example, here's a Form_Load event for Form1: Private Sub Form_Load() Load Form2
|
| Help With Regular Expression (Another Post) | 27 Aug 2006 18:22 GMT | 6 |
I guess I did not explain my delima correctly in my original post. I will try to be more cleaer. I am trying to extract from a working a path, the state in which the documents are retrived. Al of our files are stored or saved our
|
| dotnet 2.0 ftp rename error 500 | 27 Aug 2006 15:51 GMT | 1 |
I'm writing an app to upload/download via FTP using VS2005. Upload download works. but when trying to rename a file with GetResponse it errors with error 500 (Syntax error, command unrecognized). This only happens with unix FTP servers - windows ones work perfectly.
|
| Type Mismatch error but Why? | 27 Aug 2006 09:46 GMT | 3 |
I am trying to pass an ADO Recordset object back to a class for the class to undertake some work on the recordset. My original class property returns the Recordset: Public Property Get ADODBRechargeables() As ADODB.Recordset
|
| Possible to Equate a Value to a Variable? | 27 Aug 2006 03:12 GMT | 6 |
I don't think this is possible but I though I'd ask. Is it possible to equate a value to an existing variable? Let's say over time (not all at once) I've defined 1000 variable names. For example:
|
| Command line arguments | 27 Aug 2006 02:47 GMT | 3 |
I want to make a programa that recives the path of a file as an argument for example with a Drag & Drop, as if it is a command line argument. I know I have to use the Command Function, but I don´t know how to use it. Any of you have an example or can explain it to me ?? Do ...
|
| VB and OLE? | 27 Aug 2006 00:48 GMT | 4 |
What I am trying to do is: - From a VB form (click button) open a Powerpoint presentation; - When that presentation is running and that windown/form active, if I press a key then I close that Powerpoint presentation (maybe close the form,
|