Hi all,
For converting Oracle to SQL, I convert a table and all index in that table, but in SQL, if we have 4 columns, we can only create maximum 3 indexes, in Oracle is not, if we have 4 columns, we can create maximum 4 indexes. I use SSMA tool, to convert table and all index, but it lost 1 index and I write an create index statement and meet bug have content: In SQL we can only create maximum 3 indexes. So can you help me to solve...
User Profile
Collapse
-
Back up or export Oracle Database Lite 10g syntax
Hi all,
I want to create a back up file for examble in C:\tam folder. Do you know the right syntax for this.
Thanks -
strip any html tag
Hello everybody,
I have a page sample when click the link allow:
http://www.vidosystem.com/minipax/adv.php
You will look at browser and view source. The source have been striped any html tag.
i don`t know how to do like before. Can you help me by C# or javacript
thanks... -
Thanks for your reply but the link before is only submit the content and not link to next page. You can see in example before, the <input> tag was nested in <a> tag:
<a href="next.aspx "><input type="submit" onclick="return fnEmail()"></input></a> Can you search more web you know about this problem for me?.
Thanks. -
Validate Email by Javascript then link to next page
I have 2 page:
index.aspx
next.aspx
and the code in javascript to validate Email:
...Code:function fnEmail() { if(checkEmail(form1.txtEmail.value)== false) { alert("Email is not valid!"); form1.txtEmail.focus(); return false; } return true; } function checkEmail(mail) { mail = trim(mail); -
How to use Ajax for FileUpload?
I use Visual Studio 2003, and Ajax.dll
In design, I have :
1 FileField, named: FileInput, set runnat="server"
1 Button (of Html toolbox), named: cmdUpload
1 Label (of HTML toolbox), named: lblInfo
First I create function for customer upload their file to server on click event:
[CODE=cpp]private void cmdUpload_Click (object sender, System.EventArg s e)
{
... -
Multi select date in winform by C#
In winform, we help Date time Picker control, then we can select only 1 value, but I want to select many value in a month. I don't know other tool or con trol to add to my project for that purpose. Do you know?. Help me, please.
Sorry for my writting English skill.
Thanks -
But in that links, I just combine 2 keys, for example Ctrl+Tab, I can combine 3 keys(Ctrl+Alt+D el), I tried but can't do. Help me please.
ThanksLeave a comment:
-
Example using rmoc3260.dll in C#
I add reference rmoc3260.dll in my project, now I want to run an media file, but I don't know how to play an media file, can you show me the link, or an example. I used C# language -
Can you explain more about using the SendKey Class to simulate tab/enter keys to communicate with the pop up box. How will we write it in C#??...Leave a comment:
-
Oh, what's a pity. I use Win XP Professional version 2002 Service Pack 2. But it also appear that pop up message. How to hide popup message by C#???.
Thu...Leave a comment:
-
Please read my last post, I'm not lazy and not write spyware, that's problem in my project. Can you read carefully the question upper, and you will know.
I use the code before to hide task manager when you press Ctrl+Alt+Del. I write a key in registry, you can review the code before. But after I write that key success, I press Ctrl+Alt+Del, the appear a pop up message "Task Manager has been disable by your administrator", and I want...Last edited by thupham; Nov 22 '07, 02:06 AM. Reason: Task Manager has been disable by your administrator"Leave a comment:
-
I want to prevent user press Ctrl+Alt+Del, but I can't. So I want to hide task manager. but it appears an message box. I don't want so. Can you help me ??
ThanksLeave a comment:
-
Automatically login Win by Admin
I write code to login automatically by administrator right, language C#, the code no bug, but I can't write the key on registry. can you help me to find bug?.
...Code:private void AutoLoginByAdmin() { Microsoft.Win32.RegistryKey regKey2 = Microsoft.Win32.Registry.LocalMachine.CreateSubKey("Software\\Microsoft\\WindowsNT\\CurrentVersion\\Winlogon"); regKey2.SetValue("AutoAdminLogon", 1); -
I have repair it in new code:
[code=cpp]
Microsoft.Win32 .RegistryKey regKey = Microsoft.Win32 .Registry.Curre ntUser.CreateSu bKey("Software\ \Microsoft\\Win dows\\CurrentVe rsion\\Policies \\System");
regKey.SetValue ("DisableTaskMg r", 1);
regKey.Close();
[/code]
but it appear new message box:
"Task Manager has been disable by your administrator"
I want to hide this...Leave a comment:
-
C# App: How to SetValueSubKey for "DisableTaskMgr" on registry
I have a function:
[code=cpp]
private void HideTaskPanel()
{
//lay goc la HKEY_CURRENT_US ER
RegistryKey RootKey = Registry.Curren tUser;
//lay subkey
RootKey.OpenSub Key("Software\\ Microsoft\\Wind ows\\CurrentVer sion\\Policies\ \System",true);
RootKey.SetValu e("DisableTaskM gr",1);
RootKey.Close() ;
}[/code]
when testing... -
I'm waiting for new reply, but no one answer me how to disable Ctrl+Esc; Alt+Esc; Alt+Tab by C#, and may be I have a mistake on posting, so it have double.
Very Sorry.Leave a comment:
-
How to disable Ctrl+Alt+Del, Alt+tab, Alt+Esc
Can you help me to disable Ctrl+Alt+Del, Alt+tab, Alt+Esc by C#.
ThanksLeave a comment:
-
I have just used the link http://forums.microsof t.com/MSDN/ShowPost.aspx?P ostID=2143470&S iteID=1,
it 's very helpful, but that example can't disable Ctrl+Alt+Del; Alt+tab; and Alt+Esc.
I'm researching this. If you know more, please show me.
Thanks.Leave a comment:
-
But my project the requirement require user can boot in safe mode but in safe mode, they can only see Client program like Client program of Cyber Coffe. Can anyone help me.
ThanksLeave a comment:
No activity results to display
Show More
Leave a comment: