Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~8K People Reached
About Me

I am an 'all rounder' in Software world. I design software projects and write code a.k.a programmer too. I also take the role of captaincy sometimes by being a project manager. My Expertise are in C#,PHP and SQL. I design programs using design patterns.

Interests
Research, Programming, manipulating hardware using programs .... baking, painting
Favorite Tags

16 Posted Topics

Member Avatar for Rose Aashii
Member Avatar for chxyz

Hey The above code will work if you want to hardcode your combo box values, however, if you want combo box to have the values you enter in a text box from the form then, you can do the following. comboBox1.Items.Add(textBox1.text); HTH BB-SA

Member Avatar for brainbox
-1
158
Member Avatar for sireesha.c

Hi From your post on C# forum i believe you want to know how to upload files in C#. I agree with `tuhin.bd` that you should store filepath of the image rather than the image itself. Therefore to save a filepath of the selected image, you will first get the …

Member Avatar for kavita Tambe
0
492
Member Avatar for brainbox

Hi, I am new to web development, i need to develop a comment box, and save those comments in a file( either database or normal text pad), so that i can retrieve them later and display them on my web. My server does not support php or anyother special scriptin, …

Member Avatar for ana10192000
0
267
Member Avatar for brainbox

Hi Everyone could anyone help me with the event handling behind a checkbox, which is one of the columns in datagridview. First of all i am adding this checkbox column to dataTable dt, which is the source of DataGridView1. However, i cannot make the checkbox to work, i.e. ifi click …

Member Avatar for Geekitygeek
0
414
Member Avatar for hkBattousai

Hi Would it not be something like; LUID_AND_ATTRIBUTES Privileges[ANYSIZE_ARRAY]; for the above i have assumed that, you want an array of LUID_AND_ATTRIBUTES type struct , which you have defined before, as comprising of LUID Luid; int32 Attributes. If my assunption is wrong, then please accept my apologies. HTH Thanks [quote=hkBattousai;313313]I …

Member Avatar for drjr01
0
453
Member Avatar for brainbox

Hi I am totally new to crystal reports and i need to print invoices from C# with the data stored in SQL. Now i can retireve the data and display it in the report however, i cannot properly display it. The problem is that e.g. i want to print out …

Member Avatar for Ramy Mahrous
0
99
Member Avatar for brainbox

hi I am badly stuck with inserting and retrieving Date in SQL DB from C#. I have a C# application which needs to save date in SQL 2008 Database for various purposes. The format in DB is DateTime for my DateColumn and i am using Datetime Picker in my c# …

Member Avatar for brainbox
0
664
Member Avatar for bahr_alhalak

Hi [QUOTE=bahr_alhalak;854624]How r u every body. I have some qoustions: 1)What is the difference between an instance data field and a static data field?? 2) Also I have assignment and i wont to add txt on text area and when add new one txt it must appear in next line …

Member Avatar for digirandi
0
102
Member Avatar for Nawsheen

Hi Number 6 and 7 are returned values from a message box to show the response of the user, so that it can be compared and action can be taken appropriately. So if NO is slected the returned value is 7 and YES is 6 and so on. this enables …

Member Avatar for Teme64
0
114
Member Avatar for lyvenice

[QUOTE=lyvenice;848534]how do i go about doing this in visual studio 2005. I am able to display in the label with only one text box information, but i want the label to display multiple text box information in same label This is what i use to display one textbox information in …

Member Avatar for brainbox
0
2K
Member Avatar for mmjepp

Hi I know that you would be getting this reply after quite a while of posting your question, but if you have not implemented it yet, then i am sure i can help. Now i will only give you the idea od how would you go about it, however, for …

Member Avatar for brainbox
0
161
Member Avatar for brainbox

Hi I am working on a project and i fortunately made the GUI in designer, but in the middle of the project the designer is not displaying the graphics , and unfortunately i cant enter or edit any controls as i cannot see the form design, it is giving me …

Member Avatar for JerryShaw
0
96
Member Avatar for brainbox

Hi I have an if statement within which i have to implement the redirection to another form or index.php, when i implement that it gives me an error that it already have the "Header", to solve this if i add the die(); it dies and does not call the next …

Member Avatar for deni
0
94
Member Avatar for brainbox

Hi everyone Well, the problem now i am stuck with is using "using statements". Is there such a directive in c#, if so why the program is not recognising it. If i try to comment this out, to see which methods or variables etc belongs to this, then it gets …

Member Avatar for TylerSBreton
0
128
Member Avatar for chuck577

It really depends how you want to do this, if you want to display both the calender and contact information in the "Main Form", one by one, then you can show & hide the related component accordingly, e.g. if you click on the calender then contact form or details would …

Member Avatar for brainbox
0
121

The End.