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
Member Avatar for Rose Aashii

Plz tell me how I would calculate time complexity of the program: int i = N; while (i > 0) { int Sum = 0; int j; for (j = 0; j < i; j++) Sum++; cout << Sum << endl; i--; } thnx in advance

Member Avatar for Ali_84
0
2K
Member Avatar for chxyz

I want to add a new item to combobox at runtime. Actually in my form i am having a textbox,combobox . After entering item name in textbox the new item has not to added to the combobox items list at runtime..give me the solution....post code plz

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

Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) …

Member Avatar for kavita Tambe
0
476
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
264
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
390
Member Avatar for hkBattousai

I have this C++ code :[code] const int ANYSIZE_ARRAY = 1; struct LUID {DWORD LowPart; WORD HighPart;}; struct LUID_AND_ATTRIBUTES {LUID Luid; DWORD Attributes;}; struct TOKEN_PRIVILEGES {DWORD PrivilegeCount; LUID_AND_ATTRIBUTES Privileges[ANYSIZE_ARRAY];};[/code]I want to convert this code into C# syntax. I tried this one, but don't know how to place array in a …

Member Avatar for drjr01
0
447
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
96
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
659
Member Avatar for bahr_alhalak

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 of …

Member Avatar for digirandi
0
101
Member Avatar for Nawsheen

Dim response As String response = MessageBox.Show("Are you sure you want to exit?", "Warning", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation) If response = 6 Then End ElseIf response = 7 Then Me.Close() End If Above is the code to exit a form. When i exit my form a message box appears telling me if …

Member Avatar for Teme64
0
110
Member Avatar for lyvenice

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! First of all, im from sweden so my english isn't the best :!:.. I read a guide "How to make a simple login page" ..(something like that) But i need help with my languages(aspx,C#,sql2k5) The problem for me is how to make the SP for checking if Username and …

Member Avatar for brainbox
0
159
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
92
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
125
Member Avatar for chuck577

I have a quick question regarding windows forms. Say I have a main form and it has a toolstrip with 2 buttons on it. Lets say one button displays a calendar form in the main form and the other displays a list of contacts in the main form. What is …

Member Avatar for brainbox
0
118