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 Wanet Telecoms Ltd 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. hawkdernacht

    VB 6 / VB.Net/ WinAPI Issues

    vb5prgrmr, thanks again for all your help, unfortunately this has not solved my problems. Regaurds The Nighthawk, "Don't try to reinvent the wheel, unless you can make it better.
  2. hawkdernacht

    VB 6 / VB.Net/ WinAPI Issues

    Again, thanks for the suggestion, but no joy over here. Regaurds The Nighthawk, "Don't try to reinvent the wheel, unless you can make it better.
  3. hawkdernacht

    VB 6 / VB.Net/ WinAPI Issues

    One other thought, don't know if this changes anything or not, but I am not looking for a MDI parent-child relationship. I am looking for a top level window parent-child relationship. Regaurds The Nighthawk, "Don't try to reinvent the wheel, unless you can make it better.
  4. hawkdernacht

    VB 6 / VB.Net/ WinAPI Issues

    vb5prgrmr, thanks for your help. I have implemented SetWindowsPos, trying both HWND_TOPMOST and HWND_TOP as well as the SWP_SHOWWINDOW parameter. The behavior as just as before. If I comment out the call to SetParent, I can see that SetWindowsPos is working, and it does return a non-zero...
  5. hawkdernacht

    VB 6 / VB.Net/ WinAPI Issues

    For those of you in other forums, please forgive the cross-post but this does touch multiple topics. I am a VB.Net developer, creating a vb.net application that "hooks" into a VB6 application. When the VB6 application starts up it calls my dll via COM, and my code opens up a form. That is all...
  6. hawkdernacht

    .Net/VB6/Win32 Question

    Brian, Thanks for the follow up. Perhaps I should clarify that I do not have access to the VB6 application code, therefore .Net interop controls don't really apply. Regaurds The Nighthawk, "Don't try to reinvent the wheel, unless you can make it better.
  7. hawkdernacht

    .Net/VB6/Win32 Question

    For those of you in other forums, please forgive the cross-post but this does touch multiple topics. I am a VB.Net developer, creating a vb.net application that "hooks" into a VB6 application. When the VB6 application starts up it calls my dll via COM, and my code opens up a form. That is all...
  8. hawkdernacht

    VS2005 Installer Woes

    All, I am not certain where to post this as there is no group for MSI's or VS 2005, so I thought I'd post in my language and hope. I have a VS2005 setup project for a SDK I have developed. This project included adding entries on a computer for adding bootstrapper information. This has been...
  9. hawkdernacht

    Databinding issue

    Well with the advent of .Net 2.0, the BindingSource control can bind to an object, moreover it can bind not only to a specific object, but to a type. I have done this many, many times in the full framework. So I am not sure what more you need about my data source, it is just a class named...
  10. hawkdernacht

    Databinding issue

    I am using a binding source as an intermediary, howevery I have tried binding directly to the object as shown in the code I posted. Either way, same issue. I really would like to use databinding, but I am afraid I am going to have to manually bind all of this data, and make sure it stays...
  11. hawkdernacht

    Databinding issue

    I have tried a number of methods, including VS.Net designer tools, all have the same issue. But here is one example. Me.txtComments.DataBindings.Add("Text", Me.m_Order, "Comment", True, DataSourceUpdateMode.Never, "") Where Me.m_Order is a member varialbe of a custom type, and the Comment is...
  12. hawkdernacht

    Databinding issue

    Hello all, I have an issue with databinding on the .Net Compact Framework. I can get an array of objects to bind to a datagrid via a binding source control, no problems. But when I try to do the same exact thing to a text box I get the error "Cannot bind to the property or column Comment on...
  13. hawkdernacht

    Windows Installer .Net CA Issue

    I have created a CA for a VS windows installer project. I have done this many times with no issue. My problem is this particular CA does not seem to call the Uninstall function. Not only does the code currently in the function not seem to acomplish what I want, but when i call a msgbox it...
  14. hawkdernacht

    .Net Compact Textbox Focus Issue

    Hello, I am programming on the .Net Compact framework, using Visual Basic.Net. I have a form that has a textbox, which at various points in the program execution, needs to have focus brought to it, including OnLoad. I have indeed placed txtScan.focus() in multiple places in my code (where...
  15. hawkdernacht

    Update Trigger Executing on Multi Row Update

    On behalf of RFEULINGatRITE, I would like to thank both miq and ESquared. A modified version of your ideas has moved our trigger from 10 minutes to 4 seconds. Thank you both very much. Regaurds The Nighthawk, "Don't try to reinvent the wheel, unless you can make it better.

Part and Inventory Search

Back
Top