Search:

Type: Posts; User: OnlineNoob

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    790

    [2005] I Miss Windows XP :-(

    seriously, been using Vista for a month now, I've almost cried sometimes wishing I can revert, but knowing how much hassle it will be to get my machines back to Windows XP. The sleek user interface,...
  2. Re: [ANSWER] - Subforms type design possible?

    I found out this is possible to do what I wanted. It's called EmbeddedForms in .NET.

    Here is the forum I found it on:
    http://vbcity.com/forums/topic.asp?tid=30539
  3. Replies
    2
    Views
    534

    Are Forms in MDI Threaded?

    Hi. I was wondering that if I have an MDI application that opens up multiple forms, is each of the forms opening up on a new thread or would I have to create a seperate thread each time I add a new...
  4. Re: [2005] What is equiv of WebBrowser1.documenttext in AxWebBrowser1?

    sorry jm, i've updated the question to try and help explain what I'm trying to do. sorry for the confusion :-/
  5. [2005] What is equiv of WebBrowser1.documenttext in AxWebBrowser1?

    I'm trying to accomplish something in a COM axwebbrowser control similar to accessing webbrowser1.DocumentText property of the built in .NET web browser control.

    Does anyone have any idea how I...
  6. [2005] Trying to make string match in COM web browser

    I'm trying to see if a string matches in a document loaded in the webbrowser. I havea simple webpage that contain the words "Words Detected" along with HTML formatting.

    I thought I could simply...
  7. Re: [2005] - Subforms type design possible?

    similar to property pages, if you click an item say on a keyboard, i have a panel that appears, then the panel has several options. I'd rather make a form appear but place the form in a particular...
  8. Re: [2005] - Subforms type design possible?

    yeah, i tried tab controls before, they are still a mess. I just tried creating MDI app with panels, it appears if i have all parent form space docked with panels to not show child backspace, the...
  9. Replies
    12
    Views
    3,122

    Re: [2005] C++ code run on vb.net

    add a new C++ project to your vs.NET solution. Reference your C++ project from within vb.net project and you should have access to your exposed methods and properties.
  10. Re: [2005] - Subforms type design possible?

    is it possible to place the MDI child form inside a parentform panel?
  11. Re: [2005] - Subforms type design possible?

    Do you know of a good article or resource to learn how to arrange MDI forms on a single form to make it look like a single form instead of MDI forms?
  12. Re: [2005] - Subforms type design possible?

    example:

    I have 2 forms, form1 has a panel in it named panel1

    i want to do this in form1:


    dim frm as new form2
    frm.parent = panel1
    frm.show
  13. Replies
    5
    Views
    644

    Re: [2005] DropDown List (Selecting item)

    try setting the CausesValidation property of the control to False.
  14. Replies
    6
    Views
    617

    Re: [2005] new window event...

    maybe try to create another form, call the form and pass a parameter to a friend variable on the form such that it is the address that you want to open in the new window.

    e.g.



    Public Class...
  15. [RESOLVED] - Subforms type design possible? (answer inside)

    This has always bothered me for some time. I end up thinking up a small application and I require countless panels that I set as visible or not. however, in design I have to have all of these...
  16. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    hi Kleinma, thanks for your response. I added a parameter to the code to make it like the following:


    Public Class BuiltInBrowser

    Private Sub BuiltInBrowser_Load(ByVal sender As...
  17. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    What a great resource this thread has been, one of very few on the internet for this subject matter. Specific to this issue, my company now has it's own myspace page and it's my job to work it. %-(...
Results 1 to 17 of 18



Click Here to Expand Forum to Full Width