Click here to Skip to main content
15,917,731 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading from a socket Pin
Le centriste4-Jun-07 6:51
Le centriste4-Jun-07 6:51 
QuestionUML generator Pin
Fatbuddha 131-May-07 22:40
Fatbuddha 131-May-07 22:40 
AnswerRe: UML generator Pin
Paul Conrad1-Jun-07 13:33
professionalPaul Conrad1-Jun-07 13:33 
Questionc# mouse hooks Pin
Mr Withers31-May-07 22:31
Mr Withers31-May-07 22:31 
QuestionData type conversions problem Pin
Michael10131-May-07 22:26
Michael10131-May-07 22:26 
AnswerRe: Data type conversions problem Pin
Martin#31-May-07 22:43
Martin#31-May-07 22:43 
AnswerRe: Data type conversions problem Pin
Christian Graus31-May-07 23:06
protectorChristian Graus31-May-07 23:06 
GeneralRe: Data type conversions problem Pin
Michael1013-Jun-07 13:04
Michael1013-Jun-07 13:04 
Ok, what I have in this variable are three primary key numbers, so what's getting stored is an int. But the reason why I'm using a string is because I need to return the length for my for loop so the user can cycle backwards and forward viewing each record.

-> There are no nulls getting passed in, what's getting passed in is correct.

This is the snippart of the code that I'm using to try and do what I've just explaned. Once again since I'm I using a loop, objects and such don't have the length function :'(

private void nextMod()
{
string[] stModArray = (string[])Session["modArray"];

for (int i=0; i
QuestionHow to show and hide a layer in a Visio shape Pin
asithabk31-May-07 21:37
asithabk31-May-07 21:37 
QuestionBeginInit() and EndIinit() performance Pin
Tavbi31-May-07 21:20
Tavbi31-May-07 21:20 
AnswerRe: BeginInit() and EndIinit() performance Pin
Martin#31-May-07 21:40
Martin#31-May-07 21:40 
GeneralRe: BeginInit() and EndIinit() performance Pin
Tavbi31-May-07 22:44
Tavbi31-May-07 22:44 
GeneralRe: BeginInit() and EndIinit() performance Pin
Martin#31-May-07 22:46
Martin#31-May-07 22:46 
GeneralRe: BeginInit() and EndIinit() performance Pin
DavidNohejl1-Jun-07 2:07
DavidNohejl1-Jun-07 2:07 
GeneralRe: BeginInit() and EndIinit() performance Pin
Martin#1-Jun-07 8:17
Martin#1-Jun-07 8:17 
GeneralRe: BeginInit() and EndIinit() performance Pin
Dave Kreskowiak1-Jun-07 4:32
mveDave Kreskowiak1-Jun-07 4:32 
GeneralRe: BeginInit() and EndIinit() performance Pin
Martin#1-Jun-07 8:17
Martin#1-Jun-07 8:17 
QuestionWebRequest Pin
TAREQ F ABUZUHRI31-May-07 21:01
TAREQ F ABUZUHRI31-May-07 21:01 
AnswerRe: WebRequest Pin
blackjack215031-May-07 21:37
blackjack215031-May-07 21:37 
QuestionSwitch to process Pin
Cliffer31-May-07 20:42
Cliffer31-May-07 20:42 
AnswerRe: Switch to process Pin
Martin#31-May-07 20:54
Martin#31-May-07 20:54 
QuestionRe: Switch to process Pin
Cliffer31-May-07 21:06
Cliffer31-May-07 21:06 
QuestionControlling Keyboard through..... Pin
Vivek Vijayan31-May-07 20:32
Vivek Vijayan31-May-07 20:32 
GeneralRe: Controlling Keyboard through..... Pin
Martin#31-May-07 20:47
Martin#31-May-07 20:47 
GeneralRe: Controlling Keyboard through..... Pin
Vivek Vijayan31-May-07 22:51
Vivek Vijayan31-May-07 22: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.