| Thread | Last Post | Replies |
|
| Bandwidth Allocation | 17 Sep 2007 18:15 GMT | 6 |
I am developing a server and I want to view and change the the clients TCP connection bandwidth. Please help me Salman Ali
|
| "friend" level access | 17 Sep 2007 18:13 GMT | 19 |
Sorry for the basic question, is there a simple way to achieve the equivalent of C++ 'friend' level access in C#? I have two classes. One is an some arbitrary data type I've defined, and another is an object whose job is to manage objects of this data type. I would like
|
| Posted in VB without a response, trying here. | 17 Sep 2007 17:17 GMT | 1 |
I have a class that I populate properties from a table in my database. I create the properties in my class one for one with the columns in the tables that I use to fill the class. Some properties are not loaded until a function is called to load the properties when needed. In ...
|
| DateTime syntax help | 17 Sep 2007 17:06 GMT | 6 |
hey all, i'm just trying to test datetime functions: DateTime dt1 = "9/15/2007"; DateTime dt2 = "9/17/2007";
|
| How to construct a string with bunch of hex numbers? | 17 Sep 2007 16:54 GMT | 9 |
If there's bunch of hex numbers: 0xA6, 0xD9, 0x00, 0xAA, 0x00, and 0x62, how to construct a string ("string" in C#) with those hex numbers? Thanks!
|
| VS2500 - How to set 'currently viewed rows' ?? | 17 Sep 2007 16:42 GMT | 3 |
Working on a VS2005 C# program. I have a DataGridView control that is bound to dataviews generated by various database queries. i.e. the user enters search criteria and the query results end up in the grid. The DataViewGrid is Read Only. The user
|
| Accessing a Mediaplayer on a Webpage on a Form | 17 Sep 2007 16:10 GMT | 1 |
I'm trying to write an local (client-side) windows-application that analyzes the content of multimedia webpages. This programm has a main form (Windows.Forms), in which I have embedded a webBrowser control. At runtime the webbrowsercontrol loads the webpage of interest. Then I ...
|
| storing source code on server! | 17 Sep 2007 16:02 GMT | 4 |
VS2005 / .NET 2.0 I've been developing an .net 2.0 application. I've used to save this project to my local C drive on my computer. But I think it is not a good idea to store source code on the local machine, hdd can crash and then source code
|
| keyPress event | 17 Sep 2007 15:54 GMT | 4 |
I use keypress event to detect the characters users input, but it doesn't work with Alt tab.. I need to detect the combination Alt-A or Alt-F1.. how should I do? The code is below:
|
| doubt on abstration concept | 17 Sep 2007 15:47 GMT | 2 |
hi friends, i have placed code because i want to explain my doubt clearly to you ,and i have placed my doubt in Main of the program (static void Main(string[] args)) by // before that
|
| trouble with xml writer | 17 Sep 2007 15:44 GMT | 2 |
asp.net 1.1 and C# Here is code: xmlfile = new XmlDocument(); xmlfilename = Server.MapPath("doc.xml");
|
| get list of subscribers to Event | 17 Sep 2007 15:35 GMT | 1 |
Is there a way to get a list of Subscribers to an Event ??? Thanks
|
| ASP and hidden textBox | 17 Sep 2007 15:01 GMT | 2 |
I've a webPage, which has a checkbox. i want that when the checkbox is checked, a textbox will be created and showen under the checkbox. How can i do it?
|
| Is a transaction opened? | 17 Sep 2007 14:48 GMT | 2 |
How can I known if an SqlConnection has or not a transaction opened? I want some code like this: private SqlConnection conn; private void Methode1()
|
| Event on Dynamic Control - ASP | 17 Sep 2007 14:29 GMT | 3 |
I've created a dynamic button and checkbox and i want to create an event for each one of them. altough i've created the event and assigned them to each control, nothing happens,
|