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

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...

Part and Inventory Search

Back
Top