Go Through
IBM Information Management Software for z/OS Solutions Information Center
AniJos
User Profile
Collapse
-
-
Try Mutex.
You tried this also?
Code:using System.Windows.Forms; using System.Runtime.InteropServices; using System.Text; using System.Diagnostics; using System.Threading; using System.Reflection; using System.IO; namespace BusLayer { /// <summary> /// Summary description for
Leave a comment:
-
1. Open regedit and goto:
HKEY_CURRENT_US ER\Software\Mic rosoft\Internet Explorer\TypedU RLs
2. In right-side pane, you'll see all the URLs
3. Delete the desired URL and it'll disappear from IE URL bar history.Leave a comment:
-
Enable automatic email checks in iPhone
By default, the iPhone will only check for new emails manually when you open the Mail screen or when you tap the refresh icon (the icon in the lower left screen of the email list). You can configure your iPhone to automatically check for new emails by following these easy steps.
Tap on the Settings icon in the home screen and tap the Mail button.
In the new screen that slides over, look for the Auto-Check option in the... -
Hi,
Try
Code:using System; using System.Diagnostics; using System.Runtime.InteropServices; class AppMain { [DllImport("user32.dll")] private static extern bool SetForegroundWindow(IntPtr hWnd); [DllImport("user32.dll")] private static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow); [DllImport("user32.dll")]
Leave a comment:
-
Try this
if (OpenFileDialog .FileName.ToLow er().EndsWith(" .lnk"))
{
ShellShortcut shortcut = new ShellShortcut(O penFileDialog.F ileName);
String FileName = shortcut.Path;
String Arguments= shortcut.Argume nts;
String WorkingDirector y = shortcut.Workin gDirectory;
}
AniJosLeave a comment:
-
-
Leave a comment:
-
Excel 2007: Sorting Rows
By default, Excel allows you to sort your data by columns. If you run into a situation that requires that you sort the rows, you could do it by hand or let Excel do it for you.
1. Highlight the data to be sorted.
2. Go to the Ribbon and select the Data tab.
3. In the Sort & Filter section, select Sort.
4. In the Sort window, click the Options button.
... -
Try
request.Credent ials = new NetworkCredenti al(username, password);
AniJosLeave a comment:
-
-
Yes,
DB2 UDB 8.2 is same as v8.1 with DB2 fix pack 7.
DB2 v8.1.0.64 indicates that the system is at DB2 Universal Database version 8.2 for Linux
Regards,
AniJosLeave a comment:
-
Hi
You can use USER_CONSTRAINT S or ALL_CONSTRAINTS to see all the constraints peresent on a table
Try
Select * from all_constraints
where table_name = 'your_table'
The Constraint_Type column will tell you the type of constraint.
Regards,
AniJosLeave a comment:
-
Try
DoCmd.OpenRepor t(
"Name", //ReportName
Access.AcView.a cViewPreview, //View
System.Reflecti on.Missing.Valu e, //FilterName
System.Reflecti on.Missing.Valu e //WhereCondition
);
Regards,
AniJosLeave a comment:
-
Leave a comment:
-
Are you using AVG antivirus Free version?
And are you running on XP SP 1?Leave a comment:
-
I think somthing like Ddkbuild will be what you are looking for.
Haven't used it though.Leave a comment:
-
Please read this
Linux.com :: Porting Visual Basic apps to Linux
The VB runtime will work under wine.
Wine HQLeave a comment:
-
No activity results to display
Show More
Leave a comment: