What do I need to do to make my Form always on top, even when a DirectX Application (Game) is running? When I use SetWindowPos then my Form flickers and is barely readable.
I'm pretty frustrated here, been trying this for days...
All I want is for german users to be able to enter dates that should be stored in SQL Server. The dates are in the following format "dd.mm.yyyy". I always get error messages like this one: Syntax error in date in query expression...
(Sorry I posted this also in the dll section)
How can I find out from within my dll, the name of the
Program that called it? (the window caption, not the .exe name)
Say I have two programs that call my dll. What I want to
happen is that when I click a button on Program 1, the
dll pops up a...
How can I find out from within my dll, the name of the
Program that called it? (the window caption, not the .exe name)
Say I have two programs that call my dll. What I want to
happen is that when I click a button on Program 1, the
dll pops up a MsgBox saying "Program 1", and when I...
Hi I was wondering if there could be any issues with
this function I wrote, to determine whether a String is
a Time:
Public Function IsTime(sCheckTime As String) As Boolean
'
' Return true if the String passed to the
' function is a time (like 13:45 or 9:00 PM)
'
If...
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.