Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

radhikasharma

@radhikasharma
About
Posts
12
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • matlab with c#
    R radhikasharma

    thank u for the reply. will be in touch with u for further help. thanks again

    C# csharp question

  • matlab with c#
    R radhikasharma

    thank u for prompt reply

    C# csharp question

  • matlab with c#
    R radhikasharma

    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

    C# csharp question

  • Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow error
    R radhikasharma

    Thanks alot sir ,my problem is solved iam very much greatful to you with regards radhika

    C# design help csharp data-structures

  • Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow error
    R radhikasharma

    Thanks 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

    C# design help csharp data-structures

  • Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow error
    R radhikasharma

    Ok 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

    C# design help csharp data-structures

  • Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow error
    R radhikasharma

    means wat sir, iam not getting wat your telling , if you could suggest any solution for it , it would be grt help of yours

    C# design help csharp data-structures

  • Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow error
    R radhikasharma

    sir, 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

    C# design help csharp data-structures

  • Help me iam getting stack overflow exeception , while my solution build successfully , but it threw the stack overflow error
    R radhikasharma

    iam 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

    C# design help csharp data-structures

  • ink sdk application
    R radhikasharma

    new 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

    Mobile mobile

  • ink sdk application
    R radhikasharma

    new 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

    C# mobile

  • tablet pc application
    R radhikasharma

    new 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

    C# mobile
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups