| Thread | Last Post | Replies |
|
| Novice question about overridable subs | 24 Jan 2008 16:15 GMT | 6 |
If I have the following in a master user control... Protected Overridable Sub CaptureFields() DoThis... End Sub
|
| Client Server Application | 24 Jan 2008 16:00 GMT | 2 |
I'm an extreme novice when it comes to C#. I am trying to start a client server application that is going to communicate with a server over the internet, but I'm not sure what to use for my communication layer.
|
| Disable Items in ListView | 24 Jan 2008 15:44 GMT | 4 |
Is there any practical way to disable items within a ListView control? I'd like to be able to 'filter' the list incrementally without actually removing anything (so I can remove the filter to get back to the full list).
|
| WebCam Capture | 24 Jan 2008 14:56 GMT | 2 |
How can i capture photos and videos from a webcam? Thanks
|
| How do you directly send messages / events to controls? | 24 Jan 2008 14:44 GMT | 6 |
I have two examples where I need to do this: Example 1: Lets say that I have a bunch of TextBox's on a form. All these textbox objects share a common KeyPress event which validates the input to make sure
|
| Job offering | 24 Jan 2008 13:53 GMT | 1 |
They are looking for their Alba (Cuneo), Italy headquarter: http://www.ors.it/it-IT/careers.aspx By.
|
| Complex Windows Applications in C# -- how high is the bar? | 24 Jan 2008 13:21 GMT | 7 |
Obviously, this is kind of a newbie question, but bear with me... I am looking for information/opinions on the level of complexity that can be handled in C#, given the current state of the GUI support, using WinForms or WPF. Here's why:
|
| Data record from Database, displaying as special characters in web page | 24 Jan 2008 12:41 GMT | 4 |
I am displaying data retrieved from a database as a httpresponse in a webform. I noticed that some characters such as the comma (,), display as special characters in the
|
| PocketPc - aplikacje online - pytanie | 24 Jan 2008 10:52 GMT | 1 |
Witam szanownych grupowiczów, mam pytanie odno¶nie aplikacji dla PPC. Otó¿ jedna z firm, która pisze dla nas oprogramowanie chce napisaæ nam program na urz±dzenia PPC dla naszych nazwijmy to handlowców. Nasz schemat systemu jest nastêpuj±cy:
|
| file manupulation | 24 Jan 2008 10:11 GMT | 1 |
I want an advice on how to do the following in the most efficient way: I need to read a log file from url and to write the content of this log to a local copy of file in my filesystem. What is the best way to do it? Should I do it with a buffer and how ti
|
| Question about ASP.Net page expiration | 24 Jan 2008 09:17 GMT | 1 |
I have a page CourseEditor.aspx to allow users to modify course information. I am having problem with page expiration. Here are the steps I take to reproduce the problem: (1) I open a browser to http://localhost/CourseEditor.aspx?cid=105, then I
|
| Windows Forms Event Order | 24 Jan 2008 09:01 GMT | 5 |
Can someone tell me all the events that are raised when a Windows Form is being rendered. I am also interested in the order in which these events are raised. Thanks,
|
| List<string> | 24 Jan 2008 08:04 GMT | 3 |
I want to store string members in a generic list. When I assign to the member of a list a new value, I would like it would be reflected in the collection also: string firstString= "first";
|
| Connect to unix server and execute a command | 24 Jan 2008 02:15 GMT | 3 |
I'm writing a small utility and I need to be able to connect to a unix server and execute a couple of commands. How would I go about doing this? It's fairly simple from the command prompt using telnet - but I have
|
| TimeSpan object question | 24 Jan 2008 01:53 GMT | 6 |
I haven't worked with the TimeSpan object before. So bare with me if this seems like a newb question. But if I wanted to know how many days from the current date until 2/4/2008. I have written this much code so far.
|