I want my app. to be such that when it starts, it checks whether another copy of it is already running. If there is a copy already running, it should abort.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10143682.html
Zones:
Visual BasicDate Answered: 03/27/1999 Grade: C Views: 0
I'm running the following code and want to have the output sorted by another field automatically. The other field is called 'Apack'.
Dim frm As Form, strMsg As String
Dim strInput As String...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10210400.html
Zones:
MS AccessDate Answered: 03/13/2002 Grade: A Views: 0
How can i backup one table including pk,indexes etc like it was possible in SQL Server 6.5?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10223952.html
Does anybody have a list of shortcuts for Word97 - eg one key response for a bullet list, etc?
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_102...
I am developing a web portal for three different countries.I currently have one development web server. I have a few server side components , written in VB,that I do not want to rename for each cou...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10318354.html
Zones:
Visual BasicDate Answered: 06/08/2000 Grade: B Views: 0
Has anyone heard of a solution to using one monitor for several computers?
For example, I have two computers and two monitors. However, I have become addicted to my multiple monitor setup and...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10320382.html
Zones:
Windows NTDate Answered: 03/31/2000 Grade: A Views: 0
This is the whole code in one of my header files:
#include "stdafx.h"
#ifndef GCONTROL1_H
#define GCONTROL1_H
#include "CPFactory.h"
#include "structs.h"
#include "util.h"
#endif
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10649001.html
Zones:
C++Date Answered: 07/11/2000 Grade: A Views: 0
I have a page with two frames, clicking a link in the top frame, will run an asp, which displays its results in the bottom frame. I would like the top frame to refresh automatically once the bottom...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11542018.html
Zones:
JavaScriptDate Answered: 11/01/2000 Grade: A Views: 0
Hello
Please help in
SORTING BY LOOKUP FIELDS
OR
MULTIPLE DATABASE IN ONE QUERY
I have to show data from two tables which are belong to two different database. I have tried...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11917098.html
I have two processes that have listening sockets. I know I can't reuse a listening socket because "two separate sockets cannot bind to the same local interface and port to await incoming connection...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20142927.html