| Thread | Last Post | Replies |
|
| Nested Controls | 19 Sep 2007 12:20 GMT | 2 |
I have an app, which has a composite User Control which includes other User Controls. The problem is that when I drop the composite user control on the form, the nested User Controls think that they are in the runtime mode. It seems like whenever the controls are in 2-deep in
|
| Application.DoEvents() | 19 Sep 2007 12:20 GMT | 8 |
Application.DoEvents(); Why would I ever want to do that? When is it (1) required, or (2) a "good idea" or (3) a "bad idea" Thanks.
|
| Unable to apply publish properties for item | 19 Sep 2007 12:12 GMT | 3 |
I get a ton of warning that are similar to "Unable to apply publish properties for item "microsoft.visualstudio.shell.interop". The warning appears for pretty much every reference. The application is a click-once winform app.
|
| Change label caption | 19 Sep 2007 10:40 GMT | 1 |
How can I change label caption on page load ? Thanks
|
| HTTP Post Method | 19 Sep 2007 10:32 GMT | 2 |
I'm trying to write a C# App that posts a set of data to a server, and I'm not having any luck figuring out how to get all of the parameters submitted to the server correctly. I have an example of what the POST should look like if it was coming from HTML, but I'm trying to convert
|
| A question about Windows service | 19 Sep 2007 09:55 GMT | 1 |
I think I might need to use windows service. I just read about it on the Web. In one place it says the following "Some custom actions need to occur when installing a Windows service, which
|
| How can i send a bitmap from ActiveX (ocx) to C# project? | 19 Sep 2007 08:53 GMT | 2 |
I want to pass a bitmap file from activeX component that written in vc+ +6 to my project in c#.Net. how can transfer a bitmap file? is it possible that with return a pointer and lenght of file i catch
|
| Convert strings to/from C# syntax? | 19 Sep 2007 08:06 GMT | 3 |
Is there a built-in way to convert strings to and from their syntactic representation in C#? For example, suppose I have a string containing 'a' and a newline character and 'b'. Is there some built-in way to render this as a string containing
|
| Strings | 19 Sep 2007 07:39 GMT | 19 |
I have seen code like this: Console.WriteLine( "divisible by seven event raised!!! the guilty party is {0}", e.TheNumber);
|
| Intrepreting Javascript within C# | 19 Sep 2007 05:42 GMT | 12 |
Does anyone have any idea how this is done? I am writing a c# bot to grab data from sites, but some sites have extensive Javascript navigation. This means I have to read the script and effectively run it within c#.
|
| How to obtain server info? | 19 Sep 2007 05:17 GMT | 5 |
How can I get the user's ISP SMTP sever name or IP address? This would be for a user feedback form in Windows Form applications. Checking the registry, or using CDO is not a good option with every machine. Thanks,
|
| ASP and PostBack | 19 Sep 2007 05:07 GMT | 2 |
I'm new with ASP .NET, so i'm asking lots of questions latly... I've a web Page, with a button which i've created dynamicly and attached an Click event to it. as i understood here, i need to recreate the button again in the postback
|
| When does a sound file finish playing? | 19 Sep 2007 02:54 GMT | 5 |
Does anyone know how to check for when a sound has finished playing? I am currently using the SoundPlayer, there doesnt seem to be any event for this - am I missing something? Gary
|
| FTP trasnferred as binary even with FTP_TRANSFER_TYPE_ASCII specified | 19 Sep 2007 02:15 GMT | 1 |
In my C# code I call WININET's FtpPutFile function to FTP upload text files. It has a flags parameters to specify whether the transfer should be done in binary or ASCII. I've specified FTP_TRANSFER_TYPE_ASCII which is mapped to constant 1, however the
|
| How to set DesiredAccess so any user can execute OpenPrinter | 19 Sep 2007 01:04 GMT | 9 |
I've seen: PRINTER_DEFAULTS pd; pd.pDatatype = null; pd.pDevMode = null;
|