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.
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.
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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.