Question Few Questions, Please advise

SLPx

Member
Joined
Apr 2, 2012
Messages
17
Location
Sri Lanka
Programming Experience
5-10
Hi All

I'm a newb in this forum. However I have been working with .net for quite some time.

I have few problems, currently and really appreciate if someone can give me directions for this

1. My VB.NET (VS2005, SQL 2005, XP SP3, .NET 2) application in design phase shows in bright blue colors (tool bars) bit are rendered in run time as standard ash color buttons. How this can be rectified, so that both design mode interface can be retrieved in run time.
untitled2.JPGuntitled.JPG

2. I have included control.invoke methods to callback some UI functions from background thread, However the background thred calls the invoke but the invoke does not receive the invoked call back and hence the programme hangs (Re-installed .NET but it didnt worked for me)
untitled 4.JPG

3. When the application is dubugging from vb, it executes but the breakpoints not hit saying source code differs from the code itself. Cleaned, deleted all files from debu and release folders but it wont help.
untitled3.JPG

Please advise me for the things I need to do.

Thanks
 
Back
Top