Enter Keywords:
1 - 10 of 128(0.019 seconds)
Sort By:
 
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...
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...
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...
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...
Zones: C#, .NET, ComponentsDate Answered: 02/05/2009 Rating: 6.4 Views: 5
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 ...
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...
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...
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?
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....
Zones: PostgreSQL, Windo...Date Answered: 08/15/2007 Rating: 6.8 Views: 10
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...
Zones: MS Visual C#Date Answered: 06/24/2008 Rating: 7.0 Views: 95