Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jonathanlimcy

    How to create multiple window inside c# form

    Now i have 3 forms, form1, form2 and form3. Form1 is my parent form. Form2 and form3 are child form. Form3 is loaded when i press a button in form2. But i cannot use the load form function of Form3 newMDIChild = new Form3(); // Set the Parent Form of the Child window...
  2. jonathanlimcy

    c# equivalent of Val() function of VB

    Anyone know the equivalent of Val() function of VB in C#. I tried searching and cannot seems to find it. Please do give me a example or a function. Thanks.
  3. jonathanlimcy

    Picture box cannot expand when form expand

    Thanks for all the idea. It works great if it is a picture file.But mine is a map window that is integrated from a software called mapinfo. So it does not work....=(
  4. jonathanlimcy

    Picture box cannot expand when form expand

    misterstick, i think you are right. But can i resize the image as well? Thanks
  5. jonathanlimcy

    Picture box cannot expand when form expand

    I have a problem with my picture box as it cannot expand according to my form.I have set anchor to left and top with dock to fill.But still it does not expand. Any solution to this? Thanks
  6. jonathanlimcy

    How to create multiple window inside c# form

    Hey earthandfire, Thanks a lot. Appreciate the help as it save my time.
  7. jonathanlimcy

    How to create multiple window inside c# form

    I am new to c#. Currently i would like to create multiple windows in C# that can be cascaded or tiled together in my c# form. What i mean is just like opening multiple word document in microsoft window. Is that possible to be done in c sharp. By the way, what object name is this function? Hope i...

Part and Inventory Search

Back
Top