| Thread | Last Post | Replies |
|
| How is that possible? | 08 May 2006 21:38 GMT | 8 |
My app is hooked to Windows and receives callback messages. One of received messages is designed to open another form (frmDisplay) belonging to my app. Sometimes, when there are fast, repeated callback messages, I have not one
|
| Script to change font of all unicode characters above standard English | 08 May 2006 19:53 GMT | 2 |
I have a document of combined English and Unicode Greek, including polytonic Greek characters in the extended range. Right now, the whole document is set to Times New Roman, but the extended Greek characters are being font-substituted. I'd like to have a VB macro that will
|
| Reading emails and MAPI Controls | 08 May 2006 19:38 GMT | 1 |
I have two email addresses on the exchange server. One is in my name and receives all the normal emails, the other is one that I have total access to that receives automated emails from various systems. I need a program that will read the emails from the second 'inbox' and
|
| Run a DOS program form my VB program? | 08 May 2006 17:25 GMT | 10 |
Hi. How can I make my program run a DOS porgram and then (if possible) display the output in my program? It would be great if there was a way to have a MS-DOS prompt inside my program or make it look like that by opening a prompt and haveing the text copied into a text box in my
|
| How to show ip address and machine name | 08 May 2006 16:27 GMT | 2 |
Could you help me translate list of nic address (hexa) to be ip address and machine name ? I get the list from MSSQL Server (column net_address in master..sysprocesses). The list shows the location
|
| Problem refreshing recordset | 08 May 2006 15:55 GMT | 8 |
I am trying to refresh records after someone adds a new record. For some reason, it isn't returning the last record (the one added). The stored procedure, when I run it in Sql Server returns exactly what it's supposed to return. I am therefore assuming the problem is with my ...
|
| Tracing | 08 May 2006 15:50 GMT | 2 |
I have a VB control that is calling into a VC DLL and I need to debug the interaction between the two of them. I can start VB, start the program and attach VC to VB and it breaks in the VC DLL with no problem. At the same time, VB can tract through its own code in the normal ...
|
| browser and vb script | 08 May 2006 15:34 GMT | 11 |
Need I a browser to execute vb script? Ina
|
| Binary/String conversion in VB6 | 08 May 2006 12:29 GMT | 2 |
Any VB gurus out there who can provide some assistance in imeplementing the following C++ methods in VB 6 ? LPSTR BinToStr(LPBYTE lpBinary, int cbBinary)
|
| problem with package & deploy | 08 May 2006 12:16 GMT | 6 |
Hi to all, I need to make setup for project which use Crystal Reports 7. Problem appears when Setup is created and started on destination computer.
|
| Open a file into a VB6 TextBox | 08 May 2006 08:01 GMT | 18 |
Can anyone provide the VB6 code to open a file and loading it's contents into a TextBox? Tho I am trying to load a text file into a VB6 TextBox, I would welcome other formats, in particular, Word ".doc", ".rtf", etc. I am new to VB6. The book I am using shows a simple coding ...
|
| Smart client | 08 May 2006 07:13 GMT | 2 |
i have heard about smart client and read few articles on net. but majority of articles were related to Dot Net framework. I just wanted to know that is it possible to create vb6 smart client application with a web service which is made in dot net . i guess what
|
| URGENT !!. Not Able to display Arabic Text stored in the resource file | 08 May 2006 05:45 GMT | 1 |
Hi,. Have created a .resource file which contain number of records . The entries are basically strings in Arabic and English. Based on user Language selection from my application, I will be
|
| Registered component list? | 08 May 2006 05:44 GMT | 9 |
Is there a way to generate a list of COM components that have been registered on a machine, similar to the list that the VB6 IDE displays in Project | References...? Thanks for your time,
|
| Using Streamreader and files in servers | 08 May 2006 05:15 GMT | 3 |
hello!, if theres any way that streamreader can be used to read a file published in a web server, ex: "http://localhost/text.txt" or is there any other way of reading such file??, thanks!
|