| Thread | Last Post | Replies |
|
| SQL SERVER Connection Problem II | 07 Oct 2005 08:26 GMT | 9 |
I can connect using my PC local SQL Server Enterprise manager to Remote SQL Server. But I cannot connect using my Connection string? strConn = "Data Source=190.168.0.97,1433;Network Library=DBMSSOCN;Initial
|
| getting the vs debugging to work | 07 Oct 2005 07:26 GMT | 5 |
I'm having problems being able to set and use break points in visual studio. Here's my configuration: The web server is a remote server access over the internet. The OS on the server is a "fresh" copy of windows 2003 enterprise.
|
| type cast from object to RadioButton | 07 Oct 2005 05:44 GMT | 1 |
I have the following code private void PrintToTextBox(object sender, System.EventArgs e) { textBox1.Text =((RadioButton)sender).Name;
|
| e.Item.Cells(0).Text, datagrid, highlighted search | 07 Oct 2005 03:46 GMT | 1 |
I have a question, How can I search a string (called TextBox1.Text) in "e.Item.Cells(0).Text" and if this string exist, then it will be highlighted (yellow), only the string.
|
| Obtain a MAC address from a connected socket | 07 Oct 2005 02:08 GMT | 5 |
Hello, We have developed a socket tcpip server in .net that accepts calls from clients. Using the connected socket we are able to use the Socket.RemoteEndPoint to obtain the IP address of the client. Is there any
|
| VS 2005 | 07 Oct 2005 01:50 GMT | 5 |
Does anybody knows when they are going to start shipping VS and SQL 2005 for the MSDN Subscriptions? Regards, Alex
|
| Architecture question | 06 Oct 2005 22:51 GMT | 6 |
Hello everyone. I visit this board pretty regularly but have never posted. My question is an application architecture question... so hopefully it's okay to post in the dotnet general forum. I have this project I'm proposing but want to get some opinions on a
|
| Chat: The C# IDE, October 6th @ 1pm Pacific Time | 06 Oct 2005 21:05 GMT | 1 |
The C# IDE will be there and ready to answer your questions about current, about-to-be-released, and future versions of the C# IDE. They're responsible for your experience as you type C# code in Visual Studio - and I'm under the impression that many of you do that. :0) See you ...
|
| VS 2003 - IDE - Find Current Project not working? | 06 Oct 2005 20:30 GMT | 1 |
I'm using VS 2003 VB.NET IDE and the Find (Ctrl+F) function is not working when I select "Search Current Project" -- it will only search the current open file not all the files in the project. This is VERY frustrating -- is this a know problem or just something messed up with my ...
|
| Connect as... | 06 Oct 2005 19:38 GMT | 4 |
I need to programtically connect to a network resource such as a file share, but need to provide alternate credentials, like mapping a drive under a different user name. How can I do this in VB.NET?
|
| Waiting for Connection | 06 Oct 2005 19:13 GMT | 1 |
Everytime When I try to start an Application in CLR Profiler 1.0 I receives message "Waiting For Application To Start Common Laungage Runtime" Cancle Button. I have developed this application in VS 2005. Is there any different version for Framework 2.0.
|
| .NET Compiler or Setup is Non-Deterministic, Solution? | 06 Oct 2005 18:47 GMT | 5 |
This is a strange problem that's plagued me for years using the .NET tools. The problem is this: .NET applications installed on a virgin machine (framework installed, but no .NET tools installed) fail with an expection when the application starts.
|
| Allowing special characters in a MySql Database | 06 Oct 2005 17:15 GMT | 4 |
let me just say. it's not by choice but im dealing with a .net web app (top down approach with VB and a MySQL database) sigh..... Anyhow, I've just about got all the kinks worked out but I am having trouble preserving data as it gets entered into the database. Primarily, quotes ...
|
| Map and Disconnect a Network Drive using .NET? | 06 Oct 2005 15:50 GMT | 1 |
I need to map a network drive at run-time then disconnect it after use. The only way I know and I am using is creating a Process to call the shell command 'net use'. It has no problem in connecting, but however, I failed to remove the connection after use by calling the 'net ...
|
| How to Count the Number of Rows in Text and ODBC Files (Btrieve) | 06 Oct 2005 15:35 GMT | 2 |
I need the count of the number of rows within a text file. I checked the File object but could not find a method there to do what I need. Is there an efficient way to count the numbers of rows? Currently all I can think of is opening the file for reading and counting
|