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
S

sarat

@sarat
About
Posts
63
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can we access session cookies from C++/VC++ code?
    S sarat

    Thank you DavidCrow I am enjoing learning COM..with ur help. but the problem in here is , i donot have "OnStartPage" function and noway it gets called in my application. i have a dialog on that i am hosting a CwebBrowser2 derived class object. i have a button called insert article. when i click on insertarticle button i need to access the cookie. ( When i open any article on the browser, one file called article.aspx will create cookie and assignes article id as its value, which i need to access when i cleick on insert button ) i do not have OnStartPage () function here and cannot get IUnknown* pUnk. what is the solution for the problem.. please help me in this

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

  • Can we access session cookies from C++/VC++ code?
    S sarat

    Thanx a lot DavidCrow, in that post , i do not understand how to create m_piRequest object before making a call "hr = m_piRequest->get_Cookies(&pDict);" i am not that familier with COM. I googled it : m_piRequest is The IRequest interface pointer ( if am not wrong) please let me know how to create m_piRequest object before start using it, do i need to do cocreate instance? please help me in this. basically.. i am hosting CWebBrowser2 derived class object on a dialog. and using Navigate funtion to navigate to any URL of a web application. I will be createing cookies thru aspx page of the webapplication.

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

  • Can we access session cookies from C++/VC++ code?
    S sarat

    I create cookeies thru .aspx page and post it to local machine with another .aspx page. the code is in aspx now i need to access the cookies from MFC code

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

  • Can we access session cookies from C++/VC++ code?
    S sarat

    I am hosting web browser on a dialog( which is MFC dialog) and navigating to a link ( link ->which is a client to a database of articles) when I open an article in the browser which I hosted on MFC dialog I will save the article id ( somehow I will get it ) in a session cookie. Later on I need to access the session cookie from MFC code. how to do that any idea please? I am using CWebBrowser2 calss object as web browser, and useing CWebBrowser2 ::Navigate2 interface method to navigate to the specified link.

    modified on Wednesday, September 16, 2009 1:01 PM

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

  • Can we access session cookies from C++/VC++ code?
    S sarat

    Can we access session cookies from C++/VC++ code. How to do that? I need to store data in session cookies when I open any web based client, and I need to access the cookies from VC++ code, I need help in that whether we can Do that? Please somebody can let me know how to do that if there is any solution. Thank you in advance.

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

  • problem with Gradient scroll
    S sarat

    thanx for the reply i will try that but one more update no mater wether its ListCtrl view r normal dialog box same issue happnd when i scroll ...... gradient color gets Discarded now scroll bar is not part of the dialog but i am moving up and down when i scroll the scroll bar

    C / C++ / MFC help php com tutorial question

  • problem with Gradient scroll
    S sarat

    Hi I have a ListBox( CListCtrl) with vertical scroll bar I painted Gradient blue color on the CListCtrl View in ON_WM_ERASEBKGND() handler Now the problem is when i scroll the list ... the gradient color goes for toss and looks patchy I attached the image in code guru ( i donno how to attach in here) http://www.codeguru.com/forum/showthread.php?p=1746548#post1746548[^] I am manifesting windows common controls 6 Is there any solution Any body has got any idea? Please help me out Thanx a lot

    C / C++ / MFC help php com tutorial question

  • why blank space in password edit control in VS2005? how to avaoid r any workarround?
    S sarat

    Thanks a lot for the reply I found solution for the same i can set the margin of the CEdit box ... which i was not aware of .. i was working on some other bug and i found this cool na we can set the marging for CEdit Box

    C / C++ / MFC help tutorial question learning

  • why blank space in password edit control in VS2005? how to avaoid r any workarround?
    S sarat

    I am able to see blank space at the beging of the password edit control how to avoid that? in VC6 it wont happen only with VC8 resource editor it happen normal edit control is not having any blank space before starting text lets say i edit control username and password it username edit control space wont be there bcase its not password edit control but in password edit control space will be there it looks not good so how to resolve the issue either i needto have blank space in username edit control r need to remove blank space in password edit control thank you

    C / C++ / MFC help tutorial question learning

  • problem with dialog background color
    S sarat

    i have a dialog with background color when i minimize the dialog and maximize again i am loosing the color of the dialog if i switch to another window and come back to same dialog the color will appear on the dialog again whats the problem i should not loos the color of the dialod when i minni mize and maximize any message handlr i have to handle ?

    C / C++ / MFC help question

  • problem with Previously selected Button on Vista
    S sarat

    I have placed Cbuttons on CView the problem is when i click on a button i am setting its state to true so i am able to retain that blue color vista effect for the selected button but when click on another button the previously selceted button will get unselected and the blue color vista effect will go but it wont go completely little bit vista effect still be there on button which was previously selected with mouse ( selected means Clicked)...i am working on vista OS but i dont wanna have that previously visited button color what shud i do for that please help me sorting out the issue

    C / C++ / MFC help algorithms

  • PopupMenu -> upgrading issue VB6 to VB.Net
    S sarat

    Thanx a lot CKnig

    Visual Basic help question csharp

  • PopupMenu -> upgrading issue VB6 to VB.Net
    S sarat

    there is no implimentaion for popupmenu in VB6 just its using the method can u please giveme some pointers how to replave that with contextmenu?

    Visual Basic help question csharp

  • Upgrade issue : Constructor call is valid only as the first statement
    S sarat

    I am upgrading VB6 to VB.Net here is the code giving me the error Public Sub oCustomTask2_Trans_Sub1(ByVal oCustomTask2 As Object) Dim oTransformation As DTS.Transformation2 oTransformation = oCustomTask2.Transformations.New("DTS.DataPumpTransformCopy") Error 168 Constructor call is valid only as the first statement in an instance constructor. whats the meaning of that and how can i resolve that? here is the upgrade warning given by Upgrade vizard 'UPGRADE_WARNING: Couldn't resolve default property of object oCustomTask2.Transformations. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"'

    Visual Basic help question csharp

  • PopupMenu -> upgrading issue VB6 to VB.Net
    S sarat

    in my VB6 code the code line is like this PopupMenu mnuAddDeleteItems upgrade vizard change it to PopupMenu(mnuAddDeleteItems) but i am getting the error Error 125 Name 'PopupMenu' is not declared. PopupMenu is custom function? how can i resolve the issue

    Visual Basic help question csharp

  • how can give vista like look to my window based application
    S sarat

    prasaad what exacly u wanna do? if u develop any new project in .net2.0 and useing comman controls the app luks vista effect on vista, Xp effect on Xp where is the problem? post me if u have any queries

    Visual Basic csharp winforms tutorial question

  • UpGrade issue problem with App
    S sarat

    Graus It got resolved with the link u have given replaced with UBound(Diagnostics.Process.GetProcessesByName( Diagnostics.Process.GetCurrentProcess.ProcessName)) > 0 thank u

    Visual Basic help csharp question

  • UpGrade issue problem with App
    S sarat

    Thanks Graus I am looking in to the link gud night

    Visual Basic help csharp question

  • UpGrade issue problem with App
    S sarat

    I am upgrading VB6 to VB.Net If App.PrevInstance Then MsgBox(gmsgString46, MsgBoxStyle.Critical, gmsgString34) In that line of code it complains Name 'App' is not declared how can i resolve the issue

    Visual Basic help csharp question

  • UpGrade issue with Timer and toolStripMenuItem Help needed
    S sarat

    how can i re write the same code for the timer and toolstripmenuitem please let me know

    Visual Basic help question csharp
  • Login

  • Don't have an account? Register

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