Thanks for comments i have solved the problem. just by making installerclass false.
tahir
Thanks for comments i have solved the problem. just by making installerclass false.
tahir
How can i create my own shortcut key with ctrl+y for saving file in ms visio using c# .net.
tahir
how can i create new stencil bar in ms visio using c#.net and save, open, new file
tahir
i have different web applications i merge them and add them in a setup project i also add some custom actions in the setup. i have build and install the setup. It is done succesfully but my custom action doesnot work. I have a dialogue box which i want to show during installation for database generation but it doesnot appear. What is the solution. I am using vs 2008-with c#
tahir
i have build a setup whith different applications merged. i have also added some custion actions in my setup.An application for database generation. A Dialogue box should appear during installation. i have build setup successfully. But my custom action doesnot work. i have found dialogue box for database generation during installation. Any one can guide me.
tahir
i have add some web application in merge module and also added some custom actions in the setup. I have found an error 1001. customaction.installstate not found what i have to do for it.
tahir
How can i add stencilbar, property window grid and treeview in Ms visio using automation programming using c#.net
Tahir Makhdoom
I HAVE DISABLED CTRL ALT DEL COMBINATION BUT I HAVENT FOUND SOLUTION TO DISABLE AL+F4. If any one guide me i shall be thankful to him.
tahir
Thankyou very much For sharing knowledge and giving good advices.May allah give you Success at every event in your life.
tahir
yes its the windows start button which i want to disable through my application.
tahir
Thanks i have a little problem in importing a dll public class() { [DllImport("WinLockDll.dll")] private static extern int StartButton_Show_Hide(bool bShowHide); } The error is below can you tell me what i should do Error 1 The type or namespace name 'DllImport' could not be found (are you missing a using directive or an assembly reference?) e:\NewRestrictionsc#\WindowsApplication1\WindowsApplication1\Form1.cs
tahir
If Any one convert this vb code to c# i shall be thankfull to him. //code started from here option Explicit ' private Declare Function FindWindowEx Lib "user32" _ Alias "FindWindowExA" (byval hWnd1 as Long, byval hWnd2 as Long, _ byval lpsz1 as string, byval lpsz2 as string) as Long ' private Declare Function EnableWindow Lib "user32" (byval hwnd as Long, _ byval fEnable as Long) as Long public Sub EnableStartMenuButton(byval bEnable as Boolean) ' ' Don't forget to re-enable it ! ' Dim lHwnd as Long ' lHwnd = FindWindowEx(0&, 0&, "Shell_TrayWnd", vbNullString) lHwnd = FindWindowEx(lHwnd, 0&, "Button", vbNullString) Call EnableWindow(lHwnd, bEnable) ' End Sub //code ended
tahir
i was restricting start menu but i havent found any help about it. Is there any help or hint available from some one.
tahir
give me any reference about key tempring in c# -- modified at 12:01 Thursday 6th September, 2007
tahir
disable hotkeys ctrl, alt,del,win through c# and then enable code
tahir
i want to get start menu programs in a listbox of my application
tahir
i want to diable hotkeys when my application run and they should be disabled while my application is running and they should be enabled when someone close my application. in c#
tahir
i want to disable hotkeys like ctrl ,alt, delete while my application is running and enable when application is closed. i want code in c#. Any one can guide me.
tahir