| Thread | Last Post | Replies |
|
| Random Crash in my .NET Program | 02 Jun 2005 16:23 GMT | 4 |
I am getting a random crash in my program. I think it has to do with the only listbox I have. It uses the WMP to play songs and when a song completes I set the selected item in the listbox. I am assuming that is has to do with the listbox because of this line:
|
| ApplicationName that appears in SQL Server trace | 02 Jun 2005 15:03 GMT | 2 |
Can this value be set in a .Net application so that the ApplicationName that appears in SQL Server trace is customised??
|
| Using reflection to get type members | 02 Jun 2005 11:15 GMT | 2 |
I am new to using reflection, and I can't understand why this code fails for sClass="CheckBox" 'get loaded assemblies oAssemblies = AppDomain.CurrentDomain.GetAssemblies()
|
| Can I apply TabControl in a web-based project ?? | 02 Jun 2005 10:00 GMT | 2 |
Dear all .Net experts, I found that the TabControl function is only available in the Windows-based project .... it's quite an urgent problem for me ... please reply me if anyone have idea
|
| Assembly Security. | 02 Jun 2005 09:22 GMT | 4 |
I have a solution with 2 projects. The first creates a DLL. the second a EXE which references the DLL. Some classes and functions within the DLL have to be public so I can use them in the EXE project.
|
| adding reference in visual studio | 02 Jun 2005 09:21 GMT | 2 |
I'm getting this error while trying to build my project although I have added a reference to PowerPoint which is installed on my machine. How to solve this problem? thanks. The error is:
|
| CDO Mail Problem | 02 Jun 2005 08:43 GMT | 1 |
I am having a strange problem; I am hoping someone can help me. I am sending email through my vb.net program using the cdo model with this code: Dim objMail As New CDO.Message
|
| ASP.Net Newbie Question: Upload Files | 02 Jun 2005 03:58 GMT | 1 |
Newbie to Visual Web Designer (ASP.net 2.0 b2) I'm completely rewriting an Access application we use to track the progress of Tax Audits. Part of the functionality provided was a means to attach files (Excel, Word, PDFs, etc.) to the database by making a
|
| ASP. NET 1.1 | 02 Jun 2005 03:21 GMT | 2 |
I have been trying to learn to program web projects and I can not seem to get the web server on my desktop or another on my network to allow me to start a web page. I have seen this question asked in my review of this group but have yet to
|
| Asp.net update records using sql stored procedures | 01 Jun 2005 21:48 GMT | 1 |
I have used stored procedures to insert and select but for some reason I can not get this code to update records. Please help I must have made a dumb mistake STORED PROCEDURE
|
| Forms inaccuratly calculate size | 01 Jun 2005 21:48 GMT | 2 |
I have a fairly straight-forward form that loads preferences upon running, and saves them upon exiting. Included in the preferences are things like window size & location, working directory, etc. There seems to be a problem with the way the size of the form is being
|
| .Net vs MFC | 01 Jun 2005 21:37 GMT | 3 |
I'm confused about MFC and .NET. I programmed C++ under MFC several years ago, but haven't touched it since. I assume from what I read of .Net that MFC is no longer used when writing applications using the .Net framework. Is that correct?
|
| lastLogon | 01 Jun 2005 20:56 GMT | 1 |
I am trying to get an accurate lastLogon for a user. Is there a way to loop thru each domain controller in the domain without explicitly naming them? If so, does anyone have sample C# code they would like to share? thanks rick From: rick giardini
|
| WinNT provider, c#, retrieving NT computers | 01 Jun 2005 19:21 GMT | 2 |
My application needs to enumerate computers on both AD domains and also on existing NT domains. The earch of Ad domains was a snap, but the WinNT provider errors out telling me you cannot search on this provider. I need to return a list of computers (and distinguish servers fron ...
|
| Storing user settings file | 01 Jun 2005 18:42 GMT | 7 |
I have an application we are building that will be used by a number of different users on shared PCs. I want to be able to store a number of user settings in a location that is unique for each user, so that one user's settings do not affect another. Is there a "standard" ...
|