| Thread | Last Post | Replies |
|
| vista - managed code | 22 Nov 2007 20:51 GMT | 5 |
Just out of interest, how much of Vista, Office 2K8, Visual Studio 2K8 is written in managed code? guy
|
| Application inside remote Desktop? | 22 Nov 2007 20:11 GMT | 1 |
Did anyone ever need to know if your application is being run inside a remote desktop session? I have an application written in .Net 2.0 And I need to know if that application was started inside of a remote
|
| 32bit and 64bit devellop | 22 Nov 2007 18:04 GMT | 2 |
(I'm using Visual Studio 2008) I want my new develloper pc to be Vista 64bit, but all my clients are so far 32bit (XP), so my questions are: 1) Is it possible for me to tell VS2008 that the output should be 32bit?
|
| Release only problem calling a delegate from unmanaged code | 22 Nov 2007 09:12 GMT | 3 |
I have a managed wrapper class that has a delegate to be called from unmanaged code: public ref class CmmMessageCallbackWrapper {
|
| Sort part of an ArrayList | 22 Nov 2007 08:30 GMT | 4 |
I have: ArrayList mPreviousComments = new ArrayList(new string[]{"Please select a comment:"}); mPreviousComments contains multiple items with the first one being
|
| DatagridView | 22 Nov 2007 06:04 GMT | 4 |
How do you set the font size on a data grid? -Lou
|
| Windows Form DataGrid | 22 Nov 2007 06:03 GMT | 2 |
How do I limit a DataGridViewTextBoxColumn to digits only -Louie
|
| MSBuild | 22 Nov 2007 04:42 GMT | 7 |
This may not be the right place for this, but I can't find an MSBuild NG, so here goes... I'm trying to understand why this particular condition is placed in my build files: <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> Is it there just in case ...
|
| Singleton Patterns, where do I put it? | 21 Nov 2007 22:04 GMT | 4 |
I am working on a 3teired project, data,bizlogic, userinterface...I have a global class that at current is being passed around as parameters, this is, to say the least messy... I am reading up about singletons, but I wonder where to place it? Should I
|
| COUNTIF WITH Absolute references | 21 Nov 2007 13:40 GMT | 4 |
Pseudo code Count if greater than value in a reference cell Cell C3 would be: =COUNTIF(A1:A8,">=$B$1")/8
|
| How can i read file with .brf extension? | 21 Nov 2007 11:28 GMT | 3 |
Hi All, I'm working with an application that read CSV File and populate data into Datatable. but unfortunatly CSV file change to .BRF file, they are completly different.
|
| Windows Live Mail | 21 Nov 2007 10:08 GMT | 1 |
I can hardly read my messages from my Inbox. The text is so small but the text button is not highlighed. Everything else on my computer is fine. What can I co to increase the size of the text in the body of LIve mail?
|
| DTS package thru dot net | 21 Nov 2007 04:19 GMT | 1 |
My requirement is as follows: Dot net code calls a DTS package. DTS package has a dynamic variable saying the input file given is xyz.xls in some path on the drive, and it is mentioned to take data from Sheet1 of the
|
| Please help/ I'm desperate | 21 Nov 2007 04:14 GMT | 1 |
I am trying to open an email attachment. It was sent as a notepad. When I open I get letters, numbers and symbols. I was advised that I need to intall Adobe. I did so and I still get the same. What am I doing wrong? I am deperate as this attachment is extremely important.
|
| dotnet sql | 20 Nov 2007 23:35 GMT | 3 |
sql is integreted with dotnet 2.0 , i am confusing , how to create table ofcourse i can but still ia m filling that it is not riht plz give some direction and guid lines to me. vijay
|