| Thread | Last Post | Replies |
|
| Visual Studio requires Internet Explorer 6.0 or greater to run properly. Please re-install Internet Explorer 6.0. Please help out | 21 Oct 2003 11:43 GMT | 1 |
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
|
| How to highlighting a button control? | 21 Oct 2003 10:33 GMT | 3 |
I want to keep the button control selected status after I clicked it. How? Thanks in advance! mynfred
|
| A question about Form postion! | 20 Oct 2003 04:41 GMT | 2 |
I place a button on a form, and the function of click it is: ---------------------------- If (m_frmFrmObjProp.IsDisposed) Then
|
| System.NullReferenceException gets raised when not raised with VB 6 code | 19 Oct 2003 21:12 GMT | 7 |
If a VB 6 module contains, say: strQuote = "H""K" strLogFile = "Write.txt" intFile = FreeFile
|
| Can't decide should i upgrade from VB 6 to VB.NET or not. | 16 Oct 2003 23:33 GMT | 1 |
hi folks, here is the deal. i inherited this huge VB 6.0 application from a previous developer and my job is to make it work. i've been told it's almost finished, but i
|
| How to create DLLs in VB.NET | 16 Oct 2003 08:05 GMT | 3 |
Is there any way to create DLLs in VB.NET?. Regards, Bhaskar.
|
| A question about Form? | 16 Oct 2003 02:14 GMT | 6 |
Everybody, In my solution, I want to place a form in another form's fixed position and fixed size. On main form named formMain, a button exits, when click it, can use Show() Method to pop a form name form1 , but
|
| VB DLL Call | 15 Oct 2003 18:42 GMT | 5 |
I used the following declaration to access a dll "drawlib" Declare Function DrawCircle Lib "drawlib" () as single The dll "drawlib" need to be copied into Windows system folder. I prefer the dll "drawlib" to be stroed on the
|
| <%@ Page aspcompat=true %> | 15 Oct 2003 08:21 GMT | 2 |
How do I write this definition in the .NET environment: <%@ Page aspcompat=true %> Thanx, Sarit.
|
| Error when upgrading from VisualBasic 6.0 to VB.NET. | 15 Oct 2003 00:04 GMT | 1 |
i have this Visual Basic 6.0 project that i am trying to convert to VB.NET. so i opened the VB 6.0 VBP file in Studio .NET and it took me straight to the Upgrade wizard. So i clicked Next on everything and it started
|
| Images in VB.Net 2003 | 14 Oct 2003 16:39 GMT | 5 |
According to a reference I'm working with, there is supposed to be a folder called "Graphics" inside of the folder "Common7", containing images to be used with various controls.
|
| webclient.upload | 14 Oct 2003 16:28 GMT | 1 |
I would like details about upload method of webclient object. My code is: Dim Client As WebClient = New WebClient Client.UploadFile("http://www.mysite.com/mytmpdir", "C:\tmp\myfile.txt")
|
| How to create a control dynamicly and this control can be selected? | 14 Oct 2003 16:23 GMT | 1 |
Hi, Everybody, I'm a beginner for vb.net. What I want to look for help is 1)how to create a control dynamicly, maybe a button ,a
|
| How to judge a form object's status? | 14 Oct 2003 16:22 GMT | 1 |
I construct a Form1 and another form2 , In Form2,I dim a object of form1,which name is m_frmForm2, 1)I show it by call m_frmForm2.Show() 2)m_frmForm2's form pop up.
|
| How to get hWnd of a control? | 14 Oct 2003 11:00 GMT | 1 |
In VB.net, I want to call GetWindowLong, declare like this: ------------------------------------------------------- Private Declare Function GetWindowLong Lib "User" (ByVal hWnd As Integer, ByVal nIndex As Integer) As Long
|