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

C#

 
GeneralRe: WebBrowser Control objects Session issue? Pin
imran_rafique17-Jun-08 4:10
imran_rafique17-Jun-08 4:10 
GeneralRe: WebBrowser Control objects Session issue? Pin
Pete O'Hanlon17-Jun-08 4:55
mvePete O'Hanlon17-Jun-08 4:55 
Questionconvert long->p[][] Pin
cst_kvp17-Jun-08 2:02
cst_kvp17-Jun-08 2:02 
AnswerRe: convert long->p[][] Pin
Christian Graus17-Jun-08 2:02
protectorChristian Graus17-Jun-08 2:02 
GeneralRe: convert long->p[][] Pin
cst_kvp17-Jun-08 2:10
cst_kvp17-Jun-08 2:10 
GeneralRe: convert long->p[][] Pin
Christian Graus17-Jun-08 2:25
protectorChristian Graus17-Jun-08 2:25 
AnswerRe: convert long->p[][] Pin
Manoj Kumar Rai17-Jun-08 2:10
professionalManoj Kumar Rai17-Jun-08 2:10 
GeneralRe: convert long->p[][] Pin
cst_kvp17-Jun-08 2:13
cst_kvp17-Jun-08 2:13 
This is my code part. In here i want the conversion for newP = nP;


private long nP;
public long giveNewPolygs(ref PointF[][] newP)
{
long n;
try
{
n = p[0].Length;
n = p.Length - 1;
}
catch (Exception ex)
{
return -1;
}
newP = nP;
newP = p;
return n;
}
AnswerRe: convert long->p[][] Pin
Guffa17-Jun-08 3:11
Guffa17-Jun-08 3:11 
GeneralRe: convert long->p[][] Pin
Christian Graus17-Jun-08 3:24
protectorChristian Graus17-Jun-08 3:24 
QuestionCultureInfo.CurrentCulture Pin
George_George17-Jun-08 1:59
George_George17-Jun-08 1:59 
AnswerRe: CultureInfo.CurrentCulture Pin
carbon_golem17-Jun-08 2:04
carbon_golem17-Jun-08 2:04 
GeneralRe: CultureInfo.CurrentCulture Pin
George_George17-Jun-08 2:25
George_George17-Jun-08 2:25 
GeneralRe: CultureInfo.CurrentCulture Pin
Pete O'Hanlon17-Jun-08 3:20
mvePete O'Hanlon17-Jun-08 3:20 
GeneralRe: CultureInfo.CurrentCulture Pin
carbon_golem17-Jun-08 5:35
carbon_golem17-Jun-08 5:35 
GeneralRe: CultureInfo.CurrentCulture Pin
carbon_golem17-Jun-08 6:03
carbon_golem17-Jun-08 6:03 
GeneralRe: CultureInfo.CurrentCulture Pin
George_George17-Jun-08 21:19
George_George17-Jun-08 21:19 
QuestionHow can i do this? Pin
cristi_alonso17-Jun-08 1:53
cristi_alonso17-Jun-08 1:53 
AnswerRe: How can i do this? Pin
Christian Graus17-Jun-08 2:06
protectorChristian Graus17-Jun-08 2:06 
GeneralRe: How can i do this? Pin
cristi_alonso17-Jun-08 17:18
cristi_alonso17-Jun-08 17:18 
Questionhelp needed with my DB project (composite formatting) Pin
klopdisselboom17-Jun-08 1:04
klopdisselboom17-Jun-08 1:04 
AnswerRe: help needed with my DB project (composite formatting) Pin
Christian Graus17-Jun-08 2:07
protectorChristian Graus17-Jun-08 2:07 
GeneralRe: help needed with my DB project (composite formatting) Pin
klopdisselboom18-Jun-08 3:52
klopdisselboom18-Jun-08 3:52 
Questionwindows forms application using workflow c# Pin
Zeyad Jalil17-Jun-08 0:58
professionalZeyad Jalil17-Jun-08 0:58 
AnswerRe: windows forms application using workflow c# Pin
Kevin McFarlane17-Jun-08 1:51
Kevin McFarlane17-Jun-08 1:51 

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.