Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~855 People Reached
Favorite Tags
Member Avatar for smartjugal

I want to learn C# using in windows forms from the begaining..... can anyone tell me some C# windows forms text book and the author's name? or pdf books link..????

Member Avatar for TekknoDraykko
0
326
Member Avatar for smartjugal

how can i prevent loading of some website from another user in my PC,mozilla firefox ???

Member Avatar for jingda
0
33
Member Avatar for smartjugal

I have three form,one is Admin , one is Employee and another is Mainform and this mainform contains menustrip bar with some item.Admin and Employee form has a button "ok". Now i want when i click button " ok " in Admin form and the Mainform comes and i can …

Member Avatar for Panathinaikos22
0
87
Member Avatar for smartjugal
Member Avatar for smartjugal
0
109
Member Avatar for smartjugal

how to see details about an item present on listbox....i want to know the code?

Member Avatar for Mitja Bonca
0
83
Member Avatar for smartjugal

try { string path = Application.StartupPath + @"\IMAGE\"; if (!System.IO.Directory.Exists(path)) System.IO.Directory.CreateDirectory(Application.StartupPath + @"\IMAGE\"); string filename = path + @"\" + openFileDialog1.SafeFileName; pictureBox1.Image.Save(filename, System.Drawing.Imaging.ImageFormat.Jpeg); System.IO.File.Move(path + @"\" + openFileDialog1.SafeFileName, path + @"\" + textBox1.Text + ".jpg"); } catch (Exception ex) { MessageBox.Show("Failed To Save" + ex.Message); i made a registration form.there …

Member Avatar for smartjugal
0
144
Member Avatar for smartjugal