- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
Hi :) I have a caple of questions: 1) How can i create a global function or a global class that will be available to the entire project ? 2) I want to create derived class from the DataGridView class and change it so it will fit to my needs, … | |
Hi :) I have some object in a forum, and i want that those objects will be resize and moved proportionatly after i resize the forum. (like when i make the forum width bigger, i want that all the object will get bigger with the forum) Is there an Automatic … | |
Hi :) I want to click on a button and open the mail box so i can put message and send it, how can i do that ? Thanks. | |
Hi :) I want to move the data in a cartein table to a DataGrid. What im doing right now is using the: dataGridView1.DataSource = dataset.Tables[0]; And its adding rows and columns automaticly according to the data base. (including the headers) I dont want to do it like that, i … | |
Hi :) I have 3 DataGrids (and even more in the future) that supose to present data from a DataBase. When i press on the main DG all the rest are updated according to a cartein Code Index. The problem is that its very slow and i want to make … | |
Hi :) How to make a package from the project ? How to make from it a package so i can install it on diffrent compuer ? Im using visual c# 2005 express edition. Thanks. | |
Hi :) I have a software, which contain several forms that are open at the same time. And i have caple of problems with it: 1) How can i do that all the forms will minimize when i minimize the main form ? 2) I have some forms that supose … | |
Hi :) How can i turn a forum to the default forum ? (the one that is shown at the beginning automaticly) Thanks. | |
Hi :) I have some questions: 1) How can i get the size of the screen ? (not the forum, the screen borders) 2) How can i resize all the columns in a DataGridView to the length of their values ? (when using the built in method, Autoresize, its only … | |
Hi :) How can i start a conection between c# and Pervasive.SQL database ? Can you show me how its done, or point me to tutrials ? Thanks |
The End.