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
H

hellamasta

@hellamasta
About
Posts
24
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Very fast textbox needed
    H hellamasta

    Thanks a lot to everybody!!!!

    C# csharp performance announcement

  • Very fast textbox needed
    H hellamasta

    Thank you Christian... I would say that i can't add a new line to the textbox each 300-400 microsecond... If I'm not wrong you're suggesting me to bufferize a number of messages then update text in textbox only after this number, is it? Sorry for my bad english :)

    C# csharp performance announcement

  • Very fast textbox needed
    H hellamasta

    Hi everybody, I'm building a c# application that reads data messages from an external device at a rate of 1MBit/sec. I need to log in a window all messages. I tried to redirect console output to a textbox, but the textbox was not fast enough to update and a half of messages were lost. I have a thread that read continuously from the device and put messages on a buffer. A consumer thread read messages and pass them to the textbox. So...I need a very fast logging window and, if someone will give me some suggestion to speed up .Net controls it will be great for me.

    C# csharp performance announcement

  • Keypress handling in Simple DataGrid
    H hellamasta

    Thank you so much! Alessio

    C# question

  • Keypress handling in Simple DataGrid
    H hellamasta

    Hi, I'd like to know if is possible to implement a KeyPress handling for a Simple Datagrid, without DataTables or DataColumns binded to it. How can I do? TNX

    C# question

  • Binding Datagrid to a bidimensional array
    H hellamasta

    Hi everybody!! Is it possible to bind a bidimensional array of double to a datagrid?if yes how can i do this? I can't manage this. Thank you so much Alessio

    C# question wpf wcf data-structures

  • Converting a string to a double
    H hellamasta

    I found the problem, thanks for your help Alessio

    C# question help tutorial

  • Converting a string to a double
    H hellamasta

    ok, but with the comma I had the same problem...now I try with the culture info thankyou

    C# question help tutorial

  • Converting a string to a double
    H hellamasta

    Hi everybody!!! I have a TextBox in which user write a float number. Decimal separator is the dot ".". I have to save the Text of the textbox into a numeric variable... i chosen a double variable. But when I call Convert.ToDouble(myString) method and myString is, for example 1.5, the number written in the variable is 15. How can I solve this problem? thank you

    C# question help tutorial

  • Executable c# without framework
    H hellamasta

    I started programmin in november 2005. I've choosen .net platform, but someone asked me for an executable running without framework and I tried to get informations. Now I'm watching at C++...but your answer is offensive, not all people are expert like you!!! We are on a forum, so a minimal respect is necessary. Sorry for my bad english

    C# csharp visual-studio question

  • Executable c# without framework
    H hellamasta

    Hi everybody! Can anybody tell me if it is possible to build an executable, form a C# code made in Visual Studio .net 2003, that not requires framework installed? Thank you so much

    C# csharp visual-studio question

  • Data Binding problem with ComboBox
    H hellamasta

    Hi everybody!!! I have a DataSet with only one DataTable in it. The DataTable has many DataColumn and one of those is binded to a ComboBox. Below the DataColumn... DataColumn protocolloColumn = new DataColumn("protocollo"); protocolloColumn.DataType = System.Type.GetType("System.String"); carDataTable.Columns.Add(protocolloColumn); ...and the Binding this.protocolloComboBox.DataBindings.Add(new Binding("SelectedValue", carDataSet, "car_models.protocollo")); The ComboBox is populated with some string. When I select a value from the combobox, this value is not stored in the dataset. Can anybody help me?

    C# help wpf wcf question

  • Binding Dataset with textboxes
    H hellamasta

    Hi everybody! I'm buliding a little Database where I have to insert Data through a mask made with some TextBox form and TextLable form. Can I bind a dataset to this kind of forms? How can I make possible to show in the boxes the selected row of the dataset? Do the Framework implements this functionality? Thank you!

    C# question database wpf wcf

  • Find text in a string
    H hellamasta

    ....I'm a stupid!!! thanks!!!

    C# tutorial question

  • Find text in a string
    H hellamasta

    Hi, I'm building a text file filter. I need to verify if a string is part of another string, for example: I wanto to find if the word "text" is part of a string. I'm writing a class inherited by String class...is it the correct choice or already exists a class to do this? Sorry for my bad english;P

    C# tutorial question

  • Write an xml node in a specific position
    H hellamasta
    C# csharp xml

  • Write an xml node in a specific position
    H hellamasta

    well, now...i have the following structure of my xml file: - Now a I want to add dynamically new nodes under Variables, Parameters and BreakPoints, and for each subnode I have many properties to store, any suggestion?

    C# csharp xml

  • Write an xml node in a specific position
    H hellamasta

    Thank you so much...in fact I was reading msdn documentation for xmlDataDocument...now I'll go trying...thanks agains

    C# csharp xml

  • Write an xml node in a specific position
    H hellamasta

    Hi everybody, i'd like to know ('cause I'm on my first experience with c#) if it is possible with xmltextwriter, to write a new node in a specified position. Thank you

    C# csharp xml

  • DataGrid row header text
    H hellamasta

    Hi everybody!!! I need your help!!! Is it possible to write text on row header in a DataGrid without writing a new class? Thank you Alessio

    C# help question
  • Login

  • Don't have an account? Register

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