| Thread | Last Post | Replies |
|
| Avoiding deadlock caused by Invoke | 12 Dec 2004 19:40 GMT | 6 |
I?ll try to explain my situation as clearly as possible? J I have a UI form that fires a worker thread. The worker thread regularly updates the UI via an Invoke (naturally). So far so good. The UI form also has a button that can abort the thread. What I?m trying to achieve is for
|
| IIS on Windows XP Home | 12 Dec 2004 02:15 GMT | 2 |
Does anyone know if there's a way to install IIS on Windows XP Home Edition, other than upgrading to Windows XP Professional ? Thanks,
|
| Software written in .Net | 11 Dec 2004 23:48 GMT | 6 |
If software is written in .Net technology, is it possible for that application to operate on a Mac. I know no one with a Mac, can't test it, and don't know where to turn. Does anyone have any advice? If I am being to vague let me know I will elaborate a bit more. Please help?
|
| C# and VB.NET | 11 Dec 2004 22:34 GMT | 5 |
Why does C# seem to get more "play" in the .NET world? Don't both of these languages compile to the same IL language. I know both languages has its own little features; but when I look at job postings I get concerned when I see verbage like "C# is a Must". I program mostly in ...
|
| Is my application running from a console? | 11 Dec 2004 20:59 GMT | 9 |
Is there a way to tell if my application is running from a command line (console) or if it is running in a windowed environment (double-clicked)? I want to send errors to a popup if it's windowed, or to the console if it's command-line.
|
| SmtpMail error when sending mail | 11 Dec 2004 04:29 GMT | 1 |
I have a form which is i lost my password . When user enters mail address , the system send a mail to user mail address. But it gives an Relay Error . How can the system send mail ?
|
| Visual Studio Functionality | 10 Dec 2004 22:54 GMT | 3 |
We're having a bit of a quandary at my office and this seems to be the perfect place to get the answer and perhaps some clarification. Currently, the "official" architecture for my organization is J2EE. It is my understanding that the .NET framework serves essentially the same ...
|
| Enter Key and PostBack? | 10 Dec 2004 20:41 GMT | 1 |
I noticed that I get a PostBack in my LoadPage() method whenever a user hits the Enter Key in a TextBox in a browser window. Why do I get the Postback? Can you identify that the Enter Key and which TextBox caused the PostBack? If not is there some way (except for javascript) to ...
|
| Componts choice: Janus, Infragistics or ComponentOne | 10 Dec 2004 14:22 GMT | 7 |
I'm searching for a .net component library, developing WinForms application. Which one would be suggested? Thanks Chris
|
| IntPtr to a boolean in VB? | 10 Dec 2004 13:55 GMT | 5 |
Wrapping an unmanaged DLL I've got this declaration: '------------------------------------------Set Attribute Value Declare Auto Function KSetAttributeValue Lib "DCSPro4SLR.dll"_ Alias "KPDCSetAttributeValue" (ByVal inRef As IntPtr, ByVal inAttrID As
|
| Clipboard Class | 10 Dec 2004 12:28 GMT | 1 |
We are using clipboard across the length and breadth of our app. What is the class that is used for clipboard in .Net?
|
| My Pictures and Setup Project | 10 Dec 2004 10:52 GMT | 1 |
How do I place pictures in the My Pictures Folder from a Setup Project? I do not see anything that resembles this directory inside Custom Folders within the Setup Project. Thanks,
|
| Saving event logs | 10 Dec 2004 05:47 GMT | 1 |
Is there any way through .net to save off the application event log to a file short of looping through each entry and saving it? I need the "Save As" functionality provided in event viewer in my application.
|
| COM+ application is in an unstable state | 10 Dec 2004 05:35 GMT | 2 |
(apologies for the multiple post) We developed a component that uses enterprise services. the component seems to run fine. we don't see any memory leaks. it seems that after running for a period of time (several hours), and after
|
| Version of Dll in GAC | 09 Dec 2004 23:24 GMT | 3 |
I have a .net assembly installed to the GAC. My question is that do I have to change the version nunmber from AssemblyInfo.vb(I use VB.NET) every time I make some changes for this DLL ?
|