Click here to Skip to main content
16,005,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to say this in VB? Pin
Ray Cassick4-Mar-03 16:00
Ray Cassick4-Mar-03 16:00 
GeneralChange the mouse pointer on a datagrid column Pin
Grégory4-Mar-03 2:40
Grégory4-Mar-03 2:40 
GeneralSomone please help NullRefrence Error Pin
masta-chief881-Mar-03 18:46
sussmasta-chief881-Mar-03 18:46 
QuestionHelp! How to detect/display full document path? Pin
Anonymous28-Feb-03 9:26
Anonymous28-Feb-03 9:26 
GeneralMultithreading and Event handling Pin
Brynn28-Feb-03 5:38
Brynn28-Feb-03 5:38 
GeneralRe: Multithreading and Event handling Pin
Hesham Amin1-Mar-03 0:10
Hesham Amin1-Mar-03 0:10 
GeneralRe: Multithreading and Event handling Pin
Brynn3-Mar-03 22:38
Brynn3-Mar-03 22:38 
General.NET Control in VB6 disappears Pin
Martin Stevenson28-Feb-03 5:23
Martin Stevenson28-Feb-03 5:23 
I have created a custom control in .NET and registered it with COM
interprop so as I could use it in a VB6 application. The control
contains a text box within it and when the control looses focus the
text box disappears. When I then double click on the control then the
text box reappears.

I can get the control to work by using the following code in VB6

Private ctrlExtra As VBControlExtender
Set ctrlExtra = Me.Controls.Add("TestControl.TestControl", "myCtrl")
ctrlExtra.Visible = True


If anyone can help with this then I will be truly greatful.

Martin Stevenson
GeneralVB.NET and XML Pin
pradipta27-Feb-03 19:22
pradipta27-Feb-03 19:22 
QuestionHow to run an .exe app from within a function Pin
nitingonsalves27-Feb-03 7:50
nitingonsalves27-Feb-03 7:50 
AnswerRe: How to run an .exe app from within a function Pin
Jerome Conus27-Feb-03 20:19
Jerome Conus27-Feb-03 20:19 
GeneralRe: How to run an .exe app from within a function Pin
RichardGrimmer13-Mar-03 23:50
RichardGrimmer13-Mar-03 23:50 
GeneralDataGrid BUG? I'm a newbie Pin
Mike Murphy27-Feb-03 4:26
Mike Murphy27-Feb-03 4:26 
GeneralRe: DataGrid BUG? I'm a newbie Pin
Daniel Turini27-Feb-03 9:25
Daniel Turini27-Feb-03 9:25 
GeneralRe: DataGrid BUG? I'm a newbie Pin
Mike Murphy28-Feb-03 6:04
Mike Murphy28-Feb-03 6:04 
GeneralListView Pin
Fleischen27-Feb-03 3:13
Fleischen27-Feb-03 3:13 
GeneralRe: ListView Pin
Jerome Conus27-Feb-03 20:14
Jerome Conus27-Feb-03 20:14 
GeneralAssigning date in VB for Access database Pin
nitingonsalves27-Feb-03 2:48
nitingonsalves27-Feb-03 2:48 
GeneralRe: Assigning date in VB for Access database Pin
lagbolt27-Feb-03 20:50
lagbolt27-Feb-03 20:50 
Generalform unload Pin
r i s h a b h s26-Feb-03 23:44
r i s h a b h s26-Feb-03 23:44 
GeneralRe: form unload Pin
Jerome Conus27-Feb-03 20:23
Jerome Conus27-Feb-03 20:23 
Generalinstance checking Pin
r i s h a b h s26-Feb-03 18:34
r i s h a b h s26-Feb-03 18:34 
GeneralReturning more than 1 value from a function Pin
xBlitzerx26-Feb-03 13:48
xBlitzerx26-Feb-03 13:48 
GeneralRe: Returning more than 1 value from a function Pin
Ray Cassick26-Feb-03 15:54
Ray Cassick26-Feb-03 15:54 
GeneralRe: Returning more than 1 value from a function Pin
xBlitzerx27-Feb-03 15:27
xBlitzerx27-Feb-03 15:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.