User Profile

Collapse

Profile Sidebar

Collapse
Hardy123
Hardy123
Last Activity: Jan 26 '11, 12:11 PM
Joined: Feb 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Combobox column in datagridview having thousands of records takes time to display

    Hi,
    I am having a combobox column in a datagridview named "dgcProfess or" which contains the list of professors names.
    i am filling that column with a datatable
    Now that datatable have more than 10000 records in it
    so now when i want to select a professor from that list
    I click on the dropdown arrow of the combobox column but
    the dropdown list takes some time to display the list of professors on...
    See more | Go to post

  • Hardy123
    started a topic Error in Sending Mail Server Actively Refuesed
    in .NET

    Error in Sending Mail Server Actively Refuesed

    Hi
    I m developing a desktop application using C#
    I m trying to use gmail's smtp sever on port 587 but it is giving me an exception that target machine actively refuesd at 74.125.127.109: 587
    Can any body help me plz...
    My Code is:-
    Code:
              private void Button1_Click(object sender, EventArgs e)
            {
                SmtpClient SmtpServer = new SmtpClient();
                SmtpServer.Credentials
    ...
    See more | Go to post

  • how to add function in my own library in c 3.0 using tlib.exe

    Hi i m having my function named fact in fact.c file
    now after compiling i m getting fact.obj
    now how to add this function in a library
    i want to create a header file of mine own named fact.h
    using tlib.exe
    but i m getting error after creating the fact.h file
    so i don't know how to add function to library and create my own library plz help
    thankx in advance
    Hardik Patadia
    See more | Go to post
No activity results to display
Show More
Working...