CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jkessous

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,057

    streamwriter and datagridview

    Hi All,
    i need your assistance with the following:
    i have built an application that fills inputs from a database to a datagridview.
    the applicaiton then takes the inputs from the datagridview and...
  2. Replies
    1
    Views
    1,183

    Re: from Excel to DataGreedView in C#

    Hi
    you can do the following:

    public static string BuildExcelConnectionString(string Filename, bool FirstRowContainsHeaders)
    {
    return...
  3. Replies
    0
    Views
    4,370

    excel and datagrid assistance

    Hi All,
    i need assistance with reading an excel file, writing it to a datagrid (this i already have in my code) and then for each line in the datagrid i need the following.
    if a cell value is xxx...
  4. Replies
    1
    Views
    939

    xml to excel (parsing)

    Hi All,
    First of all I would like to thank you for the support. I am new in coding and need assistance in getting a specific xml content to an excel spreadsheet or to a datagridview.

    the XML...
  5. Replies
    4
    Views
    4,010

    Re: read/write text file (log parsing)

    Thanks for the help.
    this is the code i have until now. i need assistance with the following:
    how can i make this code to create a new file for each of the EF's that are in the log file.

    thanks...
  6. Replies
    4
    Views
    4,010

    Re: read/write text file (log parsing)

    Hi,
    thanks for the quick reponse.
    i had some issues loading this code (i am using 2005 version of visual studio). don thave the System.linq.
    so i could not see the result of the output log...
  7. Replies
    4
    Views
    4,010

    read/write text file (log parsing)

    hi all,
    i am a newbie in all the C# world. i have to create an application that will take a certain log and will do parsing to it. first of all it needs to read the lines that contains a certain...
  8. Replies
    3
    Views
    944

    Re: Help with Numeric Only Textbox

    Thanks alot guys,
    i got it working finally.
    i added another line in the code that was missing.
  9. Replies
    3
    Views
    944

    Help with Numeric Only Textbox

    Hi All,
    I am a noob in programing :(
    I have some small problem with adding a function that will allow only numbers into the text box.
    Can someone help?

    Thanks alot.

    Here is the code
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured