| Thread | Last Post | Replies |
|
| Newbie: Button does not show (C#) | 12 Aug 2003 14:59 GMT | 2 |
I've got the code shown at the end. When I compile and run the form from the CLI, a blank form shows (no button is visible). What's my newbie mistake??? TIA,
|
| MouseKeys Accessibility mode - Odd behavior | 08 Aug 2003 22:06 GMT | 2 |
Is there a known problem with the MouseKeys mode? I am setting the mouse speed and acceleration using the Accessibility Options dialog, going to the Mouse tab and pressing the Settings button. If I set Speed to the
|
| Using framework 1.1 with Visual Studio 7 | 07 Aug 2003 17:05 GMT | 3 |
Is there a well supported way for making Visual Studio 7.0 work with .NET framework 1.1? Thanks in advance Jeff
|
| Create a mixed dll | 06 Aug 2003 17:06 GMT | 1 |
I want to build a mixed dll in VC++.NET 2002 to get advantage from code performance (using ASM and point arithmetic) and use the framework infrastructure to use libraries into VB.NET and C# without pInvoke. How can I do? Please, somebody can give me code sample or link where can I ...
|
| How to change font style for highlighting using ITextDocument | 04 Aug 2003 10:07 GMT | 1 |
Using the Rich Edit Control I am able to change the font style at will for text ranges but this causes the document to be flagged as modified which is not what I want, how can I modify the font but not effect the modified flat? Eli
|
| Socket Select Limit | 03 Aug 2003 07:14 GMT | 1 |
There seems to be a 64 element limit on any socket list passed as a argument to the select method. Is there any way to change that limit?
|
| Visual Studio .net and Norton Internet Security | 02 Aug 2003 21:10 GMT | 1 |
If you use Norton Internet Security, you might be having the same problem I'm having when developing on Visual Studio .net. Before, when using vb6, I had only once to set a rule on the firewall to permit VB6.exe to access the internet and I could run any project without
|
| Unable to uninstall assemblies from the global assembly cache... | 01 Aug 2003 19:09 GMT | 3 |
I have encountered a situation where I am unable to remove a .NET assembly from the GAC. The message I receive is "Assembly 'assemblyname' could not be uninstalled because it is required by other applications." Although I
|
| Regex (?(expression) yes|no) How to use this? | 01 Aug 2003 03:13 GMT | 1 |
I need an exemple of how to use these following 2 Alternation Construncs: (?(expression)yes|no) (?(name)yes|no) Source:
|