I'm trying to figure out a problem with event handling
in VB .NET Standard (2002). As part of that, I figured
I'd updated to the latest service pack. I downloaded
the Visual Studio 6.0 Service Pack 5 software (I'm
running VB .NET, not the full-blown Visual Studio .NET,
if that makes any diff...
more >>
I unstall IE 6.0 and Install IE 5.5.Now i try to open a .Net VS Editor.Its
giving the error.Please help me out to work with IE5.5 with .Net VS editor
Thanks
...
more >>
hi,
I want to keep the button control selected status after
I clicked it. How?
Thanks in advance!
mynfred
...
more >>
If a VB 6 module contains, say:
strQuote = "H""K"
strLogFile = "Write.txt"
intFile = FreeFile
Open strLogFile For Output As #intFile
Write #intFile, strQuote
The code excutes as expected.
The Help for the VB 6 Write states
"Note You should not write strings th...
more >>
I upgraded a vb 6.0 demo that displays Business objects to
a .NET project. However, the vb 6.0 project uses this:
oleBODocument.CreateEmbed
(frmMain.DefInstance.oleBODocument.sourcedoc)
to actually display the report.
This was not upgraded in the .NET project. How can i
display the ...
more >>
hi,
I place a button on a form, and the function of click it
is:
----------------------------
If (m_frmFrmObjProp.IsDisposed) Then
m_frmFrmObjProp = New FrmProperties
m_frmFrmObjProp.Owner = Me
m_frmFrmObjProp.OwnerInstance(Me)
Else
...
more >>