Hi all, Is there any API to change the system locale ? I need to write a C# application which takes LCID as input, and based on the LCID it should change the system locale. Thanks Mahesh
Mahesh Varma
Posts
-
Change system locale -
PDF controlHi, What I want to do is to open a pdf-file in my application using the imported AcrobatReader ocx and go to a certain bookmark( or linenumber) defined in the pdf-document. I just can't figured out how to do it.Does anybody have a tip? Can it be done using the setNamedDest procedure? Does anybody know the syntax of possible parameters of setNamedDest? Thanks Mahesh Gerald
-
PDF ViewerHi All, I want to write an application which should display a pdf file, and some other features like searching,highlight text,zoom etc. Is there any free/paid controls available. I tried using pdf.ocx but it's very slow and also no feature for searching, highlight text etc. Any idea how to do this ? Thanks Mahesh Varma.
-
PDF ViewerHi All, I want to write an application which should display a pdf file, and some other features like searching,highlight text,zoom etc. Is there any free/paid controls available. I tried using pdf.ocx but it's very slow and also not feature for searching, highlight text etc. Any idea how to do this ? Thanks Mahesh Varma.
-
pdf 2 txtHi All, How can i convert pdf to txt.:confused: Is there any free .NET libraries available. Mahesh
-
Search pdf contentsHi All, I want to write an application, which searches the pdf files based on some keywords. All the pdf files which contains the keywords should be listed.If we double click one of the entries, it should open the pdf in a seperate window( all the keywords should be highlighted). Any idea ? Thanks for your time Mahesh Varma
-
Any C# VS2003 Code for Pocket PCHi, Try the link below. http://smartdevices.microsoftdev.com/Learn/Articles/512.aspx Mahesh
-
Pocket PC Pocket WordHi, Do you want to create a pocket excel file from your application? or you just want to display it ? Mahesh Varma
-
Free printer libraries for Windows CE?Hi All, Are there any free printer libraries for Windows CE? Mahesh
-
Wireless CommunicationHi All, I have an Inventory application running on the desktop(Developed using C#). I'm planning to write one for PDA( Using C# & .NET Compact Framework). But the issue is that, i want to synchronize data between the destop application and the handheld application.IR communication is not possible, as it is limited for a very short distance. Can any one throw light on other communication options available( like GPRS, wireless etc..). Thanks in advance Mahesh Varma
-
_beginthreadMake the RequestProcess1 as static function. Refer the SDK. The _beginthread is declared as unsigned long _beginthread( void( __cdecl *start_address )( void * ), unsigned stack_size, void *arglist ); Mahesh
-
Remote Machine ProcessesHi All, I want to write an application which will display all the running processes of a remote machine. Any idea how to do this ? :confused: Thanks, Mahesh Varma.
-
Images on Listview SubItemsHi all, How can i add images to listview subitems.:confused: Thanks in Advance, Mahesh
-
Shockwave FlashHi all, I want to play a flash file in my eVB application. I have used the shockwaveflash (Flash.ocx) control. But i am getting an error which says, "The control Shockwaveflash1 ({D27CDB6E-AE6D-11CF-9688-444553554000})could not be created". Please help me. Mahesh
-
Trapping mouse right clickHi all, In my project, i'm using a third party ActiveX component. Right clicking the component during runtime will display a popup menu. My problem is that i want to disable it ( or disable some of the options in the menu). Is it possible ? Mahesh
-
Unload a formHi All, How can i unload a form from memory in eVB. "Unload Me" is giving me error. Mahesh
-
Reading and Writing FilesHi all, Can anyone give me a sample code for reading and writing files using embedded VB. Mahesh
-
File CopyHi Which dll contains the CopyFile function. Can you please give me a sample code. Mahesh
-
Dynamic creation of 3D ArrayHi all, How can i dynamically create a 3D array ? I have tried using new operator. But apparently it only support the dynamic creation of the first dimension.Can someone help me? Thanks Mahesh
-
File CopyHi All, I want to copy a file from one location to another using eVB. I'm using pocket pc 2002. How can i do this ? Mahesh