Hi
I'm not sure how many people watching this forum use JaxB but here goes:
I'm using JaxB to both read in and write out my XML files.
This has worked fine so far but I've just noticed that in reading the Xml JaxB appears to ignore all comments. So when I output the data back to Xml I lose...
I'd say learn the STL over mfc classes since it's more applicable to other applications, but I try to avoid using MFC whenever possible
Quote "For instance, VS6 I find nice and friendly. VS.net2003, I find awful. I hate the way it builds the system backwards and tries to be clever and...
Well I think I know what the problem is. Apparently there is a bug fix in 2005 that sounds like my problem.
But I wonder why other people aren't seeing this bug... I'm not the only one using the boost library
Hopefully upgrading will resolve this
Pretty much any time I try doing something complicated, involving binding to functions within for_each loops or just using lambda expressions
Actually it seemed to be related to the lambda functions
I really like using some of the constructs out of the boost library but for some reason this causes my VS.NET to crash
Has anyone else experienced problems between these two?
Hi
I've been trying for too long to get a simple corba app working on my computer... I've tried a few different samples, one out of a book and the other out of the documentation that comes with ace/tao.
This one...
Well I can create a new RECT fine, the trouble is that according to MSDN the lParam parameter passed into wndproc (see below) is a RECT, so I need to cast it
...
'subclass window
lpPrevWndProc = SetWindowLong(gHW, GWL_WNDPROC, AddressOf WndProc)
....
Private Function WndProc(ByVal hWnd As...
Hi
I'm subclassing a form to handle mouse wheel messages and also to handle setting a minimum width/height but in order to do the latter I have to convert 'lParam' into a RECT, which I don't know how to do, or if that's possible.
Has anyone else come across this problem?
Hi
I need to make a form sometimes moveable and sometimes not, but every time I try changing Me.Moveable in the code, it gives me this compilation error:
"Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic"
Example program (that...
I don't know much about .NET but I'm guessing you could do this a lot easier if it was VB NET instead of VB 6
However the GUI I wrote in VB 6 relies heavily on shapes and converting this turns everything into crap
Might be easier than I think tho -- I've never really used VB NET
Maybe I...
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.