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
T

Tarek Jabri

@Tarek Jabri
About
Posts
33
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Getting all text in word document
    T Tarek Jabri

    Hi everybody i need some articles or hints about getting all the text in a word document using csharp, the text to get includes the text in all kinds of shapes, header footer, controls and all the complications of the word document thanks a lot

    C# csharp

  • Calling web browser
    T Tarek Jabri

    Hi thanks a lot, that worked well thanks again

    C / C++ / MFC c++ question

  • Calling web browser
    T Tarek Jabri

    Hi am developing an application with MFC and i need to know how can i run the registered web browser and pass a url to naviagate to it. thanks a lot

    C / C++ / MFC c++ question

  • Need book
    T Tarek Jabri

    Hi can anyone help me finding a book about developing "com add-in" for office applications using mfc ? thanks alot Tarek

    COM c++ com help question learning

  • Need book
    T Tarek Jabri

    Hi can anyone help me finding a book about developing "com add-in" for office applications using mfc ? thanks alot Tarek

    IT & Infrastructure c++ com help question learning

  • Need Book
    T Tarek Jabri

    Hi can anyone help me finding a book about developing "com add-in" for office applications using mfc ? thanks alot Tarek

    C / C++ / MFC c++ com help question learning

  • MSWord COM Addin problem
    T Tarek Jabri

    Hi i developed a com addin for msword in MFC i have done the registration issues for it ,and i added a menu item for invoking the addin functionality , so it is registered and working properly when i open NEW word document. the problem occurs when i OPEN an already saved word document, when i click the menu item the famous error message appears "Microsoft office word has encountered a problem and needs to close, we are sorry for the inconvience" when i work on a new word document i can attach to the word process and debug but when i work on an opened word document i can attach but the break points are not active can anyone give me any hint? thanks alot

    COM help c++ com debugging question

  • MSWord com add-in problem
    T Tarek Jabri

    Hi i developed a com addin for msword in MFC i have done the registration issues for it ,and i added a menu item for invoking the addin functionality , so it is registered and working properly for a NEW word document. the problem occurs when i OPEN an already saved word document, when i click the menu item the famous error message appears "Microsoft office word has encountered a problem and needs to close, we are sorry for the inconvience" when i work on a new word document i can attach to the word process and debug, but when i work on an opened word document i can attach but the break points are not active can anyone give me any hint?? thanks alot

    C / C++ / MFC help c++ com debugging question

  • Getting Office language settings in MFC
    T Tarek Jabri

    Hi everyone i am developing a com add-in for MSWord in MFC, and i need to get the current UI language of the MSWord to make it the UI language of the add-in i know that there is a method in the application class called get_LangaugeSetting , but in MFC this will retrun a dispatch, i need the LanguageSettings class to attach it with the dispatch and i dont know where to get this class from any help please thanks all

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

  • Web service in the MFC, who can answer???????
    T Tarek Jabri

    hello i am calling a web service written in C# , from MFC application , and i need to know how to change the time out of the web service from the MFC application thanks alot

    C / C++ / MFC csharp c++ tutorial question

  • Dialog activex
    T Tarek Jabri

    Hello everyone i need to have an activex that behaves as a modal dialog so i need to create it dynamically and show it as modal dialog anyone can help me with this?

    C / C++ / MFC com help question

  • mshflexgrid problem
    T Tarek Jabri

    Hi everyone i am developing new class that inherits from mshflexgrid, i need it to be editable so, i have an edit box that is located in the current selected cell. i need to have this edit box always visible even if the grid lost the focus when the current cell is the previous one to the last(the whole number of row is 30 and 10 are visible), and am scrolling up (so the current cell should move down) the grid automatically scroll down to show the edit box again. i want to stop this automatic scroll to keep the edit box invisible how can i solve this please? and thanks alot

    C / C++ / MFC question css help

  • MDI: New document using wizard (Where are you Microsoft people)
    T Tarek Jabri

    Hi first thanks alot for your reply actually in the finish page of the wizard i give the user the choice to end the document and save the results in a file, or to open the view to show him the data he already chose in the wizard to enable him to update them. i also need to know how to hide the child frame, and how to associate the new document with the wizard thanks

    C / C++ / MFC help c++

  • MDI: New document using wizard (Where are you Microsoft people)
    T Tarek Jabri

    Hello everybody i am working on MDI application using mfc, the user can have new file in the regular way, or by using a wizard. i have no problem in the regular way since the document , the view and the framework are attached to each other in the initinstance method in the application. the problem is in the wizard way. in the wizard i have to set the child frame hidden, and attach the document to the wizard, and to destroy the document after finishing the wizard. any help or sample is appreciated thanks alot bye

    C / C++ / MFC help c++

  • MSHflexgrid and images question
    T Tarek Jabri

    Hi everybody am working on mshflexgrid, i need to know how can i set an icon in the row header to indicate that the row is the current one, and how to remove it when moving to another row. thanks alot Byeeeeeeeee

    Visual Basic question tutorial

  • MSHflexgrid and images question
    T Tarek Jabri

    Hi everybody am working on mshflexgrid in mfc, i need to know how can i set sn icon in the row header to indicate that the row is the current one, and how to remove it when moving to another row. thanks alot Byeeeeeeeee

    C / C++ / MFC question c++ tutorial

  • MSHflexgrid hide column question
    T Tarek Jabri

    Hi I am working on mshflexgrid in mfc i want to know how can i hide a column, setting the width to zero is one solution ,but the user still can resize it and see the hidden column thanks alot

    C / C++ / MFC question c++

  • Resizing child frame with nested csplitterwnd
    T Tarek Jabri

    i know it must go in the onsize handler in the child but i want to know how to do it?

    C / C++ / MFC help tutorial

  • Resizing child frame with nested csplitterwnd
    T Tarek Jabri

    Hi everybody: i have a child frame with four splitters and five views, when i resize the child frame (decreasing for example) only the size of the first view decreases until it becomes zero, so the second view`s size starts to decrease, and so one i want to make all the views shrinks equally when resizing the child frame any help is appreciated thanks alot

    C / C++ / MFC help tutorial

  • CCombobox drawitem question
    T Tarek Jabri

    thanks alot it worked fine in drawitem method after testing that the itemid is in the valid range of indices. but the items seems so close to each other, how can this be solved? and how can i remove the border from the edit area of the combo? again thanks alot for your help

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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