| Thread | Last Post | Replies |
|
| Calculating Date Differences | 07 Aug 2007 17:52 GMT | 2 |
I have a file on a server that my app checks for a date value. It then takes that date value and compares it against a specific file's date. If the date obtained from the server is a more recent date than the file date a new file is downloaded and the old file is replaced with ...
|
| How to evaluate which mouse button has been pressed | 07 Aug 2007 11:59 GMT | 5 |
I have several ListViews (and also RichTextBoxes). I don't like that the user can select these controls by using the right mouse button. I'm using
|
| Superline function | 07 Aug 2007 07:53 GMT | 7 |
I just download a VB function from www.planet-source-code.com, ie : Public Function SUPERLINE(ByVal isHwnd As Long, ByVal isX1 As Long, ByVal isY1 As Long, ByVal isX2 As Long, ByVal isY2 As Long, ByVal isColor As Long, ByVal isStyle As PenStyle, ByVal isWidth As Long) As
|
| Regular Expression - String Manipulation in VBA | 06 Aug 2007 10:28 GMT | 2 |
I am just tiring to validate my controls using RegExp in VBA, My request is 1. Users are not allowed to enter any text which contains only special chars (either single char or 'n' chars)
|
| How to search local drive's images based on imagename, title, keywords, comments | 06 Aug 2007 10:06 GMT | 5 |
Dear Experts, I am explaining my problem about image searching ! here are my codes also please try to understand my problem. This code i am using to search files or images of my local hard drive.
|
| Hi | 04 Aug 2007 14:48 GMT | 1 |
Hi all, I'm currently viewing this newsgroup, but am thinking to subscribe shortly. I'm a university student living in the UK studying a BTEC HND in Computing and Information Systems. A lot of the modules I have to complete are programming-oriented, so for this I use Visual Basic ...
|
| Where is the listview control? | 04 Aug 2007 12:32 GMT | 16 |
I'm trying to add a listview to my project because the listbox doesn't have a horizontal scrollbar. When I try to add the component I don't know which Microsoft object to add....
|
| How to search a image with name or title or keyword using VB 6. please give me related link | 03 Aug 2007 15:16 GMT | 3 |
How to search a image with name or title or keyword using VB 6. please give me related link Its urgent please help me ! Thanks lot !
|
| ShellExecute | 03 Aug 2007 07:18 GMT | 4 |
I am using the ShellExecute Function to Open and Print Documents because this method will Display and Print while faithfully observing the Tab Positions in the document.
|
| Need HELP with "HELP" VB 6.0 | 03 Aug 2007 04:10 GMT | 1 |
I located my VB6 cd and the CD Key but I do not have the reference library (help files) CD. Somewhere in all of my moves I have misplaced it. Does someone have a copy of this CD or a link from which it can be downloaded. Without this CD I don't have access to the help function
|
| HOW TO COMPILE AND MERGE | 02 Aug 2007 20:09 GMT | 17 |
Good day its my first weeks on the job and suddenly all the other programmers left. Now its up to me to compile and merge all the separate sources around on their machines. Does anyone have any advice on how I should go about this. I'm new to VB6 and am very unfamiliar
|
| How to avoid that a key can be hold down | 01 Aug 2007 18:01 GMT | 11 |
I try to do a small tool that adds the current time to a ListView each time you press e.g. F1. For that purpose I'm using: Private Sub Form_Load()
|
| [Newbie alert] TextFile -> RichTextBox | 01 Aug 2007 06:35 GMT | 1 |
From TextFile into a RichTextBox, how can you make it (or if it's the streamreader thingy that is to blame?) recognize ANSI text? My foreign characters å, ä, and ö are missing from the text. Scenario:
|