| Thread | Last Post | Replies |
|
| SOS.dll | 15 May 2008 03:00 GMT | 5 |
Is this the place for questions related to sos.dll debugging ?? /Peter
|
| BACK BUTTON Internet Explorer | 15 May 2008 00:50 GMT | 8 |
It's possible to dosable programmaticaly tha back button of Internet Explore in my asp.net web pages (VB). thank's
|
| WPF equivalence to checkBox1.AutoCheck = false | 14 May 2008 19:31 GMT | 1 |
I want a button-like control (with a bool state) that the user clicks but is not set instantly but through code based on some conditions... with old WinForm I could use a CheckBox with AutoCheck set to false and display as button ... but in WPF these properties is not available . ...
|
| System.Reflection.Emit and Namespaces | 14 May 2008 08:58 GMT | 1 |
Don't know if this is the place to ask but.. I am writing a compiler for .net as a way of learning about how the .net languages and the CLR work and I am confused about how references and namespaces work with the Emit namespace. I am trying
|
| Contacts | 14 May 2008 03:45 GMT | 3 |
Hi, I am just wondering if there is a way to put my contacts list on the windows mail main page when it opens like it is in outlook, (contacts list is under the inbox, junk mail folders etc on the left hand side)
|
| Folders and content of folders created by other software are invis | 14 May 2008 00:37 GMT | 1 |
I created a download folder for gigatribe. From gigatribe I can find the folder and its contents, but not through explorer. A similar issue happened with VuePrint, the photo editing/managing software that I use. If I move something to an existing folder I can find the file. If
|
| How to tell an assembly is loaded | 13 May 2008 17:52 GMT | 3 |
How can I tell an assembly is loaded? I want to avoid redundant Assembly.LoadFrom(..) calls.
|
| checkbox template | 13 May 2008 16:45 GMT | 1 |
How do I make a template for a WPF Checkbox to look like a WPF Button? /Max
|
| SharedPerformanceCounter.CreateInstance exception | 13 May 2008 11:12 GMT | 12 |
We have written a SOAP Extension assembly that writes timings and method counts to Performance Counter instances every time a Web Method is invoked. This has been working stably for some years. Recently one one server or another we have noticed some exceptions coming
|
| Issuing multiple Socket.BeginReceiveFrom() calls at one go | 13 May 2008 01:25 GMT | 4 |
In all the samples that illustrate the use of Socket.BeginReceiveFrom(), once a BeginReceiveFrom() call is issued, then we wait for an incoming message, and then (a) either another BeginReceiveFrom() is issued from the
|
| Image will not show on monitor and projector at same time | 12 May 2008 22:06 GMT | 1 |
I know there is a place on a desktop computer that you can toggle so that you can have your screen show what your projector is showing. I have gone totally blank and can't remember how. I'm using XP SP2. You'd think it would be in control panel. if it is, I don't recogize it. I ...
|
| TransactionScope in C# | 12 May 2008 14:16 GMT | 2 |
I would like to handle transaction in MsSql 2005 and Oracle both in the same time, and i want to provide safe way in case when something goes wrong. Databases installed on two different host, client have remote communication with db.
|
| Outlook | 12 May 2008 14:15 GMT | 1 |
On a very regular basis and for no apparent reason, Outlook will lock up. Does anyone else have this problem and is there a cure?
 Signature Reggie G
|
| FORMVIEW CONTROL | 12 May 2008 04:01 GMT | 5 |
I have added a formview to my asp.net page and i have ad this code: ------------------------------------------------------------------------------------------------------------------------------------------------ FormView1.DataSource = leggidatinave(Session("agenzia"), ...
|
| Problem with UserControl | 12 May 2008 01:19 GMT | 6 |
We are facing problem with usercontrol in windows application. We have a usercontrol that is placed on a window form. User control contains some code that interact with the oracle database on Load event. But it seems like the code contained inside the usercontrol load event is ...
|