| Thread | Last Post | Replies |
|
| hai how to disable Ctrl+Alt+Del combination in any win O/S | 30 Nov 2004 02:49 GMT | 2 |
hai, I tried very hard to find a solution to disable Ctrl+Alt+Del in any windows O/S so please send me the solution if someone Know the solution.. Thanks in advance.
|
| Changing html file in Vb ? | 29 Nov 2004 17:06 GMT | 3 |
I want to load a html file in VB-6, change it, and send it as E-Mail Message. The VB-6 should display Html output, not the Html Script Language. I can view the Html file in Vb-6 Web Browser Control but I don't know how to
|
| Converting Unicode Bytes To String Returns "?" | 29 Nov 2004 14:53 GMT | 2 |
When I try to convert a unicode byte with a high value (i.e 240) to a char or a string, all I get is "?" !!! I tried using ChrB$,ChrW$,Chr$, and a few other, but to no avail... Is there a different way of doing it???
|
| Quick sort for large data file | 26 Nov 2004 11:31 GMT | 5 |
I have a large data file with about 2,000,000 lines in comma separated format (about 120Mb of data). vDatetime vFilename 23-11-2004 20:15:00 C:\MyDate\000001\00001.dat
|
| Ole Word Object | 26 Nov 2004 06:08 GMT | 1 |
I have been trying to learn ole automation and it looks easy, but I have a need for more information. I found a small application that starts Word from within VB6. Dim wordobj As Object Set wordobj = CreateObject("Word.Basic")
|
| (-2147024891) Access Denied | 25 Nov 2004 22:19 GMT | 3 |
Hola, escribo este mensaje porque e encontrado un error de "(-2147024891) Access Denied" cuando quiero ejecutar la siguiente funcion desde un archivo HTA sobre Windows XP SP2. Esta funcion es para chequear que la clave de Administrador es correcta.
|
| VB Newbie Query List | 25 Nov 2004 20:50 GMT | 5 |
Hope you can put my demons to rest on the following queries: 1) I have 7 timers on 1 form and reading through certain guides, it says that it is best to have these timers as a control array rather than individual ones. I have done this OK, but how do I reference code to each
|
| How to import keys | 25 Nov 2004 14:26 GMT | 1 |
I want to use cryptography for encryption of our data.I have developed two applications.One in VB.Net and other using VB6.0. .Net application is using RSACryptoServiceProvider and VB application is using Microsoft CryptoAPI (Base CSP) named advapi32.dll.
|
| use report in vb | 25 Nov 2004 04:55 GMT | 1 |
i need to design some report in VB6, but i don't want to use crystal report which is need to install crystal report runtime (additional dll files) in client machine. is there any other report engine default in VB6 which is not neccessary to install additional dll in client ...
|
| Installing over an existing application. | 24 Nov 2004 05:02 GMT | 6 |
Is it possible to close an application, run a self extracting zip file and then re run the updated application again? I am trying to have a user download an update and install it then return to the application again. I just need to know how to run another application close the ...
|
| 2 values needed in a combo list | 23 Nov 2004 19:15 GMT | 7 |
Please forgive my ignorance with the controls in VB, but I am more used to ASP. Basically I want to recreate what I can do in ASP (with HTML as well might I add) in a standard VB combo list.
|
| Overflow | 23 Nov 2004 19:12 GMT | 35 |
Next error is only under WinME! int_ = CInt(rs_("MARC_ID").Value) where int_ is Integer and MARC_ID is always between 1 and 999 , and rs_ is ADODB Recordset.
|
| For each loop through a Collection of Activex Exe | 23 Nov 2004 14:13 GMT | 6 |
Hi,I`m going crazy. (I'm working with Vb6(Sp6)) I have some Activex Exe which I store in a collection. The collection was made with the vb wizzard.
|
| Setting the appropriate referrer for my 'Back' button | 23 Nov 2004 11:27 GMT | 2 |
I have a form (say called info) that is called by 2 completely different forms. On this 'info' form I have 'Go Back' button, as I need to work as a dual-purpose form for these other forms, but I don't want to put 2 buttons
|
| Make Exe Disabled | 23 Nov 2004 02:16 GMT | 1 |
Make exe is disabled all the time. When I create a new project, "Make Project1.exe" is diabled. I'm using VB6 Enterprise, and I've reinstall VB6 Enterprise to try to fix whatever is stopping me from creating exe files. What caused "Make exe" to be disabled all the time?
|