| Thread | Last Post | Replies |
|
| Printing Rich Text from Rich Text Box v6.0 | 12 Sep 2003 20:19 GMT | 3 |
This is supposed to work but it doesn't: RichTextBox.SelPrint (Printer.hDC) Yes, I've initialized the printer. Yes, I've experimented with selecting none, all and some of the rich text. Yes,
|
| Please help this run time error | 12 Sep 2003 20:17 GMT | 1 |
I use a data control to connect to a .mdb file. I build a setup file. But in the user desktop. There is such a run time error: Class not registered!
|
| Putting that window on top! | 12 Sep 2003 16:55 GMT | 2 |
I've created a simple countdown windows in VB6 and when I run the executable I want to make sure it runs on top of any open window on a user's computer - I can't figure out the control to use! Help!
|
| tab order issue with sstab and vscroll in VB6 | 12 Sep 2003 06:33 GMT | 1 |
I have a VB6 app with sstab controls on several forms. All works well except for the form which has a vscroll in addition to the sstab control. On that form, the TAB key behaves as if it were SHIFT TAB - it steps backwards through the tab sequence. It also tabs
|
| Invalid Property Value | 11 Sep 2003 21:12 GMT | 2 |
I've been trying to assign a value to a slider. But when I try to make the assignment frmChart.sldPackets.min = starting_record I get Invalid Property Value error.
|
| Can't pass 2d array to ActiveX Control. | 11 Sep 2003 17:56 GMT | 3 |
I have a custom Graph control that accepts an array of double as the argument to its Draw2dLine procedure. The procedure is defined as: Public Sub Draw2dLine(ByRef DataArray() As Double, Optional ByVal DataColor As Long)
|
| simple Factorial Control Question | 11 Sep 2003 17:09 GMT | 4 |
I'm really new to programming and i'm reading through a book, teach yourself asp.net by SAMS. I'm having some difficulty with one of the vb.net lessons. What i am supposed to be doing is create simple function to return the
|
| error loading form in vb6 with Xp | 11 Sep 2003 17:06 GMT | 2 |
I've made a programm in VB6 in a windows Me environment. When my harddrive crashed I got a new one and installed Xp on. When I run the program now I get an error "unable to load form". The log-file tells me that the combobox can't be loaded.
|
| Help me think outside the box - need help with implementation. | 11 Sep 2003 16:55 GMT | 1 |
Hey all, I'm hoping someone can give me a little nudge in the right direction. Here is the deal: I'm developing a part of my app that submits data across the internet, basically moving it from one database to another identical one. There is
|
| reference to objects contained in the usercontrol from another form in the same OCX | 11 Sep 2003 15:55 GMT | 1 |
Hi boys and girls! I have an OCX with one listview (called ListViewExp) in my usercontrol (FrmListView). I also have a form in my OCX and i want to make reference to one property of the listview from this form. For example:
|
| ListVIew | 11 Sep 2003 13:18 GMT | 3 |
I am currently using VB.NET. Would anyone tell me how can user click on the file name in ListView, program need to find approiate application to open that file, how can I do that??
|
| Combobox Click event error | 11 Sep 2003 10:00 GMT | 2 |
I'm using VB6 with SP5. When I make selection coding in combobox_click event,before combobox lost focus, it clear text sometimes. Why it happends and how can I solve this problem? Please Anyone helps me this.
|
| fill a listbox in sub main | 11 Sep 2003 01:00 GMT | 2 |
I am new to VB. I am looking for a method to fill a listbox in sub main. Yhe idea is using a splash form when a lot af data is loaded from the database. How can i fill a list box in sub main and how can i use this listbox on a form ?
|
| A form in form. | 10 Sep 2003 19:03 GMT | 1 |
Can I load a form with controls in a form?
|
| Forms List | 10 Sep 2003 19:01 GMT | 1 |
I need to make list of forms in VB project during run time for security propose. Is there Any way make forms list during run time without loading all the forms?
|