Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to improve preformance of drawing in c# Pin
Nuri Ismail15-Sep-09 1:47
Nuri Ismail15-Sep-09 1:47 
GeneralRe: How to improve preformance of drawing in c# Pin
Luc Pattyn15-Sep-09 4:39
sitebuilderLuc Pattyn15-Sep-09 4:39 
GeneralRe: How to improve preformance of drawing in c# Pin
Nuri Ismail15-Sep-09 4:59
Nuri Ismail15-Sep-09 4:59 
AnswerRe: How to improve preformance of drawing in c# Pin
musefan15-Sep-09 2:09
musefan15-Sep-09 2:09 
AnswerRe: How to improve preformance of drawing in c# Pin
Eddy Vluggen15-Sep-09 2:39
professionalEddy Vluggen15-Sep-09 2:39 
Questionredirect to PHP page from C# code Pin
Alaa Telfah15-Sep-09 1:32
Alaa Telfah15-Sep-09 1:32 
AnswerRe: redirect to PHP page from C# code Pin
SeMartens15-Sep-09 1:37
SeMartens15-Sep-09 1:37 
QuestionConvert The Layout Of The Application Between Arabic And English Pin
Thaer Hamael15-Sep-09 1:20
Thaer Hamael15-Sep-09 1:20 
Hi All

I'm create a system of medium-sized
I want to be the system of bilingual Arabic and English
I want to do the work Mithod GENERAL Oqo Bmnadadtha screen present in the system
How Ostzia of change in the screen from right to left or vice versa
Has been used following code but all the screen using this code to close immediately after opening

if (Arbic)
{
Form.RightToLeft = RightToLeft.Yes;
Form.RightToLeftLayout = true;
}
else
{
Form.RightToLeft = RightToLeft.No;
Form.RightToLeftLayout = false;
}

thanks Rose | [Rose]

Thaer

AnswerRe: Convert The Layout Of The Application Between Arabic And English Pin
Keith Barrow15-Sep-09 1:34
professionalKeith Barrow15-Sep-09 1:34 
QuestionIsolation Levels Pin
scotlandc15-Sep-09 0:53
scotlandc15-Sep-09 0:53 
QuestionThumbnail of minimized Form Pin
Paw Jershauge15-Sep-09 0:39
Paw Jershauge15-Sep-09 0:39 
AnswerRe: Thumbnail of minimized Form Pin
musefan15-Sep-09 1:21
musefan15-Sep-09 1:21 
GeneralRe: Thumbnail of minimized Form Pin
Paw Jershauge15-Sep-09 2:01
Paw Jershauge15-Sep-09 2:01 
AnswerRe: Thumbnail of minimized Form Pin
Henry Minute15-Sep-09 1:38
Henry Minute15-Sep-09 1:38 
GeneralRe: Thumbnail of minimized Form Pin
Paw Jershauge15-Sep-09 2:03
Paw Jershauge15-Sep-09 2:03 
GeneralRe: Thumbnail of minimized Form Pin
Henry Minute15-Sep-09 2:11
Henry Minute15-Sep-09 2:11 
GeneralRe: Thumbnail of minimized Form Pin
Paw Jershauge15-Sep-09 6:25
Paw Jershauge15-Sep-09 6:25 
Questionhow to clear the value of the ASP.NET FileUpload control in Web application. Pin
coolsharath15-Sep-09 0:00
coolsharath15-Sep-09 0:00 
AnswerRe: how to clear the value of the ASP.NET FileUpload control in Web application. Pin
Keith Barrow15-Sep-09 0:05
professionalKeith Barrow15-Sep-09 0:05 
QuestionCustomer Grid View Pin
Syed Shahid Hussain14-Sep-09 23:59
Syed Shahid Hussain14-Sep-09 23:59 
AnswerRe: Customer Grid View Pin
Henry Minute15-Sep-09 1:48
Henry Minute15-Sep-09 1:48 
GeneralRe: Customer Grid View Pin
Syed Shahid Hussain15-Sep-09 2:56
Syed Shahid Hussain15-Sep-09 2:56 
GeneralRe: Customer Grid View Pin
Henry Minute15-Sep-09 3:05
Henry Minute15-Sep-09 3:05 
Questionhide the text in specified position? Pin
raj23136214-Sep-09 23:26
raj23136214-Sep-09 23:26 
AnswerRe: hide the text in specified position? Pin
musefan14-Sep-09 23:37
musefan14-Sep-09 23:37 

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.