| Thread | Last Post | Replies |
|
| set default font when adding a new textbox to a windows form | 25 May 2008 00:39 GMT | 3 |
Hi - Is there any way to set default Properties - so that when I add a new textbox to a form - that that control wil start out using Arial 10 (for instance)? Thanks!
|
| Shared Memory? | 24 May 2008 22:07 GMT | 2 |
Please let me know if we can use Shared Memory in dot net? and what is the difference between IPC Channel and Shared Memory? Does IPC Channel uses named pipes/shared memory? Thanks in advance.
|
| call a function every 5 seconds | 24 May 2008 19:53 GMT | 11 |
I want to call a function every 5 seconds, is it possible? How to? Cheers! Claudi
|
| Avoid standby under vista with c# ? | 24 May 2008 19:42 GMT | 7 |
Hi i'm searching a solution to avoid that the user can go in the standby mode while a app is runing. i have searched and readed a lot in the web and have not found a working solution...
|
| HTML and C# | 24 May 2008 13:50 GMT | 4 |
I'm new to C# and VS 2008 Web App development. I can't find anything that explains how variables and other information is shared between the C# (behind)code and the HTML in the same page. I understand the the <%=variable%> is used in HTML but any variable that I define in the C# ...
|
| Help for Newbie to C# | 24 May 2008 13:26 GMT | 2 |
I am a newbie to C#, having just been on a 4 day course for work. My background is in VB6 so the jump to C# is quite a big one. In VB6 I used the reference WinHTTPRequest so that I could attached a SSL certificate to a HTTP POST. I was wondering this would be possible in
|
| Silverlight bug | 24 May 2008 10:25 GMT | 5 |
I found a bug in Silverlight that makes the entire page become invisible, the exact same code works perfectly in WPF. Can anyone tell me what to do with the example project I created that demonstrates the bug? I wrote to Jesse Liberty to ask him what to do with it but he ...
|
| Function that's triggered when/before the application closes? | 24 May 2008 05:53 GMT | 4 |
I've got some code that I'd like to have execute right before the application closes, but can't figure out which function to use to do this. Much similar to the form_closing function, I'd like to make sure that
|
| String vs string | 24 May 2008 03:47 GMT | 17 |
At our company, we've been using the standard of string instead of String. While it's fullly compilable and valid code, i'd still claim that the type should be capitalized since it's an object type and not value
|
| How to use a Win32 API inteface in C#? | 24 May 2008 01:39 GMT | 3 |
for my last question I didn't get any answer, so I'll try to define the question in another way... the shell32.dll exposes an interface called ITaskbarList which has a few functions to manipulate taskbar buttons
|
| bit rotation | 24 May 2008 00:08 GMT | 2 |
Looking around in the class libraries there doesn't appear to be any methods that do the equivalent of the C runtime lib functions rotr() and rotl(). I wrote the following but then began to wonder if someone had some generic methods that would handle differnet word sizes and and ...
|
| Plz ans my question asap | 23 May 2008 23:25 GMT | 1 |
I need 2 test a desktop .net application written in C#, I want 2 create an application level log. I should be able 2 get log of code which is executed in the application and a separate log indicating code that is not executed.
|
| Painting over the textbox of a combobox | 23 May 2008 21:03 GMT | 1 |
I need to paint a rectangle in above the textbox of a combobox. How can i do that. At present the rectangle is always in the background and the textbox is in the foreground!!
|
| Generate a Crystal Report with a Parameter | 23 May 2008 20:06 GMT | 2 |
I have a crystal report which I need my application to generate. I can do it like this: ReportDocument thisReport = new ReportDocument(); thisReport.Load(inFilename);
|
| WCF Question when using ChannelFactory as part of a generic routine.... | 23 May 2008 19:38 GMT | 3 |
I may be trying to do something that can't be done (or "shouldn't" be done), but here goes. I'm trying to construct a generalized method for creating a client-side factory channel using WCF. So that I can pass it any one of dozens of
|