| Thread | Last Post | Replies |
|
| How to display a flash file (.swf) in Web browser control [Windows form] | 22 Jul 2007 11:51 GMT | 2 |
I am using .Net 1.1 to create my windows form application. I need to show a flash file (.swf) in the browser. When i load this thought 'Navigate' method, it is giving some script error. Plz Help
|
| Stupid Thing | 22 Jul 2007 08:50 GMT | 1 |
Somehow I overwrote my CASPOL.exe file... doing something like C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -listgroups
>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe (Bad case of copy-paste in the Command console)
|
| UML Tools | 22 Jul 2007 00:45 GMT | 6 |
Could anyone recommend any free tool to read C# code and generate UML diagrams? Thank you, MAP
|
| Caspol exe issue | 22 Jul 2007 00:29 GMT | 3 |
I am trying to execute a .Net Exe from network share \\calcscps80\SM \test.exe Which interns call some DLL and that dll wants to create few files at local drive as well as the path wher i have kept the exe.
|
| Convert ticks to milliseconds | 22 Jul 2007 00:06 GMT | 8 |
how to convert DateTime.UtcNow.ticks to Milliseconds
|
| Reading real time log files. | 21 Jul 2007 23:58 GMT | 9 |
looking for the best approach to reading a real time log file. The file gets updated pretty quickly, always appended to the end. do i really need to just keep re-opening the file and reading the end of it? I cant help but think there is a better way to go about this.
|
| Creating IMAGE from MemoryStream ? How to ? | 21 Jul 2007 23:54 GMT | 1 |
Hi, could somebody show me how to create IMAGE from MemoryStream please thx for help
|
| Mounting a volume in C# | 21 Jul 2007 18:10 GMT | 1 |
I'm trying to mount a volume using C#, and I currently have it working using Process.Start to drive the command line utility mountvol, however I'm wondering if there is a more elegant way of doing this. I'm guessing it's going to require WMI, however I don't know enough
|
| BackgroundWorker and incremental results | 21 Jul 2007 18:02 GMT | 3 |
How do I implement the "incremental results" with a BackgroundWorker? Many pages, http://msdn2.microsoft.com/en-us/library/wewwczdw.aspx for example, tell that I should subclass the ProgressChangedEventArgs
|
| Read Backwards in a text file | 21 Jul 2007 17:47 GMT | 2 |
I'm trying to read a text file, and store the position of a specified line, and then later seek back to that line and start reading again. I'm using simple code like the following: StreaReader sr = new StreamReader("test.txt");
|
| Off Topic: Electronic Signatures and FDA Part 11 Compliance | 21 Jul 2007 17:22 GMT | 1 |
Apologies for asking this non-c# question here. I've run out of other avenues to explore and there are a wealth of bright and experienced developers active on this group, it is my hope that anyone with experience with FDA Part 11 or "Electronic Signatures" in general will ...
|
| Windows Live Messenger Skin | 21 Jul 2007 15:46 GMT | 1 |
I m developing a Dot net windows application, It ll look like Live messenger, How can I apply this kind of skins to my windows application ? Thanks
|
| multiline regex expression | 21 Jul 2007 13:36 GMT | 2 |
This should have been an easy expression to build, but I can't figure it out. I just want to match any text between the <!--scripts--> and <!- endscripts--> tag:
|
| [C# COM development] output by Regasm | 21 Jul 2007 11:54 GMT | 4 |
I am debugging and learning MSDN C# COM server sample. http://msdn2.microsoft.com/en-us/library/aa645738(vs.71).aspx I am using Regasm to generate Windows Registry scripts, here it is, I can understand that for C# COM Server, since it is managed code, it will
|
| SortedList<T> missing GetByIndex method? | 21 Jul 2007 08:09 GMT | 3 |
Sorry if this is a repost. My original post appears to have disappeared. Is it just me, or is the generic SortedList<T> missing a GetByIndex method. The old (non-generic) SortedList has a method that, given an
|