| Thread | Last Post | Replies |
|
| TreeView Increase size at runtype by dragging the border | 30 Jun 2004 23:40 GMT | 5 |
Hi Guy, I am working on a small project that a tree view on the left side and a textbox on the right, and I would like to resize the tree view by clicking on the border and increasing or decreasing the size.
|
| Default Printer | 30 Jun 2004 22:13 GMT | 4 |
in my code i wrote: Dim objWord As Word.Application Dim objDoc As Word.Document Set Printer = Printers(0)
|
| Cannot initialize data bindings | 30 Jun 2004 21:56 GMT | 3 |
Please help me with this datagrid problem. I have had a look around about this problem and I do have msstdfmt.dll registered on the system, but still it is working on all the xp/2000 installations and on some 98, but it does not work on other 98 installations and I cannot find why.
|
| contants | 30 Jun 2004 21:45 GMT | 1 |
where in my axtive x dll can i dim x as whatever x = "something" and be able to use x where ever i need to?
|
| Using multiple copies of the same user control | 30 Jun 2004 20:55 GMT | 3 |
I have written a user control which works well but I cannot have two apps using it at the same time? When I start the second program I just get a blank message box. Any way of getting round this? Thanks Matt
|
| use the same function in many places | 30 Jun 2004 20:21 GMT | 1 |
i am writing a vb 6 active x dll to call from asp pages. how can i use a function a wrote in one class in another class?
|
| Selecting 1 row in msflex grid | 30 Jun 2004 17:18 GMT | 8 |
Hi all, I have a friend with a question about the ms flex grid and I am not very familiar with this component. He wants to be able to select just one row and have it highlighted with the default blue bar. He does not want the user to be able to
|
| Word 2k3 Automation bug? | 30 Jun 2004 16:25 GMT | 1 |
I have a VB.NET 2003 program that late binds Word 2003 and just because the document has a textbox in it the ActiveDocument.SaveAs function crashes the whole of Word. Remove the textbox and it works fine. The code works on all other versions of Office so I reckon I found a bug. ...
|
| vb6 comparing udt variables? | 30 Jun 2004 16:24 GMT | 2 |
Is there a quick way of comparing two variables defined as udt without evaluating all their elements? (the elements of the udt needn't be strings) type longtype
|
| Multithreading, maybe? | 30 Jun 2004 16:23 GMT | 2 |
I'm working on an application that needs to load up a large amount of data from a database into a grid. This process could take quite a while, so I'd like to allow the users to interact with the data that's loaded (I'll be loading it piecemeal).
|
| Email sent from Access when offline | 30 Jun 2004 15:07 GMT | 2 |
How do i send an email to my Outlook outbox from an Access VB modual when offline? DoCmd.SendObject requires being online. Is there an outbox folder that i can copy an emai to (using DoCmd.OutputTo) that will automatically send the email the next time i'm online?
|
| Our of memory error for TabStrip control | 30 Jun 2004 12:55 GMT | 7 |
I am using TabStrip control(Microsoft Windows Common Control 6.0 SP4) in VB6. When I try to add more than 255 tabs (TabStrip1.Tabs.Add), I get "Out of memory" error. Is there a limitation to add more than 255 tabs? The thing
|
| I am not able to create an instance for a server side COM Object from the client machine | 30 Jun 2004 11:17 GMT | 2 |
I am trying to create an instance for the server side COM Object from the client machine. It gives out the following error. ActiveX component cannot create object.
|
| CallByName question | 30 Jun 2004 08:20 GMT | 4 |
I'm trying to use the CallByName() function to change some public variables, but somehow i can't seem to get it working :/ Does someone know a way to do this, or, can it be done at all? :)
|
| Calculator tape style debug window? | 30 Jun 2004 03:35 GMT | 3 |
I would like to set up some kind of an "output window" for debugging purposes that would behave like a calculator tape. I could write a little subroutine that would cause a text string to be displayed on the next line in that window so I could follow what's happening in the
|