| Thread | Last Post | Replies |
|
| VB6Twilighted -- | 03 Jan 2005 20:09 GMT | 57 |
I'm curious to know if anyone has any opinions on the expected life of VB6 within the next few years. Being that Microsoft is pushing .NET down our throats and have almost abandoned the VB community; aside from the fact of releasing a SP6 this year.
|
| Displaying a non-modal form | 03 Jan 2005 20:06 GMT | 2 |
I have a problem, plz help me guyz : well I'm developing an application and in this application I show a modal form and when I receive an event in a manager class, I should display a non-modal form called Notification form, but I could not do it in VB because
|
| When I have a Webbrowser object on my form, how do I retrieve the value user keys in? | 03 Jan 2005 18:56 GMT | 3 |
I use the Webbrowser to open some HTML forms, then when the user clicks submit, my VB application will grab the data and save into a database. How can T achieve this?
|
| RTF codes | 03 Jan 2005 18:14 GMT | 4 |
I have VB6 and am using RichTextBox and want to use RTF codes (e.g., "~" equals "NonBreakingSpace", "super" equals "Superscript", etc.). How do I do this? What is the proper syntax? I have tried: RichTextBox1.TextRTF = "~" ' NonBreakingSpace
|
| Edanmo's task scheduler delete/edit tasks? | 03 Jan 2005 17:26 GMT | 5 |
Downloaded Edanmo's dll tskschd.dll and it works very nice. Using this with VBA in Excel. I can delete or edit a task if I have just created one, but how do I list, delete or edit tasks
|
| Avoid Sharing Violations? | 03 Jan 2005 16:43 GMT | 14 |
Hello all - I'm trying to determine if a file is "in use" within my VB6 application without generating an error. How can I accomplish this? Basically, we have a file that is copied to a network drive from another machine.
|
| q | 03 Jan 2005 15:39 GMT | 6 |
Dear Sir, How to write acode in VB to display a message when I receive a file copied from a share in the network and to point to the location of it/ So thanx
|
| Copy file and Progress bar? | 03 Jan 2005 14:19 GMT | 3 |
I have a VB application that needs to automatically copy files from a source to a destination on a frequent basis. Many of the files are 500MB or more and must be copied over a network drive. How can I perform a copy and include a progress bar with the copy?
|
| How do I write a RTFBox style editor used in Internet Explorer? | 03 Jan 2005 11:05 GMT | 1 |
Do I need to use VBA to write them? Is there any free editors out there? Thank you.
|
| AddHandler | 03 Jan 2005 08:15 GMT | 1 |
Help; I create two labels in a label array at runtime. I then assign a common handler to both of them as below: AddHandler label(ctr).Click Addressof myresponse
|
| How to mark the text in a text box control seleced? | 03 Jan 2005 03:19 GMT | 5 |
In VB6, how to mark the text data in a text box control seleced Thanks Michael
|
| Do Events | 03 Jan 2005 03:13 GMT | 2 |
THis may seem like a dumb question but is there a way to shut off DoEvents once it is activated?
|
| re Rich Text Box | 03 Jan 2005 01:52 GMT | 15 |
Suppose I have a Rich Text Box with 100 lines of strings. Now keep in mind there is no word wrap so I can say that one complete line is all I want to trigger an event. What complicates, atleast to me, is I need to be able to just select the whole line by just doing a mouse click or ...
|
| Making an app to catch IE clicks | 02 Jan 2005 19:58 GMT | 2 |
Im trying to create a kind of download accelarator or getright type program with multiple downloading, segmented downloading, etc. How do I add the ability in my app that it catches the clicks in Internet Explorer (or Netscape... but right now im only making for IE)? And Ive also
|
| Burning files to a CD | 02 Jan 2005 19:28 GMT | 2 |
I have a question I know has probably been asked several times but I am looking for short and sweet answer. What do I need to do to make my visual basic application write files to a CD? I have searched high and low but can't find a definite solution. I have
|