Click here to Skip to main content
16,020,377 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How to restrict no of copies in printdialog of any printer Pin
manjari kar14-Jun-09 18:35
manjari kar14-Jun-09 18:35 
GeneralRe: How to restrict no of copies in printdialog of any printer Pin
Dave Kreskowiak15-Jun-09 0:53
mveDave Kreskowiak15-Jun-09 0:53 
GeneralRe: How to restrict no of copies in printdialog of any printer Pin
manjari kar17-Jun-09 1:18
manjari kar17-Jun-09 1:18 
GeneralRe: How to restrict no of copies in printdialog of any printer Pin
Dave Kreskowiak17-Jun-09 1:33
mveDave Kreskowiak17-Jun-09 1:33 
GeneralRe: How to restrict no of copies in printdialog of any printer Pin
manjari kar17-Jun-09 2:13
manjari kar17-Jun-09 2:13 
GeneralRe: How to restrict no of copies in printdialog of any printer Pin
subashis halder30-Jun-09 15:48
subashis halder30-Jun-09 15:48 
QuestionHow can i run my installed application on remote PC using dot net? Pin
RA|-|UL PATEL6-Jun-09 0:08
RA|-|UL PATEL6-Jun-09 0:08 
AnswerRe: How can i run my installed application on remote PC using dot net? Pin
Dave Kreskowiak6-Jun-09 4:30
mveDave Kreskowiak6-Jun-09 4:30 
You cannot do that. A process launched remote cannot be launched as an interactive process. The users will never see the form, even though the app will be running.

The process has to be launched by the user on their own machine in order to be visible. I think you need to rethink your design... perhaps using a web forms-based solution and an internal web server.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionListView multi-select checkbox bug [modified] Pin
molesworth5-Jun-09 6:17
molesworth5-Jun-09 6:17 
AnswerRe: ListView multi-select checkbox bug Pin
hground26-Mar-10 6:43
hground26-Mar-10 6:43 
QuestionWinform RDLC Report Problem-VS 2005 Pin
Siddhartha S.5-Jun-09 2:06
Siddhartha S.5-Jun-09 2:06 
QuestionHow and where windows remember the window size Pin
rameshbabu_peddapalli4-Jun-09 9:34
rameshbabu_peddapalli4-Jun-09 9:34 
AnswerRe: How and where windows remember the window size Pin
Dave Kreskowiak4-Jun-09 9:46
mveDave Kreskowiak4-Jun-09 9:46 
GeneralRe: How and where windows remember the window size Pin
rameshbabu_peddapalli4-Jun-09 19:41
rameshbabu_peddapalli4-Jun-09 19:41 
GeneralRe: How and where windows remember the window size Pin
Dave Kreskowiak5-Jun-09 3:50
mveDave Kreskowiak5-Jun-09 3:50 
QuestionRe: How and where windows remember the window size Pin
Baeltazor11-Jun-09 18:54
Baeltazor11-Jun-09 18:54 
AnswerRe: How and where windows remember the window size Pin
Dave Kreskowiak12-Jun-09 11:05
mveDave Kreskowiak12-Jun-09 11:05 
AnswerRe: How and where windows remember the window size Pin
Luc Pattyn12-Jun-09 11:22
sitebuilderLuc Pattyn12-Jun-09 11:22 
QuestionDynamically change the Crystal report Pin
bruze4-Jun-09 0:38
bruze4-Jun-09 0:38 
Questionbreakpoint is skiping out Pin
Choubey Prashant3-Jun-09 23:06
Choubey Prashant3-Jun-09 23:06 
AnswerRe: breakpoint is skiping out Pin
Dave Kreskowiak4-Jun-09 1:34
mveDave Kreskowiak4-Jun-09 1:34 
AnswerRe: breakpoint is skiping out Pin
Henry Minute5-Jun-09 5:22
Henry Minute5-Jun-09 5:22 
QuestionIs it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
rj_hogan3-Jun-09 4:25
rj_hogan3-Jun-09 4:25 
AnswerRe: Is it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
Dave Kreskowiak3-Jun-09 5:37
mveDave Kreskowiak3-Jun-09 5:37 
GeneralRe: Is it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
rj_hogan3-Jun-09 6:35
rj_hogan3-Jun-09 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.