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
K

khosnur

@khosnur
About
Posts
63
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sql command error [modified]
    K khosnur

    Dear Get the list of Customers where Company Name's 2nd letter is Consonant. (Table: Customers) i am using northwind database.plz tell me how to solve that problem. any comments are highly appreciated. Shafik

    modified on Thursday, August 4, 2011 3:45 AM

    Database database help tutorial

  • Using Function Keys
    K khosnur

    thanks abhijit i soled the problem.just done below: //KeyPreview property should be true if(e.KeyCode==Keys.F1) { frmAllCheckInformation objfrmAllCheckInformation=new frmAllCheckInformation(); objfrmAllCheckInformation.ShowDialog(); } Shafik

    C# csharp

  • Using Function Keys
    K khosnur

    thanks.but i want to use Function keys

    C# csharp

  • Using Function Keys
    K khosnur

    Sorry i think i am a rubbish programmer. i cant implement.would u tell me how i start

    C# csharp

  • Using Function Keys
    K khosnur

    thanks for ur reply

    C# csharp

  • Using Function Keys
    K khosnur

    Dear Abhijit, Which MDI's event i will use?I use KeyDown event and i wrote: if(e.KeyCode==Keys.F1) { frmAllCheckInformation objfrmAllCheckInformation=new frmAllCheckInformation(); objfrmAllCheckInformation.ShowDialog(); } Form is opened only one time.When i close and again press F1 the form is not coming. would u help me...

    C# csharp

  • Using Function Keys
    K khosnur

    thank u very much.let me check

    C# csharp

  • Using Function Keys
    K khosnur

    thank you very much for ur reply. i using this way but its not working.would u help me: if(e.KeyCode.ToString()"F1") { frmAllCheckInformation objfrmAllCheckInformation=new frmAllCheckInformation(); objfrmAllCheckInformation.ShowDialog(); }

    C# csharp

  • Using Function Keys
    K khosnur

    Dear Coders, I building a windows application using C#.I build a MDI.MDI has menu.i need when i press like F1(function keys) a specific form will open.This way i want to use F1...F12.Which event and how i do that. Any suggestion is appreciated.Thanks in Advance. Shafik

    C# csharp

  • I need caculatore source c#
    K khosnur

    try System.Diagnostics.Process.start("calc");

    C# csharp help

  • ComboBox problem
    K khosnur

    Dear coders, I think i am fallen in simple problem but i can't fix it.Please Help me. Problem is:i take a combobox in a datagridview. i just change the Column type and i wrote this code: RoomTypeBLL objRoomTypeBLL = new RoomTypeBLL(); colType.DataSource = objRoomTypeBLL.GetAllRoomTypeData(); colType.ValueMember = "fldRoomTypeAutoID"; colType.DisplayMember = "fldTypeName"; How i save combobox value member value into database? Thanks in advance

    C# help database question

  • MessageBox in C#
    K khosnur

    add in the reference system.windows.form. then write this code above: using system.windows.form it will run. Happy Coding

    C# help csharp question

  • file can be write on XP but can not on VISTA
    K khosnur

    thank u very much for ur reply

    C# database sysadmin workspace

  • file can be write on XP but can not on VISTA
    K khosnur

    thaks for ur reply.i will not put password info in plain text. but if i do that in installation time file can not create. it is not possible? what i changed in my code. i will try it in diffent directory. Thanks

    C# database sysadmin workspace

  • file can be write on XP but can not on VISTA
    K khosnur

    thanks for ur reply. no error message shown. only i found no file is created in program file. if i wanna write how? i created it in startup path if i install in different drive. will it install and create the file? Thanks

    C# database sysadmin workspace

  • file can be write on XP but can not on VISTA
    K khosnur

    thanks for ur reply. yes when i install the software it creates into program file. it creates in xp but not in VISTA. have any permission system? plz help me... thanks

    C# database sysadmin workspace

  • file can be write on XP but can not on VISTA
    K khosnur

    i can write a file in the any drive of XP operating System but i can not on vista. plz see my code and suggest me how i can write on VISTA operating System. Server = txtServerHost.Text.Trim(); User = txtUserName.Text.Trim(); Password = txtPassword.Text.Trim(); DBName = "db_outlook"; DataTable dt = new DataTable("Server Configuration"); dt.Columns.Add("Server"); dt.Columns.Add("User"); dt.Columns.Add("Password"); dt.Columns.Add("DBName"); dt.Rows.Add(Server, User, Password, DBName); dt.WriteXml(Application.StartupPath + "\\ServerInformation.bin"); Thanks in advance

    C# database sysadmin workspace

  • c# print document in bill format
    K khosnur

    there are different different way u can build report.u need crystal report and show the data source

    C# csharp help

  • How to create setup projects
    K khosnur

    right click on solution-add new project-Expand other project type-Select setup and deployment... try this way.

    C# sysadmin tutorial workspace

  • Create TaskBar Icon
    K khosnur

    Thanks abhijit its nice Shafik

    C# 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