| Thread | Last Post | Replies |
|
| Problem with one touch deployment | 08 Jun 2007 13:25 GMT | 7 |
I can create a new project, add a button that displays a MessageBox and then publish it to the localhost. This works as expected. However, when I publish an existing application, I get no errors yet the publish location is empty! This existing project was once copied across from
|
| Big picture question about the deployment of Winforms exe's | 08 Jun 2007 09:28 GMT | 2 |
I work in a company with a large corporate intranet. Many of the servers are both SQL Server hosts and file servers. For reasons beyond my understanding (i.e. management), it has been proposed that a new Winforms application be deployed by putting it on the same server
|
| Reverse TrackBar Control | 08 Jun 2007 09:27 GMT | 3 |
By default the trackbar control uses down equal to right and up equal to left. I want to make down equal to left and up equal to right. I know that I can behave that, importing SetWindowsLong from user32.dll and set the "TBS_DOWNISLEFT" style, but I'm searching for other way ...
|
| Smart Tags runtime usage | 07 Jun 2007 22:10 GMT | 1 |
I see that some of the windows controls like Panel , group box has a smart tag a gliph (an arrow) helping to configure commonly used properties at design time. Is there a way that we can use the smart tag gliph at runtime ? Thanks,
|
| How to add DeckWorkspace to VS05's General tab? | 07 Jun 2007 17:35 GMT | 1 |
Where is the DeckWorkspace component? I'm trying to get up to speed with CAB and am following the Patterns and Practices example. However, the instructions says to 'Drag a DeckWorkspace from the General table of the Toolbox into each..." but I don't have a DeckWorkspace component ...
|
| wierd grid problem - 2003 | 07 Jun 2007 16:02 GMT | 2 |
I have inherited an app, so I'm using the 2003 IDE... I'm trying to change the grid size, however, it doesn't matter whether it's 2,2 or 200, 200 or whether Snap to Grid is on or off It keeps the same grid size and snap to grid is always on.
|
| Newbie error... | 07 Jun 2007 13:54 GMT | 2 |
Rusted, actually. But the results are the same (bad). LOL. Hi guys, I have the error "An object reference is required for the nonstatic field, method, or property 'CoachLibrary.emailSender.checkBeforeSend(string)'" in
|
| Question about deployment of a Winforms app on a server | 07 Jun 2007 12:17 GMT | 1 |
(Excuse me if this is a duplicate. My previous post appears to have gotten lost.) I am currently working in at a company with a fairly large intranet (uses Active Directory). One of my co-workers is trying to deploy a Winforms
|
| MessageBox in the middel of the application form, not in the middle of the screen - .net 1.1 , VS 2003 | 07 Jun 2007 12:00 GMT | 3 |
I have the following problem, which seems to be simple, but I see no solution. If I have for example: MessageBox.Show(......)
|
| grid of user controls | 07 Jun 2007 08:42 GMT | 2 |
Looking for a bit of advice here. I'm building an application that needs to display a grid (days in a year or month along the top and people down the side) in which each cell is a user control. The number of rows and columns are both variable.
|
| need help on regex | 07 Jun 2007 05:45 GMT | 4 |
i'm a newbie to regex.... i need to check if a given string has more than two occurences of . in the begiining of string for ex, if string has value .test is valid but ..test is invalid
|
| WPF Picture drag/scroll like Google Map | 06 Jun 2007 19:30 GMT | 2 |
Just wondering if the WPF has a control to move picture on a form like google map? I know in .net 2 the picturebox doesn't have scroll function... Thanks
|
| HttpWebRequest and Vista Business | 06 Jun 2007 16:19 GMT | 2 |
I am using the following code to send a request to a web site. It works fine on XP and Vista Home, but on a machine running Vista Business it gives the error, ConnectFailure. I can browse to the site in IE7 on the same laptop with no problem. This code works fine on other ...
|
| Debugging a Windows Service | 06 Jun 2007 14:10 GMT | 2 |
I'm trying to do just this, debug a Windows Service. I tried some ways I found around the net but I wasn't able to get it to work. This I found at http://www.codeproject.com/dotnet/DebugWinServices.asp and seems like a nice approach, but when it talks about "<Your Service's ...
|
| autoscaling of winforms | 06 Jun 2007 12:14 GMT | 1 |
i'm a newbie to winforms.... i've designed few forms... but when the resolution is changed to lowest number.. i'm not able to see certain buttons on my form...
|