is it under source control?
Angelo Cresta
Posts
-
HELP! Windows Guru needed!! -
What database created a fileI agree (new btrieve version: pervasive.Sql) Angel
-
HELP! Windows Guru needed!!Try to : - Open "task manager" - Kill Explorer.exe process - File--> new task ... -->CMD (open a command prompt) - navigate to your folder and delete files - again File--> new task ... --> explorer.exe Regards /// Angel
-
ListView Header HotTrackingHi, I've written a total ownerdraw ListView, but I'm not able to "hot track" the mouse on headers ... There are events for painting the headers, mouse click, ...; but I've not found anything usable for mouse tracking ... any ideas? Thanks in advance /// Angel
-
Save Web PagesIf you don't need to view the source later you can print the as pdf, or, with Office 2k7 you can print to "Microsoft Office Document Image Writer" (tiff). Angel
-
Mobile Bluetooth Social Networking [modified]Why have you (site admins) deleted this post (Mobile Bluetooth Social Networking)? The purpose of this site is (was?) to share ideas, codes, ... Ok, the guy that wrote the code (Lawrence Botley) do not want to share it anymore (a little bit late :)), and, in fact, he has changed the post, erasing all but not the faqs on it. Why have you deleted all? Maybe the discussion on how fair is to "understand" that sharing a good idea, maybe it's not a good idea was a good reading too, like good articles ... I'm sorry for my poor english Angel
-
PInvokeStackImbalance (Net 2.0) -
PInvokeStackImbalance (Net 2.0)from MS: The PInvokeStackImbalance managed debugging assistant (MDA) is activated when the CLR detects that the stack depth after a platform invoke call does not match the expected stack depth given the calling convention specified in the DllImportAttribute attribute as well as the declaration of the parameters in the managed signature... ok, understood, by my code is: Friend NotInheritable Class NativeMethods Private Sub New() End Sub Declare Function GetKeyState Lib "user32" Alias "GetKeyState" (ByVal _ nVirtKey As Long) As Integer End Class Now, how should I change the parameters to match those MDA is looking for?!? Already tried to disable MDA via registry, but I think a solution is not covering an error ... Thanks in advance /// Angel
-
PropertyGridI want to use the propertygrid control in my app. So, no problem for one class, but when I try to browse a class made by "shared properties" nothing is displayed ... Any suggestion? Thanks /// Angelo