- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
16 Posted Topics
Very good work !!! Really well explained
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
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 …
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, …
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 …
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 …
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 …
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# …
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 …
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 …
[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 …
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 …
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 …
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 …
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 …
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 …
The End.