Skip to main content

All Questions

Tagged with
0 votes
0 answers
37 views

After changing the password on an email account useing RoundCube cannot get emails to be received or sent

Two days ago I change the password on an email account, today when I went to check emails I noticed that for two days I have not received any emails which I think was very strange which is also when I ...
wqyutv's user avatar
  • 17
0 votes
0 answers
46 views

how to close a form and show another form with same button...(error:panel was null) [duplicate]

I am a begginer. I am creating a winform app, in that I have a Mainform(F1) and several differnt forms which are going to display in a panel(p1) of F1, from these one (F2) is open in load event of F1, ...
wasim khan's user avatar
0 votes
0 answers
27 views

How to position a control generated by code in a panel?

Im trying to position a Circular progress bar generated by code in a panel but i dont know how did it I have a button to generated this control i do it in the form but i cant in the panel. im using ...
Irving Orona's user avatar
0 votes
1 answer
68 views

Select tab in Control Panel - Cytoscape

I am unsure if Cytoscape has been updated since this was written in the protocol.. but the control panel looks significantly different than shown in the protocol and from there the "Mean log2FC&...
Pari Shah's user avatar
0 votes
2 answers
1k views

Finding an existing panel in form using Controls.Find C# Windows Form

I am making a form system where i need to find a panel to change it's background using string imploration. I have done something similar for a label using the code below where numberEntered is a ...
Torin macdonald's user avatar
1 vote
0 answers
335 views

Dynamically change control color when hovered without changing back when hovering childs

I have a application that talks to the Database-API of a game and displays information about certain items. One part of the UI looks like this: For the grey boxes I have created a control called '...
Stefan's user avatar
  • 25
0 votes
2 answers
144 views

Delete Panel within inside another panel

I have a Panel that, in turn, has 4 panels inside. The interior panels are named "XXXX | 1 | A", "XXXX | 1 | B", "XXXX | 1 | C" and "XXXX | 1 | D", as you can ...
LARC's user avatar
  • 109
1 vote
1 answer
467 views

How can I resize a resizable panel control at runtime from the left-hand side?

I have a custom user control in my program. It is a panel which needs to be resizable from the left-hand side. Here is my code: private void ResizePanel_MouseDown(object sender, MouseEventArgs e) { ...
Jeorge535's user avatar
0 votes
1 answer
915 views

Get the name of the Parent of a child Panel

I have a Panel object, which was dynamically created within another Panel object that was also dynamically created. How can I get the name of the parent Panel from the child Panel?. I only found ...
LARC's user avatar
  • 109
0 votes
0 answers
78 views

C# Delete panels from Panel

I need to make my panels to be removable from Panel. I need to be able to delete a specific panel from Panel: panel is created once button "Create attribute" is clicked Each Attribute has "...
Not Programmer's user avatar
3 votes
1 answer
112 views

Creting a graphical process control panel

Dear Professor Hedengren and community: I was wondering if Gekko (or Python as a bigger entity) has any way to convert simulations into a graphical control panel. Say we have a Combined Cycle, and ...
Enrique Garcia Franco's user avatar
1 vote
1 answer
2k views

how to include industry fixed effects in a panel linear model (plm) based on industry codes in R

Period: 2005 until 2011 Independent variable (is constant over the whole period): famfirm05 = dummy (equals 1 if family owns >= 5% of the company) Dependent variable: Return on assets Industry ...
Yaron Nolan's user avatar
0 votes
1 answer
45 views

c# control dynamically created panel by dynamically created button

i've added a button that creates dynamically another buttons(lets call it accountButton) that accountButtons can adds dynamically panel and another button(exitButton) into panel i cannot make ...
rookiee's user avatar
1 vote
0 answers
802 views

Add panels dynamically to form

I'm trying to add panels to a form according to the ids quantity that is received. At running, the panels are added to the form, but only the first one has the controls, and I don't get why. This is ...
LeMertin's user avatar
1 vote
1 answer
229 views

How to call control on a Panel that is inside usercontrol

i'm trying to solve this, with no sucess. I'm building a code that needs to acess some controls, those are Inside of usercontrol and inside A panel. the thing is, i have more than thousand of buttons,...
Breno Almeida's user avatar

15 30 50 per page
1
2 3 4 5
7