| Thread | Last Post | Replies |
|
| FA: Visual Studio .net Professional 2003 - Starting bid $29.99 | 07 Nov 2004 03:58 GMT | 1 |
http://cgi.ebay.ca/ws/eBayISAPI.dll?ViewItem&rd=1&item=7111272515&ssPageName=STR K:MESE:IT For Auction: A like-new copy of Microsoft Visual Studio .net Professional Edition, 2003. The item is in its original box and includes all original
|
| URGENT MESSAGE HELP JUST READ! NEED YOUR HELP TO GET A HOT GIRL PLEASE HELP FAST!!! | 07 Nov 2004 00:26 GMT | 2 |
When i sign in to hotmail it says the following: Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web browser that Hotmail does not support. If you
|
| asp.net/global.asax application variable | 06 Nov 2004 20:40 GMT | 2 |
This is a real basic question. How can I use a variable that I have included in global.asax in my webform in a web application? Thanks for your help in advance. Would appreciate any help.
|
| modify exe file | 06 Nov 2004 17:38 GMT | 1 |
how would i write a small app in .net that disassembles an exe like win32dasm? what i want to do is search for a specifc asm function and replace it with a different function...kind of like hex editing. how would i go about doing something like this?
|
| Bound Property problem | 06 Nov 2004 16:14 GMT | 2 |
I added a property to the asp.net textbox. It is set as bindable and i am able to do so. When i go to read the property the value is not there. Somehow it isn't persisted on the server. I tried using ViewState() to set and read the property and it did nothing. Here is the code I ...
|
| Session array in c# | 06 Nov 2004 13:18 GMT | 3 |
I am trying to create a session array then use the array in a foreach. I get an error saying: "foreach statement cannot operate on variables of type 'object' because 'object' does not contain a definition for 'GetEnumerator', or it is inaccessible"
|
| Writing fixed length files | 06 Nov 2004 11:49 GMT | 1 |
VB6 allowed you to define User types that you could write to file using the [Put] statement. This is a nice way to generate fixed length text files. See Below. How do you do this in VB.NET?
|
| static lib run as native code? | 06 Nov 2004 11:41 GMT | 1 |
If I statically link a library (unmanaged c++) in managed c++, does it run under native code like calling a DLL?
|
| fatal error CS0042: Unexpected error creating debug information fi | 06 Nov 2004 06:57 GMT | 4 |
I keep getting this error while building a solution with more than 10 projects. The solution/projects are open only in one instance of Visual Studio 2003 and the application (Windows Forms) isn't runnig.
|
| calender | 06 Nov 2004 04:43 GMT | 4 |
I have a textbox, when I double click on it I need to see a calendar and when I select a date I need the date be in the textbox and calendar disappears. How can I do this? Is there any sampel code? Thanks,
|
| Performance Problems with Zero Touch deployed WinForm Application | 06 Nov 2004 02:43 GMT | 3 |
Hi, we try to deploy a quite heavyweight .NET (C#) Rich Client App (2 Tier) via IIS Server Zero Touch, but it requires about 4-6 times more Processor Time and is thus 3-4 times slower than if started locally. We have already set up Dummy Resource Files and we can see from the Web
|
| VB .Net WIN Forms | 06 Nov 2004 02:16 GMT | 2 |
I need your help with VB .Net forms. I have an MDI Parent form and several MDI Children in my VB .Net App. I have noticed that when I close the MDI Parent the closing event of the MDI Children does not fire.
|
| Trying to create text editor that supports VS.Net like regions | 05 Nov 2004 22:38 GMT | 3 |
I need to create a text editor that supports VS.Net like regions, where you can expand and collapse a certain part of the text when it is enclosed in #region - #endregion. Any suggestions or pointers where to start or where to look?
|
| Draw without Alpha Channel? | 05 Nov 2004 22:04 GMT | 1 |
Please excuse me if this should've been posted elsewhere, but I couldn't find a GDI+ specific forum, and since the classes are part of .NET, I thought maybe someone here would have more experience with GDI+ than I have.
|
| Understanding Application.DoEvents | 05 Nov 2004 22:00 GMT | 24 |
I'd like to understand consequences of Application.DoEvents call. Does it create a new thread? Thank you
|