thank u for the reply. will be in touch with u for further help. thanks again
radhikasharma
Posts
-
matlab with c# -
matlab with c#thank u for prompt reply
-
matlab with c#i have done major portion of the coding in C#. got some image processing applications to perform through MATLAB. my platform shud remain C#. can i link the two? if yes, How? thanks in anticipation
-
Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow errorThanks alot sir ,my problem is solved iam very much greatful to you with regards radhika
-
Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow errorThanks for your response sir , please tell me the solution and wat iam doing wrong in the for each loop please suggest me the right code so that i will not get any stack overflow exception error also suggest any solution for the above error with regards radhika
-
Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow errorOk sir then wat else u use to exit the loop , my problem is that it gives me error only in the For each loop syntax for this.charset statement, so i will try to resolve it but also suggest ur view wat should i use to exit the loop your suggestions are really very helpful thanks alot sir for your kind suggestions with regards radhika
-
Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow errormeans wat sir, iam not getting wat your telling , if you could suggest any solution for it , it would be grt help of yours
-
Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow errorsir, Thanks for your suggestions, but what is wrong the for each loop , iam not getting as it will For each Character in this charset, as iam getting all the values in the charaset, iam able to initalize the characters in charset, but during looping only iam getting error Am i using wrong method of looping foe each values or it is wrong way of using loop,please tell me the alternate to acheive this with regards Radhika
-
Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow erroriam using windows application using csharp,iam design UI which will display the all characters of keyboard(lowercase,uppercase,symbols,special characters)I initialize the characters using folowing code: code 1. private void InitializeCharacters(InkOverlay inkOverlay) { this.Add(new Character(inkOverlay, "0x20", "space", " ", CharClass.Hidden)); this.Add(new Character(inkOverlay, "0x21", "exclam", "!", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x22", "quotedbl", "\"", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x23", "numbersign", "#", CharClass.Symbol)); this.Add(new Character(inkOverlay, "0x24", "dollar", "$", CharClass.Symbol)); this.Add(new Character(inkOverlay, "0x25", "percent", "%", CharClass.Symbol)); this.Add(new Character(inkOverlay, "0x26", "ampersand", "&", CharClass.Symbol)); this.Add(new Character(inkOverlay, "0x27", "quotesingle", "'",CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x28", "parenleft", "(", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x29", "parenright", ")", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x2a", "asterisk", "*", CharClass.Symbol)); this.Add(new Character(inkOverlay, "0x2b", "plus", "+", CharClass.Symbol)); this.Add(new Character(inkOverlay, "0x2c", "comma", ",", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x2d", "hyphen", "-", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x2e", "period", ".", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x2f", "slash", "/", CharClass.Punctuation)); this.Add(new Character(inkOverlay, "0x30", "zero", "0", CharClass.Number)); this.Add(new Character(inkOverlay, "0x31", "one", "1", CharClass.Number)); this.Add(new Character(inkOverlay, "0x32", "two", "2", CharClass.Number)); this.Add(new Character(inkOverlay, "0x33", "three", "3", CharClass.Number)); this.Add(new Character(inkOverlay, "0x34", "four", "4", CharClass.Number)); this.Add(new Character(inkOverlay, "0x35", "five", "5", CharClass.Number)); this.Add(new Character(inkOverlay, "0x36", "six", "6", CharClass.Number)); this.Add(new Characte
-
ink sdk applicationnew to tablet pc application. is it possible to get noncontionous regions on which i can ink on a single form. i need ascii representation of character followed by its glyph for all the characters on a single form.i want to define area for each character separately. the stroke for one region should not interfere with the ink area of other. right now i m using groupbox as a control and line control dll to draw horizontal lines so as to draw glyph in defined area. InkOverlay mInkoverlay; mInkoverlay = new InkOverlay(groupBox1); mInkoverlay.Enabled = true; thanks in anticipation
-
ink sdk applicationnew to tablet pc application. is it possible to get noncontionous regions on which i can ink on a single form. i need ascii representation of character followed by its glyph for all the characters on a single form.i want to define area for each character separately. the stroke for one region should not interfere with the ink area of other. right now i m using groupbox as a control and line control dll to draw horizontal lines so as to draw glyph in defined area. InkOverlay mInkoverlay; mInkoverlay = new InkOverlay(groupBox1); mInkoverlay.Enabled = true; thanks in anticipation
-
tablet pc applicationnew to tablet pc application. is it possible to get noncontionous regions on which i can ink on a single form. i need ascii representation of character followed by its glyph for all the characters on a single form.i want to define area for each character separately. the stroke for one region should not interfere with the ink area of other. right now i m using groupbox as a control and line control dll to draw horizontal lines so as to draw glyph in defined area. InkOverlay mInkoverlay; mInkoverlay = new InkOverlay(groupBox1); mInkoverlay.Enabled = true; thanks in anticipation