Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~578 People Reached
Favorite Forums
Member Avatar for 303factory

Greetings all I've done some research and its apparently impossible to hide a tab on a tabcontrol, I need to save one to a tab page variable and recreate it. I know how to add a tab from a TabPage variable [CODE] TabControl.Controls.Add(tab1);[/CODE] However I have no idea how to …

Member Avatar for Victor_8
0
117
Member Avatar for 303factory

Hi I'm having a real headache getting the selected row from my datagrid (only one row can be selected at a time). If I use the callback function from clicking on the data grid I can get the selected row no problem [CODE]dgStaffList_CellContentClick(object sender, DataGridViewCellEventArgs e) { int selectedRow = …

Member Avatar for 303factory
0
180
Member Avatar for 303factory

Hi all Is it possible to implement the OpenFileDialog or some other such function to allow the user to browse for a disk? I need the user to be forced to select e.g. C: drive or D: drive for example. I've taken a look around the interwebs but all I …

Member Avatar for Knvn
0
49
Member Avatar for 303factory

Hi, I was wondering if it is possible to reverse the way my enum variables work In our storage XML Files all the data is stored as integers, which I want to translate into strings using a lookup table. I thought enums would be perfect for this but I can't …

Member Avatar for 303factory
0
109
Member Avatar for 303factory

Good afternoon I have recently had to switch from using VB.Net to using C#. The software I am trying to write needs to hold a DataSet in memory (consisting of about 5-10 tables). Then depending on user interaction, data will be added to or read out from the DataSet and …

Member Avatar for lolafuertes
0
123