| Thread | Last Post | Replies |
|
| How to beep or play any sound? | 13 May 2004 09:14 GMT | 1 |
Is there any classes in .NET for playing sound, link sounding a beep? Many thanks in advance, Yee
|
| Timer event pauzes when application is inactive | 13 May 2004 08:21 GMT | 6 |
I'm coming across the following problem. I have a application that "pauzes" when the application becomes inactive. The application has a timer and on the Tick event, the timer is being stopped, some functions are being executed, and then the timer is enabled again. This should ...
|
| Windows 2000 patch and Framework 1.1 | 13 May 2004 07:54 GMT | 1 |
After installation of updating for windows 2000 (Security Bulletin MS04-011), my program began to work slowly. Method Graphics.DrawImage( Metafile, ....) which was worked out earlier for one second, began to be
|
| Nested Threads | 13 May 2004 07:47 GMT | 8 |
I need to use Nested Threads, I can throw a parent thread and then throw his son threads, but my problem is to make a pause, because sometimes I can't throw all son threads, I have to throw for example three, then I wait to finish to execute them and then throw the last two ...
|
| Invisible toolbar buttons | 13 May 2004 07:40 GMT | 1 |
I have added a toolbar to my WinForms app. The toolbar has 3 buttons and a separator. I have associated an imagelist with the toolbar and setup the images and buttons appropriately. At design-time I can see the bitmaps on the buttons, but when I run the
|
| How do I get the type for "out System.Data.DataTable" in code? | 13 May 2004 06:28 GMT | 1 |
Hi, I'm working on an ASP.Net project, and using reflection to make a call to a method. The method signature is like this public void Method1(string SortInfo, int PageNum, int Records, out DataTable Table, out bool Result So, the problem I am having is get the type for the ...
|
| Console Applications question | 13 May 2004 05:06 GMT | 4 |
I've been searching for a clue for this but can't find one. Is possible to create an aplication with something like: "Decompressing... x%" Where the x will be changing with the evolution of the decompression in
|
| GAC and the .NET IDE | 13 May 2004 02:24 GMT | 6 |
I have done a lot of poking around on the newsgroups trying to find a good explanation as to why I have to take the extra step of making a registry entry in order for the .NET IDE to show my registered GAC assemblies. I understand technically why they don't show up but why
|
| Rijndael encryption | 13 May 2004 01:55 GMT | 1 |
I am looking at using the Rijndael cryptography class on the dot net side, and the use a peer algorithm written in C language. It is not clear to me - by reading the Advanced Encryption System (AES) based on Rijndael - how is the IV (initialization vector) part of the algorithm. The ...
|
| Connection through socket to an authenticated proxy server | 13 May 2004 01:13 GMT | 3 |
How can an authenticated proxy be connected to using .NET Sockets from Client I need this for writing a FTP Client application Thanks in advance Regards
|
| File Attributes | 12 May 2004 23:58 GMT | 1 |
I have a file shortcut from whcih I need to extract the target property which points to the file. I have looked at FileInfo but don't have a Target property. I'd really appreciate if somebody could tell me how to go about extracting target info from a .lnk file (shortcut file)
|
| Reflection (again!)--how do I identify a Visual Basic Module? | 12 May 2004 23:47 GMT | 3 |
Subject pretty much says it all. When iterating over GetTypes(), Modules have their IsClass property set to True (and there's obviously no IsModule property--I'm not THAT dense), so currently my code is interpreting them as classes. Any suggestions?
|
| Smart client chat | 12 May 2004 22:22 GMT | 1 |
Just a note that we'll be hosting an online chat tomorrow concerning Smart Device Programming with Visual Studio .NET 2003. Members of the development team (and probably a few of those wacky MVPs ;-) will be on hand ready to answer your questions, so bring 'em on!
|
| DataSets and DdataTtable question? | 12 May 2004 21:26 GMT | 1 |
I have two DataTables in a DataSet. I would like to create a third DataTable in the same DataSet that is a Join of the two original DataTables. The two tables are extracted from two different database on two seperate servers, so doing it at time of creation is not an option. ...
|
| DLL disassembly | 12 May 2004 21:13 GMT | 2 |
I've developed a web control and compiled it to dll.But The dll can be disassembly and shown most of the source code. What should I do if I deploy the dll to clients and wanna protect the source code at the same time?
|