Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
Questionusing cab files Pin
JacquesDP31-Jul-06 0:01
JacquesDP31-Jul-06 0:01 
Questionstartup form? Pin
psamy30-Jul-06 23:37
psamy30-Jul-06 23:37 
AnswerRe: startup form? Pin
Colin Angus Mackay30-Jul-06 23:38
Colin Angus Mackay30-Jul-06 23:38 
AnswerRe: startup form? Pin
rah_sin30-Jul-06 23:59
professionalrah_sin30-Jul-06 23:59 
Questionpls help with this print codes Pin
skyeddie30-Jul-06 23:15
skyeddie30-Jul-06 23:15 
AnswerRe: pls help with this print codes Pin
Vipin Venugopal31-Jul-06 0:20
Vipin Venugopal31-Jul-06 0:20 
GeneralRe: pls help with this print codes Pin
skyeddie31-Jul-06 16:53
skyeddie31-Jul-06 16:53 
GeneralRe: pls help with this print codes Pin
Vipin Venugopal31-Jul-06 17:58
Vipin Venugopal31-Jul-06 17:58 
ok i got u now. What u have to do is from the print application u have developed remove the code. and paste it in the other form. the code u have to remove is

[STAThread]
static void Main()
{
Application.Run(new Form1());
}
and since u have developed the print application and other application differently. u might have to remove the code only form the print application. there is no need to do anything else on the other form ok. even after doing this if its still not working then u just right click the solution of the project take properties there in the general tab u will see StartUp object there u set the form which u want to run first. ok do let me if it works ok.

Vipin
GeneralRe: pls help with this print codes Pin
skyeddie31-Jul-06 18:54
skyeddie31-Jul-06 18:54 
GeneralRe: pls help with this print codes [modified] Pin
Vipin Venugopal31-Jul-06 19:03
Vipin Venugopal31-Jul-06 19:03 
GeneralRe: pls help with this print codes Pin
skyeddie31-Jul-06 19:16
skyeddie31-Jul-06 19:16 
GeneralRe: pls help with this print codes Pin
Vipin Venugopal31-Jul-06 19:21
Vipin Venugopal31-Jul-06 19:21 
GeneralRe: pls help with this print codes Pin
skyeddie31-Jul-06 20:10
skyeddie31-Jul-06 20:10 
GeneralRe: pls help with this print codes Pin
Vipin Venugopal31-Jul-06 20:24
Vipin Venugopal31-Jul-06 20:24 
Questionplacing the cursor Pin
sarojkumarjena30-Jul-06 23:09
sarojkumarjena30-Jul-06 23:09 
AnswerRe: placing the cursor Pin
stancrm30-Jul-06 23:29
stancrm30-Jul-06 23:29 
AnswerRe: placing the cursor Pin
LongRange.Shooter31-Jul-06 5:29
LongRange.Shooter31-Jul-06 5:29 
QuestionHow to disable "Ctrl+A, Ctrl+C" buttons on WebBrowser? Pin
COBECTb30-Jul-06 22:40
COBECTb30-Jul-06 22:40 
AnswerRe: How to disable "Ctrl+A, Ctrl+C" buttons on WebBrowser? Pin
Vipin Venugopal30-Jul-06 23:11
Vipin Venugopal30-Jul-06 23:11 
GeneralRe: How to disable "Ctrl+A, Ctrl+C" buttons on WebBrowser? Pin
COBECTb30-Jul-06 23:38
COBECTb30-Jul-06 23:38 
GeneralRe: How to disable "Ctrl+A, Ctrl+C" buttons on WebBrowser? Pin
Vipin Venugopal31-Jul-06 0:03
Vipin Venugopal31-Jul-06 0:03 
GeneralRe: How to disable "Ctrl+A, Ctrl+C" buttons on WebBrowser? Pin
COBECTb31-Jul-06 3:33
COBECTb31-Jul-06 3:33 
GeneralRe: How to disable "Ctrl+A, Ctrl+C" buttons on WebBrowser? Pin
Vipin Venugopal31-Jul-06 20:29
Vipin Venugopal31-Jul-06 20:29 
GeneralRe: How to disable "Ctrl+A, Ctrl+C" buttons on WebBrowser? Pin
COBECTb3-Aug-06 5:54
COBECTb3-Aug-06 5:54 
QuestionSimple question... Pin
SoftcodeSoftware30-Jul-06 22:02
SoftcodeSoftware30-Jul-06 22:02 

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.