|
||||||
| C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||||
|
Quote:
I tried the form.focus and that didn't work. I also tried sending the form to the front and that didnt work. Then I tried sending the control to the back, which works, but in the same way setting it's visible property to false works. After the child form closes the tabcontrol is not visible again until after I send it to the front again. I would like to just have to do something like sendtofront or sendtoback but neither of those work the way I want them too.... |
|
|||||
|
According to the MSDN:
Quote:
If there was a procedure I could call whenever a child form is opened that would check to see if it was behind any existing controls and would then make them invisible, and also be able to make them re-visible when the form closes would be sweet.... If anyone can find any documents on the problem I would greatly appreciate it. Last edited by hoser2001; 08-10-2006 at 09:16 AM. |
|
|||||
|
Nice looking application. Very nice work. Its obvious that it is still in Beta but it still looks great! Since you had the admin password in MD5 I took it out the XML but it still didn't match so I removed the function to check against it.
I can setup a DB to connect to and test the function. What and Where is the problem with the MDI and Tab? Tell me step-by-step (after login) what you do. Also, I have C# 2006 so I had to convert it. Not sure what all this changed to do that.
__________________
Void |
|
|||||
|
ah, sorry about the password (it's 'admin' btw)
My problem is that when I bring up a child form (Connect) button for example to bring up the form to enter database user and pwd, I have to in my code set the visible properties to the controls on the parent form to false, then to true on the child forms on closing event to be able to see the child forms at all. What I'm thinking is that I need to not use MDI function but use a ShowDialog on the form and I think that would give me the same functionality as an MDI child (minus the inherentence stuff of course). |
|
|||||
|
Another question would be:
On the Connections Tab there is a third column that is added that has an index integer. This only shows up when I include the SizeDataColumnToContent function. I know it has to have something to do with the fact that it is a dataset filled using dataset.readxml... Can't figure out where in the SizeData function this is happening though... |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows XP Tricks & Tips!!!!..new ones. | pranky | Tutorials | 9 | 08-23-2008 03:22 PM |
| SQL commands in Windows Forms | karateboy02 | Managed C++ | 4 | 08-11-2007 08:08 AM |
| Switching Between Windows Forms | karateboy02 | Managed C++ | 3 | 08-03-2007 07:49 PM |
| Visual Studio 2005 and Windows Vista | Jordan | General Programming | 3 | 01-22-2007 03:21 PM |
| Question about Form's On_Closing event | hoser2001 | C# Programming | 3 | 08-22-2006 07:25 AM |
| Xav | ........ | 1322.18 |
| MeTh0Dz|Reb0rn | ........ | 1053.7 |
| morefood2001 | ........ | 879.43 |
| John | ........ | 877.37 |
| marwex89 | ........ | 869.98 |
| WingedPanther | ........ | 830.24 |
| Brandon W | ........ | 735.07 |
| chili5 | ........ | 309.39 |
| Steve.L | ........ | 236.23 |
| dcs | ........ | 214.02 |
Goal: 100,000 Posts
Complete: 82%