Hi all I want to start Mobile (Cell Phone) Programming with java (those *.Jar files) But i don't know from where i should start.! Could anyone give me some start point...Article,E-book,... Thanks in advance. Kind Regards.
ZarrinPour
Posts
-
Cell Phone Programming with JAVA.... -
Diverting Ip Address in my home computer...Hi all, I want to write for example www.google.com in my IE address bar and then IE redirect to www.yahoo.com. i dont know much about firewall and configuring them , so is it possible doing this in easy way and without third party software.? With this way i can prevent some body in our home from going into some webpage :-) by the way we use WinXP. Thanks & Best Regards.
-
To be notify when a port(tcp/udp) is being opened...Hi all, I'm looking for a way to be notify "upon" a port(tcp/udp) on my system is being opend like all Firewall softwares.in the other word is there any EVENT or somethings like this to use for this purpose.? By the way how can i get the port number and name of app that have opened this port. Any help appreciated. With Best Regards.
-
How can i create a DLL from a MODULE in VB.NETHi all, I'm a beginner in web-application with .NET but i'm not familiar with VB.NET. ....I have created a MODULE in my Web-Application and i have some functions in it. But for some reasons i want to convert this module to DLL or something like this. Now How can i create a DLL from a module and call its functions from code-behind. Please Help me.if possible please show me an article about this topic on the web. Best Regards.
-
Rinning OSQL.EXE Through Setup (.Msi)...Hi all, I'm not Familiar with creating Setup in VS.NET. I want to create a setup(MSI) for my web-application and create my Database (Sql-Server 2000) through this setup.So i generated TSql script of my database and its related such as stored procedured(s),Table(s) and etc.But As you know with OSQL.ExE Utility we can run Tsql Script file (*.Sql) from command line for example: Osql.ExE /E /i Test.Sql So i must create a custom action(as far as i know)in my setup for running Osql.exe, BUT I DON'T KNOW HOW SHOULD I DO THIS.? Is it possible to help me step by step.? Best Regards.
-
Global Procedures.Hi all, I'm Beginner to WebApplication and specially ASP.NET. Unfortunately,English isn't may native language and in my webforms i should Use my Custom IME(Input Method Editors) to convert English characters to my own type,so my question is: I want to write a Global procedure in my web application so where should i put this procedure to achieve this effect.? i want to access to this procedure in all my forms. Regards.
-
Set "RightToLeft" style for TextBoxHi all, I want to know is it possible to set RightToLeft style for TExtBox In Asp.Net? Thanks.
-
"WebUIValidation.js" NOT FOUNDHi all, I'm writing an ASP.NET project and in one of its form,i have used an "RequiredFieldValidator " component But when i want to run project from visualStdio-IDE and while page is being loaded , i receive the following error: --------------------------- Microsoft Internet Explorer --------------------------- Unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this file manually, or reinstall by running 'aspnet_regiis -c'. --------------------------- OK --------------------------- But i Heve checked the above path and the mentioned file : "WebUIValidation.js" exist in that directory. Also according to this error i ran "aspnet_regiis -c" but .....i receive this error again. Please Help me. Thanks a lot.
-
About ICOPYHOOK Interface...Hi all, As you know we have an interface in windows called ICOPYHOOK. With this interface you can only monitor Copying of FOLDER(S) and PRINTER objects. Could any one tell me how can i write an application to monitoring FILE Copying.? Is there any resourec for this purpose on the web.please show me. Thanks.
-
Shell Extension ....ICopyHook InterfaceHi all, Could anyone show me an implementation of ICopyHook Interface and CopyCallBack Function.? Where can i find free source code or project for this purpose.? Thanks a lot.
-
Preventing a file from copying.?Hi all, Is it possible to MONITORING system activity such as file copying.? I want to know what happens when a file is copied from one place to another place.How windows Copy or Cut a file from one place to another place.is it possible to HOOK this process.? Thanks.
-
Question for all of you...Hi all, I'm a student and in this semester i have to Research on "Security In Operating Systems". Could any one show me article(s) for this topic.? I want to know all different aspects of security that are necessary for a good operating system such as : security in network services security aspects of network-based servers security in file system of operating system security memeory management ....... ................ and etc. Any advise appreciated. Thanks.
-
Disabling WinLogo Key on the KeyBoardHi all, How can i disable "WinLogo Key" in the KeyBoard Programmatically ? Also Ctrl+Alt+Del ? Best Regards.
-
Dependency WalkerHi, when i use the "Dependency Walker" to see list of exported function in a .DLL file,i find some functions that have "W" and "A" letters at the end of their name.what is the meaning of these leters? for example in Shell32.dll we have GetModuleFileNameExA GetModuleFileNameExW Regards.:)
-
telephone-conversation RecorderHi: i want to record Telephone-conversation through my modem as a Wave File or other format such as mp3 and etc,so can anyone introduce to me an article that discuss in this field.(with source code and tutorial) Best Regards.
-
ModifyStyleExHi: I'm working on a Custom editbox acivex control,my activex have a property called "R2L Readling"(a Check box).when the user set this property the style of editbox will change to "Right to Left Reading order" at Run-Time,i have used the following code to do this: //////////////////////////////////////////////////////////// ModifyStyleEx(0,WS_EX_RTLREADING|WS_EX_RIGHT|WS_EX_LEFTSCROLLBAR); InvalidateControl(); //////////////////////////////////////////////////////////// all things work properly but "WS_EX_LEFTSCROLLBAR" doesn't work !!! in the other hand the left-scrollbar doesn't appear.please help me. excuse me for bad comments.english isn't my native language. Best Regards.
-
Worker-Thread In Win32 ApplicationHi: I have recently created a "Win32 Application" project or, more accurately "A Simple Win32 Application". but i need to use a Worker-Thread in this app so i used AfxBeginThread() function,but when i want to compile project,i receive the following error: error C2065: 'AfxBeginThread' : undeclared identifier Am i doing somethimg wrong? or Is it possible to use this function in Win32 Application ? Please Help me. Best Regards.
-
Worker-Thread in Win32 ApplicationHi: I have recently created a "Win32 Application" project or, more accurately "A Simple Win32 Application". but i need to use a Worker-Thread in this app so i useed AfxBeginThread()function,but when i want to compile project,i receive the following error: error C2065: 'AfxBeginThread' : undeclared identifier :confused::confused: Is it possible to use this function in Win32 Application ? Please Help me. Best Regards.
-
ShowWindow()Hi: Is it possible to hide the dialog in a dialog-based application? if possible,where and how ? in OnInitDialog and with ShowWindow(SW_HIDE) or...please help me. Best Regards.
-
SetTimerHi: As you know "SetTimer" has the following syntax: UINT_PTR SetTimer( HWND hWnd, // handle to window UINT_PTR nIDEvent, // timer identifier UINT uElapse, // time-out value TIMERPROC lpTimerFunc); // timer procedure I have problem with first parameter.i used m_hWnd (public member),but it doesn't work!!!.now in my MFC application,what should i choose for first parameter ? in the other hand how can i get a handle to the form or dialog's window ? please help me. Best Regards.