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
M

missnazar

@missnazar
About
Posts
29
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Oracle forms 6i problem
    M missnazar

    I have installed Oracle 817 on P4 machine with win2k professional as the operating system. But on running 'Oracle Net8 Easy Config', I get jre.exe- Application error "The instruction at "0x0001010b" referenced memory at "0x01608781". Can any one please help me out . I have modified the symcjit.dll to symcjit.dll.ori before installation ,so that I can install Oracle 817 on P4 machine with win2k professional as the operating system. Similar problem occurs when running 'Universal Installer'.

    Database help oracle performance

  • Oracle forms 6i problem
    M missnazar

    I have installed Oracle 8i Release 3 (8.1.7)...I want to install now D2K ( Oracle forms 6i ) ...On inserting the installation CD...the "Oracle installer" screen appears ..then "Oracle installation settings" form appears ..Here we have to specify Company Name:xyz Oracle home details Name: OraHome81 Location: C:\oracle\ora81 Language: English With theses entries when I click OK button, the following error message with the Title "General Information" appears: The location specified "C:\oracle\ora81", is already used as an Oracle Home for 'Oracle 817 Production'. It can not be used as an Oracle home for 'nt'. The OS am using is Windows 2000 Professional with Pentium 4 ...Please help me out...Thanking you in advance.

    Database help oracle announcement lounge

  • Unable to install Oracle 8i Release 3
    M missnazar

    Thank u ....it worked!!:-D

    Database help oracle announcement

  • Unable to install Oracle 8i Release 3
    M missnazar

    Unable to install Oracle 8i Release 3 (8.1.7) on Windows 2000 Professional . When I insert the installation CD..the Oracle Enterprise Edition - Autorun screen appears..then on clicking on the "Install/Deinstall Products" option ...some processing occurs..and then no further steps appears...According to what I have heard, Oracle 8i Release 3 (8.1.7) gets easily installed on Windows 2000 Professional and has some problems with XP ,then where the problem lies...Can someone one help me out...Thanking you in advance.

    Database help oracle announcement

  • MFC: Enlisting
    M missnazar

    I want to enlist various file types much like that enlisted in Search >> For files and folders >> type >> combobox of Windows Microsoft 2000 Professional. that is.... known file types on system along with name and icon...How is that done.

    C / C++ / MFC c++

  • MFC: Enlisting
    M missnazar

    I want to enlist various file types much like that enlisted in Search >> For files and folders >> type >> combobox that is known file types along with name and icon...How is that done.

    C / C++ / MFC c++

  • MFC :Property Sheet
    M missnazar

    THankyou it worked!!

    C / C++ / MFC c++ help question

  • MFC :Property Sheet
    M missnazar

    I have an edit box on property page. I want to fetch its value in my formview.cpp . Then how is that done ? Can Some one help me out. Thanx in advance. Drushti

    C / C++ / MFC c++ help question

  • MFC type of file
    M missnazar

    Ok John, Here are more details... What I want is when I click the combo box down arrow,different types of file format ,for example:- Header file, source file,mp3 file, adobe acrobat file,Microsoft word file and so on (i.e all supported and recognized file format by OS), should be displayed. To have a clear idea ...if u r using Windows 2000 professional , then click Search -> for Files or Folders ->Search Options (hyperlink)->Type->Combobox. Hope Now I nust have cleared my point. Drushti

    C / C++ / MFC question c++

  • MFC Date option
    M missnazar

    Hi, I want to get files list created,modified and last accessed on the basis of dates(i.e between 2 dates).How Can I do that. Drushti

    C / C++ / MFC c++ question

  • MFC type of file
    M missnazar

    Hi , I want to get the different File types with there Icons in the Combo box . How can I get it? Drushti

    C / C++ / MFC question c++

  • MFC Remote Drive Access
    M missnazar

    yes

    C / C++ / MFC question c++

  • MFC Remote Drive Access
    M missnazar

    Hi, I want to access the logical drives of a particular PC in LAN. How can I do that? Drushti

    C / C++ / MFC question c++

  • MFC enlisting local drives
    M missnazar

    Hi Mr. Alok, Thanx for replying. Now can u please tell me how am I going to connect this code to my combobox.So that logical drives are visible.I have compiled your code. Its error free. But am not getting when and where to call NMPReturnNoOfDrives function in my application?? Thanking u in advance, Drushti

    C / C++ / MFC question c++

  • How to switch between windows?
    M missnazar

    Thakyou Michael :), it really helped in my application. Drsuhti

    C / C++ / MFC question tutorial

  • How to switch between windows?
    M missnazar

    Hi bdiamond, How to use Shellexecute to switch to other application in VC++ by just clicling a push button?? Can u please elaborate on this ? Thankyou in advance. Drushti

    C / C++ / MFC question tutorial

  • How to switch between windows?
    M missnazar

    Hi, When I press a push button on one dialog box ,other dialog box or form should be displayed.How Can I do that? Also please tell me how can we start an application B from other application A( eg. by pressing push button on application A). Drushti

    C / C++ / MFC question tutorial

  • MFC loading form
    M missnazar

    Can someone give the way to load a particular form or dialog on execution of an MFC appwizard application? Drushti

    C / C++ / MFC c++ question

  • MFC enlisting local drives
    M missnazar

    Hi, I want to enlist local drives with their icons in the combobox . How can I do that? Drushti

    C / C++ / MFC question c++

  • MFC fetching value
    M missnazar

    Hi, I have placed a Check Box on 1st property page. The propertysheet containing this property page is on the form view of my MDI MFC Appwizaerd Application. I have placed a push button on form view of the application. In its(push buton's) member function, named OnPress, I want to fetch the value of the checkbox of that propertypage. ID of Check Box is IDC_CHECK_SUBFOLDER If I place the code as follows in OnPress member function, I get an access violation error when I run it. (((CButton *)GetDlgItem(IDC_CHECK_SUBFOLDER))->GetCheck() == 1); Please Help me to fetch the value. Drushti

    C / C++ / MFC help 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