I would like to make a custum logon screen with the compagnie logo
On lotussphere there was a compagnie who had this in a dll and started from the client extension manager
Who can help me
100...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 10/01/2004 Rating: 6.6 Views: 0
I have a few windows that have the same class name "#32770" but diffrent Window Caption "Table123301" "Table113601" "Table112201" "Table134501" and so on.
Right now i only get the same Window with...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23237002.html
Zones:
MS Visual C#Date Answered: 03/31/2008 Rating: 9.4 Views: 14
I want to use FindWindowEx and do the search for windowTitle but i only have the begining of the window title.
[DllImport("user32.dll", SetLastError = true)]
public static extern IntPtr FindWin...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23245631.html
Zones:
MS Visual C#Date Answered: 03/27/2008 Rating: 8.6 Views: 9
I wrote a small sample of code in C# to capture selected text from other applications:
SendKeys.SendWait("^c");
string searchedText = Convert.ToString(Clipboard.GetText());
my problem is its n...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24114029.html
Im trying to create a MFC program, that calls the RasDial API function, located in RASAPI32.DLL.
What i "thought" was that MFC did the LoadLibrary thing, and I just had to call RasDial.
But when ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10105086.htm...
Zones:
Windows MFCDate Answered: 12/04/1998 Rating: 8.2 Views: 0
This is my first time using the MySql C API and i cant seem to get the simplest thing to work all this should do is connect to my database and look at the test.table1 table and print out everything...
http://www.experts-exchange.com/Database/MySQL/Q_21145087.html
Zones:
MySQL ServerDate Answered: 04/08/2005 Rating: 6.8 Views: 0
I'm using the mysql C API, and I've run into this problem where any mysql query you make after executing a SELECT statement will fail.
In other words, if you type:
mysql_query(conn, "INSERT i...
http://www.experts-exchange.com/Programming/Languages/C/Q_21654090.html
Zones:
CDate Answered: 03/31/2006 Rating: 6.2 Views: 0
May I know where can we find the ANSI api and linux specific API for c programming?
http://www.experts-exchange.com/Programming/Languages/C/Q_22028698.html
Zones:
CDate Answered: 10/21/2006 Rating: 8.2 Views: 0
I cannot get libpq,PostgreSQL's C API, to compile a debug version, though it will compile a release, so I've copied the release folder, renamed it debug and appended a "d" to each of the dlls/libs....
http://www.experts-exchange.com/Database/PostgreSQL/Q_22751602.html
I am trying to explore security in XML Web Services deployed in IIS. I need a sample application (which can be quite simple) on which I can demonstrate the security protocols i have chosen to inves...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23270165.html
Zones:
MS Visual C#Date Answered: 06/24/2008 Rating: 7.0 Views: 95