| Thread | Last Post | Replies |
|
| Is there ant funcion like Ceil in VB6.0 | 26 Nov 2004 09:36 GMT | 3 |
Is there any built-in function that will return Int(number)+1 if the number has fractional part Thanks Kiran
|
| Read file line by line, but the file was store as a BLOB on SQL DB | 26 Nov 2004 06:53 GMT | 4 |
Hi Experts, I have a large text file which was store as a BLOB on SQL Server. Each line of this file is terminated by a vbCrLf. For example, +
|
| ReadLine Method giving problems | 26 Nov 2004 05:54 GMT | 6 |
I am getting a problem using the following piece of code: Dim strfile As Object Set strfile = FSO.OpenTextFile(stFilePath, 1) Do While Not strfile.AtEndOfStream
|
| Hexadecimal Value | 26 Nov 2004 04:30 GMT | 7 |
I need to convert Hexadecimal value to String . However before the conversion , i need to reverse the hexadecimal value as shown below , For example , my Hexadecimal value is
|
| File access... | 26 Nov 2004 03:55 GMT | 1 |
Hy everybody.. My dll needs to read a file that is in a server called Sofia. The dll is in a server called AppServer, but when it tries to access the file, my application (that is an asp page) return an error of Path/File Access error.
|
| Get clients SMTP server name | 26 Nov 2004 01:38 GMT | 6 |
I am writing a VB program which sends e-mails using a third party conrtol - but it needs to know the name of the clients SMTP server. Some of my clients will not know this! Is there a way of automatically detecting the SMTP server name.
|
| Flexgrip Tooltiptext | 25 Nov 2004 22:55 GMT | 6 |
Is it possible to make the depth of the tooptiptext of a flexgrid bigger? I have a huge text to be displayed as the tooltiptext the width of the tooptiptext goes beyond the screen dimenstions and I lose text. I was wondering if I could increase the depth / decrease the width so that ...
|
| referencing CDO for NT... | 25 Nov 2004 19:47 GMT | 1 |
I found some code that allows you to generate an email message using CDO. In the instructions it says you have to reference "CDO for NT" in your project. I cannot find this anywhere. There is the Microsoft CDO 1.21 library, but when I reference this, the code
|
| How to import public private keys | 25 Nov 2004 15:49 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.
|
| How to sign CABs,OCXs and DLLs? | 25 Nov 2004 15:32 GMT | 2 |
Since WINXP service pack2, it is now required to sign your objects with AuthenticodeT technology. Could anybody tell me where i can find more info on that? Which tool should i use to sign my objects? Maybe examples of code anybody can send me?
|
| VB6 and editing a text file | 25 Nov 2004 14:29 GMT | 10 |
|
| VB DHTML System broken after XP SP2 | 25 Nov 2004 14:29 GMT | 5 |
Hi My VB DHTML system works fine under XP SP1 but doesn't once SP2 is installed. The problem appears to be that the basic BaseWindow.navigate "newpage" function on a Button control is caught by the new security measures and does not work (I get an Access Denied error message). I ...
|
| How to open a file when clicking the button | 25 Nov 2004 14:01 GMT | 4 |
I want to create a command button in VB, when user click the button, a file in the disk start run. The file can be .exe, .doc, .pdf, .txt and so on. For example, when I click the button if it is linked to one existing pdf file, Acrobat reader will started and open that file
|
| Mouse click detect with vb.net | 25 Nov 2004 13:43 GMT | 1 |
Can anyone suggest a routine to detect mouse clicks anywhere in the system (not just the application running) using vb.net ?
|
| Calls | 25 Nov 2004 13:40 GMT | 4 |
Is there a command that I can place in a CALLED subroutine the will tell me the name ofthe CALLING subroutine? It would help in debugging
|