December 14th, 2009 09:10 AM
Hi,
I am registring my office com addin for outlook 2003 in HKLocal machine so that it is visible for all users. It is loading for all users but is not visible in the...
September 10th, 2008 05:14 AM
I need to add a new column in the database but cannot. Can someone help me. My code is as below
My code:
private void UpdateDatabase()
{
DataTable dtprojectinfo = GetTable("ProjectInfo");...
September 10th, 2008 05:03 AM
I had tried using the alter command but was not able to add the column. Can someone help me
My code:
private void UpdateDatabase()
{
DataTable dtprojectinfo =...
March 26th, 2008 12:56 AM
@MMH
We are showing a splash screen before launching our application and today i found out that this was the problem. I commented the splash screen code and the application is working fine....
March 25th, 2008 05:18 AM
@MMH
Can you be specific about the part of the code you want
March 25th, 2008 04:41 AM
@MMH
I tried it, but its not working...........
March 25th, 2008 01:22 AM
@MMH
The following is the code sample
This is how i am getting the file name from the zeroth argument
static void Main(string [] args)
{
openFileName = args[0];
March 25th, 2008 01:12 AM
@Mike
Can you please tell me how to look for other application associated with the file type. This is what i found in my file extension in the data
"C:\Program Files\RIBA...
March 24th, 2008 06:57 AM
by double clicking on the file
March 24th, 2008 04:16 AM
Our application has its own file type and when we double click on it the application opens the file. The problem is when the file is in a folder and when i double click on our file the application...