CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: FatimGull

Search: Search took 0.15 seconds.

  1. moving a dialog from one application to another application

    Hi

    I have developed a MFC sample program and have created an extensive dialog in it containing many controls. Now I want to insert it in my original project…
    Do I have to rebuild the whole...
  2. Replies
    1
    Views
    598

    code for recovering NTFS boot sector

    Hi!

    I have to write a code to build a boot sector of NTFS when it is corrupted. I couldn’t find any documentation or help related to it as every site refers to recovery tools.

    I know there...
  3. volume labels (drive letters) for partitions

    hi!

    i want to develope a program in c++ that displays information about the partition specially the vloume labels i.e. drive letters (e.g. drive C).

    Can any one help me in this regard as i...
  4. Replies
    2
    Views
    778

    hyperlinks in list view (MFC)

    Hi!

    I just wanted to know that how to make a text in list view (MFC)act as a hyperlink kind of thing. i.e. by clicking to that it leads us to some where else.

    Regards
    Fa
  5. Replies
    1
    Views
    1,107

    cool menu in MFC

    Hi!

    can you help me in making my menu look Koool. i have already added the images but i want some more efects ....

    Secondly the menu images i am using all of them are also appearing on tool...
  6. Replies
    2
    Views
    489

    adding status bar

    Hi!

    There is some thing called status bar at the bottom of each window.
    Now I want to add few more status bars ….? Secondly how to write text and other cool stuff in it??? (for SDI MFC...
  7. hiding split windows and displaying images at some event

    Hi!
    I have two questions.

    I have developed a Microsoft outlook type split windows (3 windows in total)

    Now I want to hide the left and bottom window on some event. and to get it back, when...
  8. Replies
    1
    Views
    652

    Flash Screen in MFC

    hi!

    i once used flash screen in my vb project that appeared while the project was being loaded. In VB there was a special frame for it.
    Now i want to do the same thing in MFC - single document -...
  9. Replies
    1
    Views
    483

    using controls in dialog box

    hi!

    i am a new bee in MFC programming. I have made a dialog box in
    MFC application and now need a little help of yours.

    1) i have added a static text field and now want to alter its text...
  10. Replies
    1
    Views
    547

    guis from front page to vb.net???

    hi!

    i have developed guis for my project of translation web service in front page. but know i want to export them to vb.net.
    Will changing the extension from .html to .aspx work???
    or I have...
  11. Replies
    2
    Views
    662

    connection with oracle

    hi!

    Can any one tell me from where to find working code for db connection in vb.net with oracle.
    I have tried one but it gives lots of exceptions that r beyond my understanding.
    So please refer...
  12. integrating external web services in vb.net application

    hi!

    i am developing a web application in vb.net and want to integrate two external web services, credit card validation & translation web service (document,text and site all three of them). I want...
  13. Replies
    2
    Views
    2,009

    Progress Bar in MFC

    hi!

    I m developing a hard disk recovery tool.My application while recovering a hard disk take alot of time therefore i want to display some kind of progress bar showing that how much recovery has...
  14. Replies
    5
    Views
    868

    saving library thread

    I have created the string library and now i want to safe a library thread i.e the instance of library.
    i have studied the msdn in detail but it has explained so much thread saving techniques that i...
  15. Replies
    5
    Views
    868

    strtok function using com object

    hi!

    i am developing mystring library using com object

    Now i am facing a problem in implementing the strtok function since it requires to save the previous string. how can i do that?

    More...
  16. Replies
    0
    Views
    394

    treeView - expanding tree (+,- signs)

    hi!

    I am facing two minor prbs regarding tree view in MFC.

    1) when i expand the tree and expand it again after collapsing it, it displays all the links (childrens/siblings and their...
  17. displaying a web page in text field

    kindly tell me how to show the web page in text area.
    so far i have been able to display only the text of web page but i want the web page to be displayed in a text field as it appears in any...
  18. moving document from web browser control window to text field

    hi!

    i m developing web browser of my own. i have used web browser control and have successfully opened the web pages in it.
    but now due to some reasons i want to display the information (the...
  19. drawing line over filled region in opengl

    hi!!!

    I am facing a little problem, when I draw a filled region and then draw a line over it the line appears to be drawn at the back of filled region.
    Kindly help me, as I cannot think of a...
  20. recursive nature of extended partitions in NTFS

    Actually I want to know the recursive nature of extended partition tables in NTFS. I had found out some thing like that

    E1 --> E2 --> E3 --> E4 --> E5 --> E6

    In order to calculate the next...
  21. Replies
    2
    Views
    691

    adding Calculator in MFC menu

    I wanted to know that how can I add calculator in my MFC Application. I want to add calculator in menu and to give the user the facility to use it. So what I have to do for that? From where, I can...
  22. Replies
    5
    Views
    1,130

    Sorry Oliver :p!!! let me tell u in detil....

    Sorry Oliver :p!!!
    let me tell u in detil. Actually i m making a software for harddisk recovery and currently working on the disk explorer part, providing the user to explore each and every bit of...
  23. Replies
    5
    Views
    1,130

    Activating Splitter Windows

    hi!
    thanx William! ur code for creating Spliiter windows was a gr8 help. Now can some body tell me how to activate these splitter windows.
    thanking in anticipation.
  24. Replies
    5
    Views
    1,130

    Splitter Windows in MFC

    hi!
    i m really stuck in making splitter windows in MFC vc++ environment. actually i have to develop a three way split window (just like vc interface it self). the prb is that MFC creates two windows...
  25. Replies
    1
    Views
    638

    reading and writing from device

    I want ot read from and write on drive in raw form, so can u please tell me if the functions READFILE and WRITEFILE call interrupt 13 Extension or do something else.
Results 1 to 25 of 25





Click Here to Expand Forum to Full Width

Featured