| Thread | Last Post | Replies |
|
| Where to Post C# TCP/IP Socket questions | 22 Dec 2005 18:51 GMT | 2 |
Is this the right forum to post questions concerning TCP/IP Socket questions?
|
| Changing text labels on a parent form? | 22 Dec 2005 18:23 GMT | 1 |
How would I go about changing text labels on a parent form from a child? For example Changing text labels on Form1 from Form2, and Form2 is opened from Form1? Any suggestions would be greatly appreciated.
|
| How to access settings from C# in .NET 2.0? | 22 Dec 2005 18:19 GMT | 6 |
There is reference about accessing settings file in VB.NET but nothing about C#. How do I read settings in application settings file with C#? Thanks, G
|
| java.net.URLEncoder.encode("youruserid"); in c#? | 22 Dec 2005 18:14 GMT | 2 |
what is the c# equivalent to java.net.URLEncoder.encode("youruserid"); Thanks, Vinny Vinn
|
| Drive ListBox Control for VS.2005? | 22 Dec 2005 17:49 GMT | 2 |
I have a need to build a listbox with a list of available drives on the local workstation within my VS.2005 application. Can someone please show me how to create a control with all the drive letters in it so one can be selected. Any help would be appreciated.
|
| HTML post test | 22 Dec 2005 17:23 GMT | 1 |
Just testing if I can post using HTML in this newsgroup. G
|
| Equivalent of My.Settings in c# | 22 Dec 2005 17:21 GMT | 2 |
How do I use My.Settings equivalent in C#? Below is part of MSDN documentation about accessing settings file. I wrote C# console application using VS 2005 and .NET 2.0 and would like to use new settings file in 2.0 and can not find any documentation about using c#, there is some ...
|
| Fax Broadcasting | 22 Dec 2005 16:40 GMT | 3 |
We send so many faxes every day. So the best thing is to write something which can automate this process. There are services who charge like 6 or 7 cents per page and can send thousands of fax in minutes. I wonder how do they do it? I would like
|
| How to create an Image with a gray scale with more then 256 | 22 Dec 2005 16:29 GMT | 2 |
I need to create an Image with more then 256 gray scale. this is my code, i've some problem setting correctly the pixel value. any idea? There is another way to create an image with more then 256 gray
|
| Modal in C# | 22 Dec 2005 16:15 GMT | 3 |
Is there an intrinsic method in C# that is equivelant to "Modal" in VB?
|
| ASP.Net Readonly textbox | 22 Dec 2005 15:59 GMT | 1 |
I'm working in an application in VS2005. I have a Website that has a page where the user has to fill in some dates. In 2003 I used to have a function in javascript that would popup a calendar, the user would select the date there and then that date would be entered in a read-only ...
|
| Timer Elapsed Firing Twice | 22 Dec 2005 15:40 GMT | 4 |
I have a service that is driven by a timer that fires every 5 seconds. For the most part, it works fine. But every once in a while the timer fires twice. In the log I can see that when it fires twice, there are two threads running. This causes problems so I need to find a way ...
|
| Retrieving path of a DLL | 22 Dec 2005 15:08 GMT | 4 |
I can retrieve the path of a Windows form using the Application object. However, if I write a class which will be compiled into a DLL, would it be possible to retrieve the DLL path (without passing the Application object to the class) ???
|
| Help needed, Call a save event from main page ?? | 22 Dec 2005 14:38 GMT | 5 |
I have a main page that contians some webcontrols. On the main page i have a asp:button id="Save". The thing is that i want to trigger a save event in all webcontrols when i cklick on the asp:button on the main page.
|
| How to check item in collection in WMI ManagementObject | 22 Dec 2005 14:36 GMT | 3 |
Im using WMI to get CPU information through Win32_Processor. It returns a collection but some items are "not valid". .... foreach( ManagementObject oReturn in oReturnCollection )
|