| Thread | Last Post | Replies |
|
| print formatted rtf in vb 2005 express or studio | 23 Jan 2008 17:23 GMT | 3 |
Nowhere can I find code to print several pages of Rich Text Format boxes in vb 2005, either Express or Standard vss. Can anyone help me, please?
|
| Using UserControl | 23 Jan 2008 13:53 GMT | 1 |
I have an application in VB.NET 2003. I made a calendar from UserControls, every day in month - it's a UserControl thet contain a lable with the date. I added handler - Click event that do the following line:
|
| print formatted rtf in vb 2005 express or studio | 23 Jan 2008 04:30 GMT | 1 |
Nowhere can I find code to print several pages of Rich Text Format boxes in vb 2005, either Express or Standard vss. Can anyone help me, please?
|
| help in Web Borwser Control | 23 Jan 2008 00:15 GMT | 2 |
Is their any way to get the HTML code(view source) of the page displayed through webbrowser controls
|
| Common dialog to open a directory | 21 Jan 2008 20:35 GMT | 2 |
I want to use the Common Dialog control to select a directory, not a file. I have used the method ShowOpen, but the dialog box allows to search and select a file and not a directory. How can I solve this issue? Thanks
|
| MSComm: How to detect busy signal? | 21 Jan 2008 17:50 GMT | 5 |
I've looked through the Dialer.vbp sample project and done all I need. But I would like something more: to find out busy signal after dialing to realize 'autodiler' functionality. Is this possible to be working for the most popular modems?
|
| Display Background colour for row | 17 Jan 2008 12:51 GMT | 1 |
I want to display background color for specific values. is it possible in VB 6.0 using datagrid control. regards sundara murthy s
|
| VB6 Programmaticaly add command button and event | 17 Jan 2008 12:45 GMT | 1 |
I need to programmatically add a command button to a Form. The newly added control must have its owns event routine, in other words i need to be able to add the button event (ie button_click) by code. Is there a way to do this? Someone have sample code?
|
| ensuring user saves before changing tabs | 15 Jan 2008 01:32 GMT | 4 |
I have 2 requests : 1. I have a form with about 30 text boxes on it. The form is on one tab of a tab control.
|
| Music Player | 14 Jan 2008 16:14 GMT | 1 |
Hello, i am working on a music player project were in this program you: 1. Click the "Import Songs" button to Import Songs into a list box. 2. Click Play to play all the songs in the list box. 3. Stop to stop it.
|
| hwnd | 13 Jan 2008 14:07 GMT | 2 |
how can i get the name of a control from its hwnd, i have a function with control hwnd parameter so how can i get the name of this control from its hwnd thanks
|
| Flexgrids - TopRow > 100? | 11 Jan 2008 01:46 GMT | 2 |
VB6 - I have four related MSFlexGrids that scroll synchronously, with three "slaves" responding to the Scroll event of a single "master" grid. I have discovered that I cannot set TopRow to be greater than 100 on a "slave" grid unless its vertical scrollbar is turned on at DESIGN ...
|
| Dynamic Menu Events | 10 Jan 2008 19:47 GMT | 9 |
I am realativly new to VB. I have figured out how to create Sub Menu Items, but I can't figure out how to create the onClick event for them. What I want to do is list some file names then open the file that is clicked
|
| VB6 Label WordWrap Blues | 09 Jan 2008 13:36 GMT | 3 |
I have a VB6 simple form with a label were I would like to implement wordwrapping. I setup wordwrap=true in 1) design, and 2)in form load, and 3) in the labelchange event ... and still the label refuses to word wrap the text.
|
| Picking up a 404 error in a web browser control | 08 Jan 2008 16:51 GMT | 1 |
Can anyone advis me as to the best way to pick up a 404 error in a web browser control in a standard windows form. By way of a little background the we browser is being used to show net help for the application, but on those occasions when the web server is down (and
|