Similar Threads
1. probleme with drag-n-drop windows shell extension
2. Windows Form App Within Another Windows Form App
I would like to run a windows form application (app2) within another
windows form application (app1). app2 should be displayed within a
certain area of the windows form of app1 (could be inside a panel or
similar). app1 does not need any control over app2 except for starting,
closing, hiding and showing it. Basically, app1 should look like being
a part of app2 despite the fact that they have no knowledge of each
other (except the app name, of course). Is this possible and if so how?
Thanks
3. Windows Form containing a Windows Form - CSharp/C#
4. Windows Form Talking To Another Windows Form Help Needed
I have a form that has a listview on it and a serious of strings in
the listiew. When i doubel click on the listview item it opens a new
form and displays the text that i pass to the constructor. What i am
trying to do now is have a previous/next button on the form i just
opened and have it go through the list of items depending on whats
previous or next to that item. I pretty much have the logic for that,
the only issue i cant seem to figure out is "form b" talking to "form
a" and then "form a" returning data back to "form b". Any ideas or web
examples or anything?
Thanks!
5. Windows Forms apps not "ending" when you close the form window
6. Windows Forms - Opening forms within forms
In my application I have a form (Customer) that I want to be able to open
multiple copies at once. Within this form I have other forms that can be
opened. Example: ZipCode. When the user enters a zipcode that is unknown
this form will open. I don't want users to modify any of this customers
data until they close the zipcode form. Normally this can accomplished
using a modal form, however this prevents me from opening a new copy of the
Customer form while the zipcode form is open.
How do you normally go about handling this scenario ?
--
Thanks,
Dan Tallent
7. Besoin aide SVP - CSharp/C#
8. Aide pour programme: Le pré–śrocesseur Bazorix
J'ai un proble pour rire un programme.
Voici mon sujet:
Ecrire en c++ un programme qui reit en entr une suite
d'instruction encadrs par les mots cl BIBODLE et LISUK dans un
langage quelconque app?Bazorn et rend en sortie soit une liste
des erreurs rencontrs lors du traitement, soit un programme source
en c++, sans erreurs de syntaxe ni de semantique, compilable et
exutable.
Les ents du bazorn sont:
1 opateurs
konde:+
heya:-
ni:*
kap:/
longueur:longueur d'une chaine de caractes
akoli:=
akolibe:<>
alel:>
alelbe:<pour l'affectation on utilisera:=
2Types de donnees
entier,reel, chaine(n)
3Declarations
chaque variable est explicitement dlar en utilisant le mot cl?aye
ex: x aye entier
4 sous programmes
un sous prog commence par le mot cl?bazorix et se prente comme
suit:
bazorix<nom du sous-prog> (paramres)
<declarations locales>
<instructions>
telep(fin d'un sous prog)
Pour les fonctions ce sera;
Timbis<Type de donns>
5 Appel des sous-programmes
pour les fonctions ce sera <variable>=<nom du
sous-programme>(arguments eventuels)
pour les procedures
sebel<nom du sous prog>(arguments eventuels)
6 Structure d'un programme
Bazorn
Bibodle
<definition des variables globales>
<instructions:une par ligne>
<Appel eventuel des sous programmes>
Lisuk
<ecriture des sous-programmes>