First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
Clipboard.GetFileDropList empty
I'm trying to use Clipboard.GetFileDropList to drag-and-drop a list of filenames from an Explorer window into a TextBox, but the only way I can get it to work is select the items in Explorer, press Ctrl+C, and then drag the files in. I have never seen the Ctrl+C step needed anywhere else - am I missing a step ... 19 Jun 2008 12:41
Sending Alt-Space with SendKeys in C#
I'm trying to automate the copy / paste of an entire dos window, in order to capture text data from a telnet session. To do this I automate the alt-space dropdown menu, then navigate to select all and copy. I'm trying to use SendKeys but so far the documentation seems to be wrong about the Alt-Space combinatio... 19 Jun 2008 11:39
Web publishing with MS free clipart
Hi- I am creating webpages for a university. Can I use some of MS clipart to decorate my pages? Thanks, Nichole ... 19 Jun 2008 11:39
/*-+
How to prevent user from enter this symbol in a text box like +/*-? thank you ... 19 Jun 2008 11:39
Muliti line
I 'm using Muliti line in a text box but I don't want enter give me another line is possible to prevent enter from add line in text box ? ... 19 Jun 2008 11:39
View Thumbnails for TIFF files with high performance
Hi misters, I have an WinForms application, and I am currently trying to load a TIFF file that contains about 70, 90 o more frames and show it in my form like thumbnails. Once I have the file loaded (I don't know if I load it into an Image object (Image.FromFile()). I want to loop through the... 19 Jun 2008 08:33
Key preview
Dear I all I want if I press F4 key the form close I set the key preview to true But I ask where can I put code like this and is this code good or not I mean what the events needed to put code like this ============================== If e.keycode = Keys.F4 Then Me.Close() End If =============... 19 Jun 2008 09:35
Vista + Net 3.5 + WPF + WindowsFormsHost + WebBrowser + SVG =CRASH
Hi Linda, I can provide you the svg I'm trying to show. Of course on my pc i've installed the Adobe SVGViewer plugin the SVG is located here: http://origano.altervista.org/a.rar On WIndows XP SP3 I've tried, and it works like a charm :D Thanks for your help Linda Liu[MSFT] wrote: Hi Star-italia, ... 25 Jun 2008 07:48
Expose a .NET interface to COM as an interface
Hello, does anyone know if there is a way to expose a .NET interface to COM as such? Suppose I have code like this: [ComVisible(true)] [Guid("....")] interface IMyInterface { void Method1(); void Method2(); } but that does not expose this interface to COM clients, which is logical, because there is no... 19 Jun 2008 08:33
Setup and Deployment
Hello Group I have made a Setup and Deployment project. And with the PostBuildEvent i want to start another application that install som objects. I am not strong at building the so I tryed to put in this $(BuiltOuputPath)\CDO\ExchangeCdo.MSI - That should start the installation of the CDO1.21 but when i build ... 19 Jun 2008 04:28
First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143