| Thread | Last Post | Replies |
|
| While(true)Application.DoEvents V Application.Run | 24 Feb 2005 15:34 GMT | 6 |
I am doing drag and drop between controls (listview and treeview) using mouse_event. What I am after is a book/resource to explain the behaviour below.
|
| switching accounts | 24 Feb 2005 13:12 GMT | 1 |
I am a system administrator from a midsize company. I purchase open licenses for the company and then have to go to eOpen License –detail page that you need to log in to .net to use. I have a personal .net so I just used that one instead of making a new one just for work. Now ...
|
| A very general question on .NET for beginner | 24 Feb 2005 13:07 GMT | 2 |
I am interested learn more about .NET but am uncertain of exactly what niche it fills in the world of programming. (The more I read the more I am confused). What I am looking for is the ability ot write programs to work on mobile
|
| Memory oddity | 24 Feb 2005 06:14 GMT | 2 |
I have been beating myself up over trying to locate what I thought was a memory leak in MY code but based upon what I have seen I can't be sure that it IS my fault or something strange with DOTNET. Someone here please feel free to enlighten me on this one. The code to reproduce is ...
|
| How to import a CSV file into a Datagrid - VB.NET | 24 Feb 2005 02:30 GMT | 1 |
Please help point me in the right direction to import a CSV file into a Datagrid. Below is the error I'm receiving, OLE csv format file, sample CSV file, and code I've tried to no success.
|
| Raising event | 23 Feb 2005 23:21 GMT | 3 |
how can raise an event that is handled by an event handler? I simply want to execute the code that is attached to a 'click'- event of a button from anywhere in my code. How can I do this? Thanks
|
| "PlacesBar" in VS.NET | 23 Feb 2005 21:49 GMT | 1 |
How do I configure the "PlacesBar" in VS.NET (the different locations specified when you save/load projects etc', in the common dialog that opens). I know how to configure it for regular windows applications, and I've
|
| Problem transporting info from 1 form to another | 23 Feb 2005 21:27 GMT | 2 |
I have two form and I want to display in the first form some of the info from the second one. Here is how I tried to do it: <<<<ok button of form2>>>>> Dim Myform1 As New Form1
|
| Visual Studio 2005 - Dual Installation? | 23 Feb 2005 20:54 GMT | 2 |
just one question: I'm currently working with VS.NET 2003 on my current project but nethertheless dying to check out the new 2005 version of VS. Can this installation coexist on my PC, without overwriting any of my settings (esp. debugging etc.)?
|
| The connection is already Open (state=Open). | 23 Feb 2005 20:45 GMT | 1 |
This is my other error when I click on Immunoflourescence. I believe this is related to the other error I just posted (Input string was not in a correct format.) Please let me know if you have any suggestions! Thanks! The connection is already Open (state=Open).
|
| setting tabs in a string | 23 Feb 2005 16:38 GMT | 3 |
I am filling a server side listbox in an asp.net app Each text value for each item in the list is created by concatenating to string values together. I want to give the appearance of columns in the drop down list box.
|
| Console and windows together | 23 Feb 2005 16:01 GMT | 6 |
I am developing an application that needs to run in one of two modes: 1. If No command line param is provided the application should run as Window form. 2. If command line param is provided the application should run as a
|
| Converting Windows Form into Web Form | 23 Feb 2005 14:47 GMT | 1 |
Can we convert Windows Forms into Web Forms and/or vise versa? I have heard that this is possible through some third party tool, i m not sure. if yes then how much it will cost,
|
| Upgrading to .net from VB 6.0 | 23 Feb 2005 14:14 GMT | 1 |
I don't know if this is the place for these questions, but here goes: I am a VB 6.0 developer & I have a new project using VB.net. I don't know what to buy. Should I get Visual Studio Enterprise or Professional?
|
| Positioning web server controls at runtime | 23 Feb 2005 13:48 GMT | 1 |
I would like to place some button controls on a web page underneath a DataGrid control. Since the height of the DataGrid depends on the number of rows displayed, which is determined by user selections, I need to set the position of the button controls at runtime. With a Windows ...
|