Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

Form error when opening Accounting Period on Navision

The following error appears when I try to open a new Accounting Period for 2024. It has never happened before and we have been using Navision for 20+ years. "The form can`t recognize control 1&...
Adriana Pirlea's user avatar
0 votes
0 answers
31 views

REACT Page Buttons Become Unresponsive

I have a REACT website that sits in an IFrame within another website. It works perfectly, but now I hear sometimes the buttons, textboxes and all other form controls become un-clickable or ...
ocm's user avatar
  • 97
1 vote
0 answers
43 views

How can I access controls of form in another form

I'm working in a windows form application. I have two forms; in form A I have two picture box and in form B, I have a button. I want form B to show a message when I click on picturebox2 in form A and ...
faranak's user avatar
  • 11
1 vote
0 answers
94 views

Accessing controls within worksheet embedded Microsoft Forms 2.0 Frame

I need to know how to access the controls placed within a frame control I placed directly into a worksheet... Per the suggestion of another Q&A site, I added a Frame Control to a worksheet by ...
MrDanSmith's user avatar
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
14 views

Changing the Position of a button inside a Picturebox

Im currently tryng to make a checker program using c# and windows forms. I sorted out how to make a checker box using the PictureBox Object and how to use rounded Buttons as dimes. The catch is that ...
Jacopo Balzarin's user avatar
0 votes
1 answer
129 views

StatusChanges returns the status before the AsyncValidators is called

With statusChanges I check for errors. I output the resulting array of errors in the html template. For the input field, I use an asynchronous validator. When entering text in the input field or ...
Raz-Dva's user avatar
  • 25
0 votes
0 answers
138 views

How to fix a c# .net framework 4.8 winforms when all events from the form just stopped running?

I have an automation software which uses a simple user interface (with WinForms) on .net Framework 4.8. It uses the default tab control, which has 7 tab pages. Around 5 timers, and also 12 separate ...
SHB ME's user avatar
  • 1
0 votes
1 answer
111 views

Angular - How use 'as FormArray' in formArray.controls: AbstractControl[]

I have a function that returns the controls of a FormArray: getFormFControls() { return this.form.get('opts') ? (<FormArray>this.formQuestions.get('opts')).controls : null; } But when ...
Michel Figueira's user avatar
1 vote
1 answer
169 views

Comparing multiple combo box (text) values in an Access VBA form to prevent duplicate entries with OR condition

Putting together a query (with SQL statement) button that checks for duplicate combobox entries (within one submission) before they happen. Trying to comprehend why this works: ElseIf Me.pc_cbox1 = Me....
ChunkedUp's user avatar
0 votes
1 answer
441 views

How to move a ball drawn with graphics in C#

hey guys I have a SplitContainer on a WindowsForms object on my Bounce Game project. I used the Panel child of splitContainer1 to draw a circle inside a pictureBox1 inside the second panel of the ...
TechGeek's user avatar
  • 326
1 vote
1 answer
100 views

Implement form parts in different classes

I have a main window with two buttons (this is a simplified description). A click on a button opens another form. Both buttons open different forms. I'd like to move the content of the two sub forms ...
André's user avatar
  • 435
0 votes
1 answer
151 views

Open a panel of the form inside the usercontrol

I'm trying to open a Panel that is in the main form (form1) from a button that is inside a UserControl , but the code runs but does not enable the panel of the main form Can you help me? //UserControl ...
Leonardo's user avatar
0 votes
2 answers
469 views

Change Alt Text for Multiple Form Control Checkboxes

Is there a way to update the alt text for multiple form control checkboxes at once using Excel VBA? I have about 20 check boxes on a worksheet {"Sheet1"} (Check Box 1, Check Box 2, ... Check ...
NewtoJava's user avatar
0 votes
0 answers
822 views

how to use a handle in VB.net to access forms in another process?

I want to get a structured list of ALL processes on my Computer and all their Forms and and all their controls and so on - I am working with VB.net in Visual Studio 2017 - here is my code: For ...
Franz Beranek's user avatar

15 30 50 per page
1
2 3 4 5
17