Click here to Skip to main content
15,912,329 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Through one router only, will UDP package out of order? Pin
MicroVirus9-Aug-11 14:02
MicroVirus9-Aug-11 14:02 
QuestionRecommendation for Charts control Pin
devvvy27-Jul-11 20:51
devvvy27-Jul-11 20:51 
AnswerRe: Recommendation for Charts control Pin
RobCroll9-Aug-11 0:26
RobCroll9-Aug-11 0:26 
QuestionParent UserControl fails to draw when child UserControl is updated. Pin
cjb11024-Jul-11 1:15
cjb11024-Jul-11 1:15 
AnswerRe: Parent UserControl fails to draw when child UserControl is updated. Pin
Dave Kreskowiak24-Jul-11 3:24
mveDave Kreskowiak24-Jul-11 3:24 
GeneralRe: Parent UserControl fails to draw when child UserControl is updated. Pin
cjb11025-Jul-11 2:41
cjb11025-Jul-11 2:41 
QuestionDeploy Windows Application Pin
Ramkumar_S21-Jul-11 18:07
Ramkumar_S21-Jul-11 18:07 
AnswerRe: Deploy Windows Application [modified] Pin
dan!sh 21-Jul-11 20:58
professional dan!sh 21-Jul-11 20:58 
Just build the code in Release/Any CPU mode. It will create the exe and other required files in bin/release folder. You can use that.

Update (Thanks to Rob): Make sure you copy all the files in the folder to the client machine. Moreover, the application still may or may not work on the client computer. For instance, if you are using ODP.Net (Oracle Data Access provider), it must be installed on the client computer. Copying plain exe will not work here.

Make sure you have properly analyzed and considered most of the possibilities before you distribute the exe and associated files.
"The worst code you'll come across is code you wrote last year.", wizardzz[^]
modified on Friday, July 22, 2011 4:06 AM

AnswerRe: Deploy Windows Application Pin
RobCroll21-Jul-11 21:25
RobCroll21-Jul-11 21:25 
GeneralRe: Deploy Windows Application Pin
dan!sh 21-Jul-11 22:07
professional dan!sh 21-Jul-11 22:07 
AnswerRe: Deploy Windows Application Pin
Bert Mitton18-Aug-11 5:54
professionalBert Mitton18-Aug-11 5:54 
QuestionPlotting large amounts of data Pin
EitsopGmail15-Jul-11 2:58
EitsopGmail15-Jul-11 2:58 
AnswerRe: Plotting large amounts of data [modified] Pin
BillWoodruff17-Jul-11 20:48
professionalBillWoodruff17-Jul-11 20:48 
QuestionNeed to SendMesssage to controls placed on some remote .NET managed processes from some simulator's process. Pin
glitteringsound14-Jul-11 12:19
glitteringsound14-Jul-11 12:19 
QuestionWhy Control.FromHandle(IntPtr) returns null in one hooked process and returns valid object of “Form”? in another hooked process? Pin
glitteringsound29-Jun-11 3:13
glitteringsound29-Jun-11 3:13 
Questionwindows datagrid drill down returns relation name [modified] Pin
Amit Sk Sharma28-Jun-11 23:50
Amit Sk Sharma28-Jun-11 23:50 
AnswerRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 1:37
mveDave Kreskowiak29-Jun-11 1:37 
GeneralRe: windows datagrid drill down returns relation name [modified] Pin
BobJanova29-Jun-11 1:59
BobJanova29-Jun-11 1:59 
AnswerRe: windows datagrid drill down returns relation name Pin
Eddy Vluggen29-Jun-11 2:59
professionalEddy Vluggen29-Jun-11 2:59 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 4:28
mveDave Kreskowiak29-Jun-11 4:28 
GeneralRe: windows datagrid drill down returns relation name Pin
BobJanova29-Jun-11 7:16
BobJanova29-Jun-11 7:16 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 7:30
mveDave Kreskowiak29-Jun-11 7:30 
GeneralRe: windows datagrid drill down returns relation name Pin
Amit Sk Sharma29-Jun-11 2:08
Amit Sk Sharma29-Jun-11 2:08 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 4:50
mveDave Kreskowiak29-Jun-11 4:50 
QuestionTwin TreeView Pin
Ger Hayden11-Jun-11 22:41
Ger Hayden11-Jun-11 22:41 

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.