| Thread | Last Post | Replies |
|
| Using Hash algorithms like SHA-1 for one way password encryption i | 12 Dec 2005 14:25 GMT | 1 |
I am working on a VB project and to store the passwords in the database (SQL Server), the client wants us to use hash algorithms like SHA-1 to perform a one way encryption of the
|
| Migrate from Dreamweaver into VS.NET 2005 | 12 Dec 2005 14:17 GMT | 3 |
Hi, I'would like to start using all my solutions developed in Dreamweaver 8 in VS.NET 2005. Is there some cookbook how-to migrate simple asp.net app from dreamweaver
|
| MScomm needs out.flush() or chr$(13) ? | 12 Dec 2005 14:08 GMT | 2 |
I am using MScomm control, I meet a bug in my program.. I can't sure where is the problem is yet, Here are my questions: Do I must send chr$(13) as a flush() indicator for MScomm ?
|
| Copying folder with criteria | 12 Dec 2005 13:51 GMT | 1 |
Dear fellows, I've got a silly problem with VbScript. I am pursuing for a script which give me the chance of the select a set of files based in a criteria. For example the following line is fine by me:
|
| VB6's File, Make option is not available | 12 Dec 2005 11:16 GMT | 2 |
All of a sudden, I was not able to compile a project to the exe. Every one of my proected I try to load has the File, Make option "grayed" out. Any suggestions on this problem. Thanks in advance,
|
| ADO Problem - Field type adVarNumeric | 12 Dec 2005 09:49 GMT | 1 |
a VB6 program accesses an Oracle Database via ADO and Oracle OLEDB. Now when accessing a NUMBER field, ADO delivers the Field Type "adVarNumeric" instead of adDouble. However, this Field Type cannot be converted by VB 6 properly. As a
|
| Setup | 12 Dec 2005 09:46 GMT | 3 |
I use the P&D wizard for making up my setup. But when i install it on the target computer i get lots of mesages like "you are trying to copy a file which is not newer than the one currently on you system". I don't want these messages to popup so i tried using innosetup ...but i ...
|
| Converting data-types into bytes | 12 Dec 2005 09:21 GMT | 5 |
Hello together, i write an application which receives data from an tcp-channel in binary-format. With the use of "memcpy" (from C-Language) i convert the bytes into any
|
| Basic data type problems. | 12 Dec 2005 08:44 GMT | 2 |
Some basic data type problem about VB6. 1. Any type that is 16 bit ( 2 byte) format ? byte -> 8 bit int -> 32 bit
|
| Change control box | 12 Dec 2005 04:32 GMT | 5 |
I cant change control box .How i insert item to control box.
|
| Byte array as string? | 11 Dec 2005 11:39 GMT | 15 |
Is there a way to treat a byte array as string? Without converting it? I'm parsing ascii text in binary files. If I have the file as a byte array and use StrConv then VB
|
| On or off network | 11 Dec 2005 09:10 GMT | 8 |
In my VB6 application I want to be able to recognize when my laptop is connected to the network and when it is running stand alone. When connected to the network, I have an F drive mapped that is obviously not available when disconnected. is there an easy way in VB to know if I ...
|
| How to increase number of textboxes in run time? | 11 Dec 2005 05:20 GMT | 2 |
My form has 1 textbox. Depending on situation I would like to add more textboxes in run time which will inherit all properties (size, font, etc) as the initial text box. How to do that?
|
| "Repeat function" | 11 Dec 2005 03:35 GMT | 2 |
I am using Microsoft Access for entering data. Most of the data are repeated data. For example, the data in Town field are almost repeating. Here, I want the Town field automatically enter when I enter the Name
|
| Visual Basic 6.0 program crashes with error code 0xc0000005 | 10 Dec 2005 23:40 GMT | 8 |
I'm not sure if this is the correct forum to be posting this in. If it's not, could someone please direct me to the correct forum. Thanks. I'm developing an application in Visual Basic 6.0. When I perform a specific sequence of actions while running the created executable, the
|