Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
QuestionCreate and set Printer port? Pin
Sebastian P.R. Gingter22-Feb-07 0:42
Sebastian P.R. Gingter22-Feb-07 0:42 
QuestionClient-Server Problem Pin
stancrm22-Feb-07 0:31
stancrm22-Feb-07 0:31 
AnswerRe: Client-Server Problem Pin
Mike Dimmick22-Feb-07 0:57
Mike Dimmick22-Feb-07 0:57 
Questionsynchronisation Pin
Sunshine Always22-Feb-07 0:16
Sunshine Always22-Feb-07 0:16 
AnswerRe: synchronisation Pin
Judah Gabriel Himango22-Feb-07 4:52
sponsorJudah Gabriel Himango22-Feb-07 4:52 
Questionconversion problem VS 2003 to VS 2005 Pin
ArthurGZ21-Feb-07 23:48
ArthurGZ21-Feb-07 23:48 
AnswerRe: conversion problem VS 2003 to VS 2005 Pin
Stefan Troschuetz22-Feb-07 0:02
Stefan Troschuetz22-Feb-07 0:02 
QuestionTab page to hold focus programatically Pin
Glen Harvy21-Feb-07 23:34
Glen Harvy21-Feb-07 23:34 
Hi,

I have a form that has several tab pages on a tabcontrol.

What I want to do is make sure that the user cannot tab/navigate to another tabpage whilst they are editing data on that tab page.

psuedo code:

EditButton_click event<br />
{<br />
this.tabpage1.locked = true;<br />
}<br />
<br />
SaveButton_click<br />
{<br />
this.tabpage1.locked = false;<br />
}


Any ideas.

TIA






Glen Harvy

AnswerRe: Tab page to hold focus programatically Pin
Stefan Troschuetz21-Feb-07 23:47
Stefan Troschuetz21-Feb-07 23:47 
GeneralRe: Tab page to hold focus programatically Pin
Glen Harvy22-Feb-07 1:25
Glen Harvy22-Feb-07 1:25 
GeneralRe: Tab page to hold focus programatically Pin
Stefan Troschuetz22-Feb-07 2:42
Stefan Troschuetz22-Feb-07 2:42 
GeneralRe: Tab page to hold focus programatically Pin
Glen Harvy22-Feb-07 3:03
Glen Harvy22-Feb-07 3:03 
QuestionGet Process Names Pin
Rahul.RK21-Feb-07 23:19
Rahul.RK21-Feb-07 23:19 
AnswerRe: Get Process Names [modified] Pin
Martin#21-Feb-07 23:22
Martin#21-Feb-07 23:22 
GeneralRe: Get Process Names Pin
Rahul.RK21-Feb-07 23:40
Rahul.RK21-Feb-07 23:40 
GeneralRe: Get Process Names Pin
Martin#21-Feb-07 23:47
Martin#21-Feb-07 23:47 
AnswerRe: Get Process Names Pin
Shajeel22-Feb-07 0:12
Shajeel22-Feb-07 0:12 
GeneralRe: Get Process Names Pin
Rahul.RK22-Feb-07 0:38
Rahul.RK22-Feb-07 0:38 
Questionnew form in center of window Pin
Sunshine Always21-Feb-07 23:05
Sunshine Always21-Feb-07 23:05 
AnswerRe: new form in center of window Pin
Martin#21-Feb-07 23:08
Martin#21-Feb-07 23:08 
GeneralRe: new form in center of window Pin
Sunshine Always21-Feb-07 23:19
Sunshine Always21-Feb-07 23:19 
GeneralRe: new form in center of window Pin
Martin#21-Feb-07 23:27
Martin#21-Feb-07 23:27 
GeneralRe: new form in center of window Pin
Sunshine Always22-Feb-07 0:21
Sunshine Always22-Feb-07 0:21 
GeneralRe: new form in center of window Pin
Stefan Troschuetz21-Feb-07 23:27
Stefan Troschuetz21-Feb-07 23:27 
GeneralRe: new form in center of window Pin
Sunshine Always22-Feb-07 0:23
Sunshine Always22-Feb-07 0:23 

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.