| Thread | Last Post | Replies |
|
| Setting up the Debugger. | 13 Dec 2006 10:26 GMT | 1 |
First I am new to Visual Studio. And I do finally have this working. But I would like to understand it a little better. I have written a DLL, that runs under an EXE via the interface.
|
| Capturing screenshot of a window | 13 Dec 2006 09:29 GMT | 15 |
Can anyone suggest working sample of capturing a window's picture? I tried a few, but couldn't get the image. I don't know why those functions are not getting the image. Note: I want the snapshot of the window even when it's not visible.
|
| When do I use shared assemblies that is using GAC | 13 Dec 2006 08:42 GMT | 7 |
Can somebody tell me exactly when do I use GAC where shared assembly dll is stored. //Tony
|
| Live Video | 13 Dec 2006 07:52 GMT | 1 |
Can some one advice me what is the best way to capture Audio and Video using webcam on web, this will sent to the server. I am new to this subject. I am planning to use ASP .Net and c#. Ganesh
|
| A litle problm with message sent | 13 Dec 2006 07:38 GMT | 1 |
I now have a client and a server accepted connection Here is the code that server accept message from client after connect try{ TcpClient client=new Tcpclient(add,port);
|
| ComboBox SelectedIndex Changes after fill | 13 Dec 2006 07:18 GMT | 3 |
Im using a set combobox (ComboBox1) to provide a selection of records from a database table. I have a typed dataset (DataSet1) that contains the typed datatable (DataTable1) that the combobox is bound to. The datatable in the dataset is filled using the typed tableadapter ...
|
| Search a file and find all occurences | 13 Dec 2006 05:13 GMT | 3 |
I have a process where I'd like to search the contents of a file(in a dir) for all occurences (or the count of) of a given string. My goal is to focus more on performance, as some of the files could be upwards of 25mb in size and time is important. I don't want to take the route ...
|
| Need Help with Calculated field | 13 Dec 2006 00:20 GMT | 1 |
I'm not sure this can be done in a calculated field but here's what I need. I have a table that stores time off for employees (such as vacation, sick time, etc). An employee can take partial days off. The table has 2 datetime fields, StartDate and EndDate that store the
|
| How to realize a C# page that give back an image instead of an html page | 12 Dec 2006 23:26 GMT | 3 |
Good morning, I have a static html page where I want to load image that day to day are in a different path, to achieve this I would want that the link point to a c# page where I
|
| Visual Studio Plugin? | 12 Dec 2006 23:22 GMT | 3 |
I've just written the following code 'by hand', and there has to be an easier way... Any ideas? class GameStarted
|
| generic - getType for cast - c# .Net2 aspx | 12 Dec 2006 19:58 GMT | 3 |
i want to find the type from a generic... like : public static john<T>(object obj, T myControl) { ((myControl.getType())myControl).OnClientClick ="code";
|
| How to limit input | 12 Dec 2006 19:43 GMT | 4 |
I want to limit the input of usr to 0..9 or a..z How can I do that?
|
| Line break | 12 Dec 2006 19:43 GMT | 2 |
How do I replace a string that has return key with a line break ?
|
| Insert | 12 Dec 2006 19:22 GMT | 4 |
I am trying to do something like that: string name=""; name.Insert(name.Length,args[i]); and there is a string value in args[i] but the value of the name after
|
| how to get IPaddress's long value | 12 Dec 2006 19:02 GMT | 2 |
Can someone tell me how to calculate an IPaddress's long value? I have an application which lisiten on a port using UDP protocol. There could be multiple client sendind UDP data to it and I am only interested data from one client, I know that client's IP address in form of 127.0.0.1
|