| Thread | Last Post | Replies |
|
| The height of a window banner | 15 Apr 2008 09:52 GMT | 2 |
How do I find the height of a window's banner, that is, the portion that contains the window's title? Dom
|
| regex question | 15 Apr 2008 09:45 GMT | 1 |
I would like to use regex for the following matter: I have a string and I want to find given substring inside which can be Caps Lock or not and I need to check the both cases. How can I do it?
|
| how to convert this | 15 Apr 2008 09:15 GMT | 5 |
got a string a="2.3944864845405107E+18" how to convert this into a valid number. which method to use.. I was using Convert.ToInt64(a); which is going to exception. thanks
|
| Widows service | 15 Apr 2008 09:05 GMT | 2 |
I want to write a windows service. I also want to have a form for setting properties for the service. Can some one help me out, get me started or point me in the right direction Thanks
|
| share a structure array containing multidimensional char array C#/ | 15 Apr 2008 07:40 GMT | 9 |
I want to share a structure array containing multi dimensional char array between C# and C++, by using memory mapped file. I already have C++ code for handling memory mapped file. I am passing pointer to the structure array as shown below for C++;
|
| Debugging code being run during garbage collection? | 15 Apr 2008 04:04 GMT | 9 |
What's the best way to debug code that is being run during garbage collection? We are getting AccessViolationExceptions that seem to be happening during garbage collection. But when it hits the debugger, it is at whatever
|
| Verify E-mail address | 15 Apr 2008 02:42 GMT | 7 |
Good afternoon, community! How you help me? I need to know, how could I verify e-mail address? I don't mean ( for example: test@test.com it is valid or not) I wanna know is that real world E-mail or not?
|
| how to read xml nodes using OOP | 15 Apr 2008 00:08 GMT | 6 |
Hi, can someone please let me know how I can read xml elements using object oriented program. I created a class to use the get and set properties however I dont know how I can pass the values from xml file to the class and use the values in my form.
|
| Form-to-Form | 14 Apr 2008 23:59 GMT | 7 |
I am using C # .NET Framework 3.5. I have a calling form that invokes dialog box (called form). I want a button in the called form to change the value of a property in a control in the calling form.
|
| java control's image into local image | 14 Apr 2008 23:37 GMT | 3 |
I asked this question in another newsgroup but I didn't get a complete answer. I have a web page served by an IP Camera. The web page has a java control that shows the image. I want to work with that image locally (do some recognition stuff).
|
| Static generic extension method | 14 Apr 2008 21:57 GMT | 5 |
Extension methods are made for use with instances. I'd like to "misuse" them as static methods, too. Let me tell you my ambition: I use an extension method to serialize objects somehow like this: MyObject obj = new MyObject();
|
| A problem with resolution | 14 Apr 2008 21:14 GMT | 1 |
Sometimes, I have a window nicely laid out, but when it is run on another PC, the bottom of it is lopped off. I assume this is because of the resolution. I'm in the habit of adding code in Form_Load, like this:
|
| .NET / Windows App, Multiple Forms / Windows... | 14 Apr 2008 21:00 GMT | 4 |
Hey guys, really dumb question here... I've been doing all of my development in the past few years as web applications. Therefore, if I need a new window or form, I simply have it go to another page. I haven't written a Visual C++ or VB (or Delphi) application in at least 4 years ...
|
| get thumnail images like windows explorer does | 14 Apr 2008 20:45 GMT | 2 |
hello to all, can somebody tell me how to retrieve the thumbnail-images of files that are shown in explorer? if i want to get these images from image-files i can paint on a smaller dc
|
| Run exe from webserver | 14 Apr 2008 20:33 GMT | 2 |
We have been stugling with this issue for quite some time. Our basic requirement was to develop a web based tool for windows performance monitoring and reporting. We have been using visual studio 2005 and sql for this. We have developed the application in windows form using c# ...
|