| Thread | Last Post | Replies |
|
| HtmlImage | 22 Dec 2005 04:31 GMT | 2 |
I have been trying to use an HtmlImage inside a Panel in an ASP.NET application. I discovered that text dynamically generated by the client persists inside the Panel across round trips but HtmlImage controls do not. However the ListItem controls I used dynamically generated by ...
|
| Creating a keyboard shortcut on windows form | 22 Dec 2005 01:39 GMT | 1 |
What is the best why to create a custom keyboard shortcut (eg alt-a) on a .Net form using C#? Thanks
|
| Running code using another user context | 22 Dec 2005 01:38 GMT | 1 |
Good Evening, I Would like to know if is it possible to execute some code with another user's context, of course, typing its username and password. I lnow its possible in Visual Basic 6, but I would like to know how its possible in C#
|
| knowing which application has focus | 22 Dec 2005 01:36 GMT | 1 |
I am creating a program to monitor the open applications on a desktop (kinda like "Applications" tab in the Windows Task Manager). You can access all of the information you can see in the Task Manager, but I want to add some functionality.
|
| CollectionBase and DictionaryBase in vs 2005 | 22 Dec 2005 01:06 GMT | 4 |
Does anyone know a good example that demonstrates the working of CollectionsBase and DictionaryBase in vs 2005? THanks Vivek
|
| Formating money for display in a textbox | 22 Dec 2005 00:56 GMT | 7 |
I have a textbox that displays money, I cannot find out how to format it so it displayes like '$123.00' what i get now is '123.00'. Can someone point me in the right direction? Thanks in advance!!!
|
| ebXML & .NET ? | 21 Dec 2005 23:52 GMT | 1 |
A customer of mine needs to get set up as an ebXML client in order to receive labor data from VW, and I am tasked with getting this up and running. This might be the first in a line of ebXML "subscriptions" taken on for the enterprise, so I need to keep that in mind.
|
| comm port input bytes getting...randomly?...offset by 128 | 21 Dec 2005 23:18 GMT | 4 |
I'm having an odd problem where im reading input from a comm port (the maker of the software that exports the data TO the comm port is unhelpful). What im reading is fixed length (13 character) sets of data seperated
|
| COM Interop Static Classes | 21 Dec 2005 23:15 GMT | 2 |
Is it possible to expose a static class to COM? Thanks Alan
|
| [API] Delegates and Parameters | 21 Dec 2005 22:35 GMT | 2 |
I am trying to get an API (EnumResourceNamesW - kernel32) to pass a specific parameter to the call-back function. The declaration I currently have for EnumResourceNamesW is: [
|
| CSGL | 21 Dec 2005 22:19 GMT | 1 |
I am using CSGL Library , and when i am trying to make a debug build from visual studio .net 2003 it succeeded , and when i am trying to make a release build it failed and give me the following message "An unhandled exception of type 'System.ArgumentException' occurred in
|
| Invalid attempt to read when no data is present | 21 Dec 2005 22:18 GMT | 4 |
I'm using a datareader to get data from an sql table. The line that gives the error is as follow, dtrReceivers["Site_V"].ToString() which gives the error,
|
| "COM object that has been separated from its underlying RCW cannot be used." | 21 Dec 2005 21:53 GMT | 2 |
(I posted this in the ADO.NET NG, but didn't get any responses) I've started getting this exception since installing vs2005 "COM object that has been separated from its underlying RCW cannot be used." The code this is causing the exception is:
|
| What's the difference? | 21 Dec 2005 20:58 GMT | 5 |
I've got an application I'm converting from VB6 to C# 2005. I've broken my problem down to this (Run on same machine seconds apart): This works. Dim dd As New DOMDocument
|
| Locking Reference Objects | 21 Dec 2005 20:52 GMT | 7 |
I have a DataSet that is cached deep down in a business layer object. Higher up, there's a merge being performed on that object and it very occassionaly throws a NullReferenceException deep down in the merge code. I suspect that the DataSet is being edited during the merge by
|