| Thread | Last Post | Replies |
|
| How to visible in panels | 07 Sep 2004 16:50 GMT | 6 |
I have 8 panels control on right side uing treeview control. this will work in vb6 but can't figuring in vb.net. and i got error Sub PanelVisible(ByVal szPanel As String) Dim i As Integer, VisiblePanel As New Panel
|
| Unable to debug | 07 Sep 2004 16:14 GMT | 1 |
I receive the following error while trying to debug an asp.net application. Error while trying to run project: Unable to start debugging on the web server. Click Help for more information. The only thing that has changed is that I've installed Visual Studio 2005
|
| Overriding properties and events | 07 Sep 2004 15:28 GMT | 8 |
Is it possible for a derived class to override a property and/or event of its base class ?
|
| disable to dsiplay xml file on web browser from across domain | 07 Sep 2004 15:14 GMT | 1 |
How do I disable to show xml file content on web browser from across domain. I know we can have some sort of enbcription on the xml file content. I also know that we can use authentication to control the display of xml file. However, I want to assume the user is authenticated in the ...
|
| dragdrop and tabcontrol | 07 Sep 2004 13:45 GMT | 2 |
I am wishing to drag something from the desktop to a tab of a tab control in vb.net. The dragdrop event fires when release the mouse above the tab however i am having a hard time trying to figure out which tab it was dropped on.
|
| enums don't seem to work like constants? | 07 Sep 2004 13:20 GMT | 2 |
the code public static Main() { enum Test
|
| VS 6.0 and VS .NET on the same computer. | 07 Sep 2004 12:06 GMT | 1 |
Is it possible to install and run VS6.0 and VS .NET (2003) on the same machine? BR /// Rob
|
| db connection | 07 Sep 2004 12:01 GMT | 7 |
I wrote a program in c# and oledb for my access database. After each run i see there's a locked db file in my database folder, it means that my connection is not closed properly. I did check my code everything seemed fine. Is there a script or a program that can help me check ...
|
| Can you do system wide hooks in .Net? | 07 Sep 2004 10:34 GMT | 5 |
I don't think you can hook system events outside your application in .Net without using an unmanaged DLL, but I thought I'd ask. Jim Hubbard
|
| dynamic string[] | 07 Sep 2004 08:41 GMT | 12 |
I am told that I can have a dynamic or static string array. So if I declare string[] dynamic; How do I add elements to dynamic and resize it ?
|
| Postback Question | 07 Sep 2004 08:32 GMT | 1 |
I have a user control in which I display a WebControls.Table called "EmployeeData" which contains input boxes (textboxes for name, address etc). When I post back, how do I access the "EmployeeData" table so that I can retrieve the data from input boxes dynamically ? Thanks for ...
|
| How to use DataGrid ? | 07 Sep 2004 07:13 GMT | 3 |
How do I set rows/colums, titles and data in the DataGrid control of VB.NET. I don't want to pass through a dataset and use databinding. I want to set this grid manually. Is there any tutorial for that?
|
| Exception in C Library from .Net built VC++ Application | 07 Sep 2004 05:43 GMT | 4 |
We have a strange error here. We have an application that is built in VC++ 6.0 and uses a C library built using the same. Now, we have migrated to .Net and have used the same source code to be built using the new compiler.
|
| .Net API | 07 Sep 2004 00:05 GMT | 2 |
Does msn/windows messenger have a .NET API? Or do I have to use interop with the dll? Aaron
|
| Installing .Net | 06 Sep 2004 18:29 GMT | 1 |
Hi I am trying to install dotnet 2003 using installer CD. When I am trying to install 'Visual Studio .Net Prerequisites' from step 1
|