| Thread | Last Post | Replies |
|
| Scalemode User | 31 Aug 2006 19:47 GMT | 1 |
Sorry for my english! i have: PictureBox.Scale (0,90)-(360,0) i need to convert in pixels.
|
| retrieve activeControl of a usercontrol | 31 Aug 2006 18:48 GMT | 1 |
I have a usercontrol named "XXX" on a form. Now I want to know, which control in this control XXX had the focus. How can I do it? I can write a property for this purpose, but I think, it is not a good idea,
|
| OutOfMemory when load a picture to picturebox VS2005 | 31 Aug 2006 18:46 GMT | 1 |
hi..need help about how to handle OutOfmemory exception when loading a picture more than 100KB through a WIFI Connection, please give me a sample code (VB.Net VS2005) Many many thanks..
|
| Usercontrol and Interface | 31 Aug 2006 08:06 GMT | 2 |
I am creating some usercontrols, which should have the same methods, but each control can have different implementation for these methods. I write a class for interface [class IControl]
|
| Text as Image | 31 Aug 2006 03:25 GMT | 5 |
Is it possible to save text as BMP or any other format with VB6? Lets say i have string "Hello World" and i want to save it as BMP where BMP width=textwidth aso. Best regards;
|
| How can I debug the script that I in a VB6 Script Control? | 30 Aug 2006 11:44 GMT | 9 |
I use the VB6 script control to allow customisation of my application. However, I seem to have to write the script in notepad and I know of no way of debugging the script. Firstly is there any way of debuggibg the script applied to the script
|
| Listview checkbox property | 30 Aug 2006 09:12 GMT | 3 |
Simple question this time (I hope). I want to use checkboxes in a listview. I have set the checkbox property to true at design time and run time, yet I get no checkboxes! Listview is using report view, and at design time the checkbox square
|
| EXIT EVENT doesn't fire until I exit the form. Hhouldn't it fire on exit of control? | 29 Aug 2006 14:44 GMT | 2 |
I have a textbox control and set up an EXIT event. However it doesn't fire until I exit the form. Shouldn't it fire when I click on another control? If I set up an AfterUpdate event for the same control, this works fine.
|
| IWebBrowser2 ActiveX control ignoring navNoHistory and putting URLs into the history | 29 Aug 2006 07:37 GMT | 2 |
Using in the Navigate2 method of the WebBrowser control puts the full URL into the history even though the flag parameter is set to navNoHistory. I have this problem using C++ with the IWebBrowser2 interface and also in Visual Basic. The Visual basic consists of just one line of ...
|
| Background Problems | 27 Aug 2006 09:29 GMT | 2 |
another problem: I would like to set the background of my usercontrol to transparent. Fine so far, but: 1. A Label placed on the usercontrol is now invisible at runtime
|
| How to install old vb6 activex controls ? | 25 Aug 2006 17:52 GMT | 2 |
My old app depends on some activex controls shipped with vb6 enterprise edition. How to install these controls on my system ? I have vs 2005 installed, so afraid to break something installing old stuff. How to get these activex controls ?
|
| How to make double click event to call and execute the mouseup event code | 25 Aug 2006 15:30 GMT | 1 |
I want the double click event to call(here not able to get the MouseEventArgs) and execute the mouseup event code or any one tell me how to make my treecontrol double click nodes to behave like a singe click event(that is mouseup here)so that that will fire mouseup.How can
|
| DSO Framer MDI Issues | 25 Aug 2006 03:23 GMT | 1 |
Just in case people are still troubled by using DSO Framer within an MDI application, the issue is that the document isn't displayed (inc. toolbars etc.). To resolve this, add a Panel to your form and then add the DSO Framer
|
| Componenet register function | 23 Aug 2006 16:17 GMT | 2 |
Is there a function in my VB 6 ocx that gets called when someone tries to register it? Lou
|
| ListView Items - ListViewItemCollection | 22 Aug 2006 23:32 GMT | 1 |
In VS.2005, Does anyone know what the differnce is between the Listview.Items and the Listview.ListViewItemCollection It seems that they are the same thing?
|