| Thread | Last Post | Replies |
|
| Form Behavior | 08 Aug 2005 15:18 GMT | 2 |
i am facing a strange problem that the main form of my application when minimize doesn't get into the taskbar, it remain minimize like a child form of a MDI form. I have checked all the properties but they are same as of an ordinary vb6
|
| Converting HTML to Plain Text with line breaks | 08 Aug 2005 08:37 GMT | 1 |
I need to convert HTML files to clean TXT files with line breaks. I tested Word manually and it has this feature so I am trying to use that from within VB6. I have written the following code which works except the destination file format is always Word's default (.doc even it the ...
|
| I need to read the content from a PDF file | 05 Aug 2005 20:22 GMT | 1 |
Hi, I need to read the content from PDF file. I tried using File System Object to open and write but I encountered funny characters. How can I read the content of PDF file? Thanks in advance.
|
| Listbox sorts incorrectly | 04 Aug 2005 20:40 GMT | 4 |
I have a vb6 userform with a drive and dir box and two list boxes. List1(0) is a sorted listbox and List1(1) is unsorted. When I read in filesinto List1(0) using the Dir1_Change, they sort with a blank entry at the top of the list. I don't want that blank entry. Is this a
|
| Dynamic Event Handling\ | 04 Aug 2005 16:04 GMT | 4 |
I am loading a form another dll at runtime in my main application. The code is like this: Dim obj As Object Set obj = CreateObject("prj.clsInterface")
|
| strings | 04 Aug 2005 06:22 GMT | 3 |
I want to do the following: factura = factaux + 1 & "/" & "2005" where factaux = "03" I want that factura = 04/2005 but it happens that it displays only 4/2005.
|
| get the first 2 or 3 character of a string | 03 Aug 2005 21:18 GMT | 3 |
I have in my db a text field which will be stored 01/2005 025/2005 350/2005
|
| ActiveX-Exe and String | 03 Aug 2005 12:38 GMT | 1 |
I have an ActiveX-Exe which has a function that return a string. What I want to know is: return the function the string by reference or by value? Thanks Albert
|
| Pls Help me set data format in MSHFlexGrid | 02 Aug 2005 05:40 GMT | 1 |
I have try to set col(4) date form from mm/dd/yyyy to dd-mm-yyyy or dd-mmm-yyyy(1-jan-2005) but also fail.Pls help me to change it.
|