Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Z

ZarrinPour

@ZarrinPour
About
Posts
34
Topics
34
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cell Phone Programming with JAVA....
    Z ZarrinPour

    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.

    Java java learning

  • Diverting Ip Address in my home computer...
    Z ZarrinPour

    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.

    Web Development com tutorial question

  • To be notify when a port(tcp/udp) is being opened...
    Z ZarrinPour

    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.

    C / C++ / MFC question help

  • How can i create a DLL from a MODULE in VB.NET
    Z ZarrinPour

    Hi 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.

    ASP.NET csharp help question learning

  • Rinning OSQL.EXE Through Setup (.Msi)...
    Z ZarrinPour

    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.

    ASP.NET database tools tutorial csharp sql-server

  • Global Procedures.
    Z ZarrinPour

    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.

    ASP.NET question csharp c++ asp-net learning

  • Set "RightToLeft" style for TextBox
    Z ZarrinPour

    Hi all, I want to know is it possible to set RightToLeft style for TExtBox In Asp.Net? Thanks.

    ASP.NET csharp asp-net question

  • "WebUIValidation.js" NOT FOUND
    Z ZarrinPour

    Hi 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.

    ASP.NET asp-net help csharp javascript visual-studio

  • About ICOPYHOOK Interface...
    Z ZarrinPour

    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.

    C / C++ / MFC question

  • Shell Extension ....ICopyHook Interface
    Z ZarrinPour

    Hi 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.

    C / C++ / MFC linux question

  • Preventing a file from copying.?
    Z ZarrinPour

    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.

    C / C++ / MFC question

  • Question for all of you...
    Z ZarrinPour

    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.

    System Admin question sysadmin security

  • Disabling WinLogo Key on the KeyBoard
    Z ZarrinPour

    Hi all, How can i disable "WinLogo Key" in the KeyBoard Programmatically ? Also Ctrl+Alt+Del ? Best Regards.

    C / C++ / MFC question

  • Dependency Walker
    Z ZarrinPour

    Hi, 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.:)

    C / C++ / MFC question tutorial

  • telephone-conversation Recorder
    Z ZarrinPour

    Hi: 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.

    C / C++ / MFC tutorial

  • ModifyStyleEx
    Z ZarrinPour

    Hi: 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.

    C / C++ / MFC c++ com help

  • Worker-Thread In Win32 Application
    Z ZarrinPour

    Hi: 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.

    C / C++ / MFC help question

  • Worker-Thread in Win32 Application
    Z ZarrinPour

    Hi: 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.

    C / C++ / MFC help question

  • ShowWindow()
    Z ZarrinPour

    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.

    C / C++ / MFC help question

  • SetTimer
    Z ZarrinPour

    Hi: 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.

    C / C++ / MFC help question c++
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups