by: Terrance |
last post by:
I'm hoping that there's someone out here that can help me with a coding
problem. Here is the scenerio: I have a MdiParent Form on this MdiParent form
there is a listview control and several text...
|
by: Terrance |
last post by:
Good Day, I have a programming problem and need some help/advice. I have a
MdiParent Form that has a tool bar with icons on it. I have a child form that
needs set the toolbar enabled property to...
|
by: Paul Mars |
last post by:
FormParent load opens FormChildA.
FormChildA btn click opens FormChildB.
(FormChildA and FormChildB are both children of FormParent)
(FormChildA and FormChildB are different forms)
Problem:...
|
by: Ben dotNet |
last post by:
FormA is the mdiParent
FormB is the child
FormC is the Form that is used to open FormB
How do I open FormB from FormC (that is not a child) so that it it's
mdiParent is FormA?
Thanks,
--Ben
|
by: Roy |
last post by:
Hi all,
I'm opening a mdichild (Form2) within another mdichild (Form1). In Form1 I
have:
Form2.MdiParent = Me.MdiParent 'No problem here
....
....
If Form2.ShowDialog = DialogResult.OK Then 'I...
|
by: Duncan |
last post by:
Dear friends,
I have a MDIform in vb.net with some images and buttons on it. This works
fine unless I open a MDIChild. The child is being displayed between the
images and buttons and the parent...
|
by: PDP-8E |
last post by:
I'm new to VB.Net 2003 - (2 weeks in) so this MAY be straightforward...
(Things changed since Octal Assembler I see !!!)
I'll try to lay this out in a way that makes sense
I created a...
|
by: mabond |
last post by:
Hi
I've noticed a couple of postings on this topic. I'm either not uderstanding
them or I'm missing something.
My app uses an MDIParent form (frmCAD).
A menu item on frmCAD shows a child form...
|
by: kardiss |
last post by:
I am trying to add Meebo's "Pop-out" kinda feature to my application which when a button is pressed in a MdiChild form, it kicks that MdiChild form out of the MdiParent boundary and acts like a SDI...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: lllomh |
last post by:
How does React native implement an English player?
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|