| Thread | Last Post | Replies |
|
| mainMenu and SendKeys.Send("^c") | 12 Sep 2005 12:03 GMT | 5 |
In my mainMenu i have items Copy, cut, paste... I have a form with a lot of textbox In my sub of item copy i have : SendKeys.Send("^c") but if the user select a text in a textbox... click Copy in the
|
| Control Containers and Borders | 12 Sep 2005 12:00 GMT | 1 |
is it somehow possible to make a control drawing itself over the borders of its parent without being cut off?! thx for any answer netracer
|
| How to format bound datagrid column for datetime? | 12 Sep 2005 10:46 GMT | 1 |
I have a bound datagrid column "SessionTime" called which shows the number meaning session length in seconds. How can I format the column for the data to be shows in some of datetime format with hours, minute (hh:mm:ss)? Thanks in advance.
|
| Control Containers and Borders | 12 Sep 2005 10:39 GMT | 1 |
is it somehow possible to make a control drawing itself over the borders of its parent without being cut off?! thx for any answer netracer
|
| Bin and Obj Folders | 12 Sep 2005 09:41 GMT | 4 |
Some questions on these 1) If I want to copy my project to another PC, do I need to copy the Bin and Obj folders? I notice that they are rather large, especially if I'm mailing to my home PC, where I only have dial up.
|
| SendKeys.Send("^A") | 12 Sep 2005 09:16 GMT | 3 |
All SendKeys.Send like ^C, ^V, ^X work in my form with textboxes but SendKeys.Send("^A") doesn't work ! ?? i have a bip error windows ! ?
|
| Q: DataView or DataTable | 12 Sep 2005 06:55 GMT | 3 |
Can anybody tell me how to determine, from within an overrided DataGrid, whether the datasource of the datagrid is a DataView or DataTable? Thanks in advance Geoff
|
| Help for C# Interview questions and career decision | 12 Sep 2005 06:50 GMT | 2 |
I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local computer institute.The course is BCM which ran for 1 year.But now when i am looking for job the questions asked in interview are really very very
|
| Progress Bar and datagrid | 12 Sep 2005 06:29 GMT | 1 |
Hello, ===>>> IT's FOR WINFORM I want to update my progress bar... but commantype is a stored procedure... As it's impossible to Move next the "recorset" i have a new idea
|
| Help- how to reference MSCOMM32.ocx in setup and deployment | 12 Sep 2005 03:55 GMT | 1 |
I'm new to VB.net and have just built a small application that makes use of some VB6 ocx such as mscomm32.ocx for data communication with a machine. The application runs OK but when I tried to build the installer using the Setup and Deployment Projects, I always get the
|
| Determine system's dpi setting | 12 Sep 2005 03:39 GMT | 4 |
Can somebody please tell me how to determine the system's dpi setting (e.g., 96 dpi for normal size, 120 dpi for large size or some other value for custom dpi). Thanks,
|
| Finding a textvalue in an Index | 12 Sep 2005 00:40 GMT | 4 |
On a form I have a ListView, lstMyView. The list have values in column1 like: 06:00 06:30
|
| Usercontrol don't raises keyDown event | 11 Sep 2005 21:09 GMT | 1 |
I'm developing a usercontrol that have no controls inside him, just showing scrollbars when needed. All the rest of interface is done with graphics object. The problem is, now I need to capture keyboard events inside the control,
|
| How to reteive data amongst defferent datatables | 11 Sep 2005 18:15 GMT | 7 |
I created a dataset that contains several datatables. I'd like to know how to query data from these tables, like table join in sql? thanks in advance
|
| debug - step by step | 11 Sep 2005 12:57 GMT | 4 |
with vb6 it was possible to step through the code by pressing F8. Is this still possible with .net 2003? Thanks, Frank
|