| Thread | Last Post | Replies |
|
| How to. | 31 Jul 2008 14:54 GMT | 3 |
When I click right button at folder icon in Windows explorer the context menu shows up with options "Copy/Pase/Send to" and much more. How to add item to that menu that would open my
|
| Learning SQL Express | 31 Jul 2008 13:53 GMT | 5 |
I'm trying to learn how to use SQL Express 2005 or 2008, I'm looking for a book that would do just that Any suggestion ?
|
| Bitmap Image/ Resource file problem | 31 Jul 2008 10:33 GMT | 1 |
I have a minor problem locating an image file to load as a Bitmap. A resource file "NudeSusan.jpeg" (which I think is actually a bmp file, originally taken from a jpeg of model Susan Spears) is loaded onto the "Resources" tree of the Visual Studio Solutions Explorer, and
|
| Learning C# | 31 Jul 2008 10:17 GMT | 3 |
I'm trying to learn C# using the expres 2008 version, but I would like to find a book to learn it Any suggestion ?
|
| The strange behavior of this code | 31 Jul 2008 09:17 GMT | 1 |
If the put the code, IntPtr ptr = Marshal.AllocCoTaskMem(4); hr = em.Next(monikers.Length, monikers, ptr); x = Marshal.ReadInt32(p);
|
| Security Question | 31 Jul 2008 08:47 GMT | 7 |
What type of security measures does, say, a database management systems take in order to prevent a person from retransmitting logon information that was captured from a sniffer? There must be some way to prevent this from happening. I mean, anyone
|
| BackgroundWorker: Do_Work, and Exception catching | 31 Jul 2008 06:50 GMT | 1 |
So, I am building a class which implements the Event-based Asynchronous pattern. We'll call it MyClass. Suppose part of it looks like the following: /// <code> public class MyClass : Component
|
| Shall I use an Event/Delegate way or just the compare value way? | 31 Jul 2008 06:40 GMT | 1 |
Hi colleagues, In fact I don't have a problem but just don't know which way is good and better. I need some advice which programming way I shall use. Since a couple
|
| Access or SQlServerExpress | 31 Jul 2008 04:40 GMT | 5 |
OK, it is off topic but I am looking for c# developer feedback. New Windows app project totally selfcontained. Will need to handle BLOBs (pictures) Useful life about 5 years then into the bin.
|
| Deactive control, but still enabled? | 31 Jul 2008 02:30 GMT | 1 |
I have an app i'm developing and i'd like users to be able to drag and drop controls within the UI. After selecting the option to enable it, i have 3 mouse events(mousedown, up and move) that capture the movements and the coordinates of the mouse and reposition the control
|
| yencDecoder - possible string encoding error | 31 Jul 2008 00:48 GMT | 1 |
hi, I have a small problem, I am coding on a yenc decoder: http://rafb.net/p/h2REMB63.html when i try to decode what was orginaly a plain textfile i get this http://xs.to/xs.php?h=xs229&d=08313&f=garbagetext201.png
|
| C# and screen | 31 Jul 2008 00:36 GMT | 5 |
What are a function on work with adjusting a screen? It is needed to show out all supported screen resolution and in accordance with chosen frequency... http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Multiple socket clients | 30 Jul 2008 21:48 GMT | 3 |
Here is code I am using to create a socket listener: public void Run() { go = true;
|
| splitting string with a string | 30 Jul 2008 21:26 GMT | 10 |
I have a html page that I retrived and stored in a string and I want to split it based on <td> elements. I know only way you can split using string.split is using characters. The other option is traverse and split. Is there any other way you can split a string using string
|
| SslStream Read Problem | 30 Jul 2008 21:17 GMT | 3 |
Hello, Newsgroupians: I'm creating an application that will read emails from GMail, using the System.Net.Sockets.TcpClient and POP protocol. However, I am having a problem with my SslStream.
|