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

Mahesh Perumal

@Mahesh Perumal
About
Posts
17
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Where can I get Word Developer's Kit
    M Mahesh Perumal

    I want to develop a WLL. For that i need Word Developers Kit. It seems like it no longer available from Microsoft Site/Press... Can any one please help me to get the kit ( The files need to develop a WLL)... As Word 97 cannot support the COM Add-Ins, i need to develop a WLL. I want my AddIn to work with Word 97 also. Can u please help me? Thanx in advance... Mahesh

    C / C++ / MFC com help question

  • Can I get the thread ID of a thread of same application
    M Mahesh Perumal

    Thanx. kuphryn wrote: One solution is GetThreadId(). :omg: :confused: I have never seen such an API function.... Please get me more info pls... Thanx. Mahesh

    C / C++ / MFC question

  • Can I get the thread ID of a thread of same application
    M Mahesh Perumal

    I need to get the Thread ID of another thread of the same application. The situation is like this, IEXPLORE.EXE loads my DLL (a thread) and it also has some other threads . I (my DLL) want to get the Thread ID of one of those threads (lets say an applet). Can I? Thanx in advance, Mahesh

    C / C++ / MFC question

  • Can u choose a way to do this?
    M Mahesh Perumal

    Thanx DavidCrow, I thought something like "http://myserver/isapilib.dll?str='fieldvalue'" to get the output string. You say that, without changing anything in the html, I can write my isapi dll that will catch all the strings and convert when the form is submitted. right? It seems good in the way that it doesn't require me to change the htmls. I look more into this and get back to u with the progress. Thank u so much, Mahesh

    C / C++ / MFC c++ html database com sysadmin

  • Can u choose a way to do this?
    M Mahesh Perumal

    Thanx for ur interest, DavidCrow, The ISAPI DLL will be running in Server. right? For every string, (every field of form) it has to goto server and get it done. (U may argue that I need database look-up and its not possible to have that in every client. But this application is for Intranet and i am planning for Oracle server and all the clients connecting through the ODBC) If u assume there is no databse look-up, what would u be inclined to do? Once again, Thank u so much, Mahesh

    C / C++ / MFC c++ html database com sysadmin

  • Can u choose a way to do this?
    M Mahesh Perumal

    I have some(not actually few) html files that contain forms.I have a task to accomplish in this. The task is, i get a string (typed by user while filling the form) and need to do a database lookup (through ODBC) and apply some algorithm(right now it is a dll written in VC++) to convert the data to the required form. The data typed by the user should go through this stage before getting submitted to the server. What I want now is, I am struggling to find the correct way of doing it. Can it be an ActiveX control in VC? Then I need to sign it before using. Can I create a ATL HTML Control? But can other part of html call the function of this control (as like ActiveX)? I need to learn more abt that 'window.external', i suppose. And what else can I do? Thanx in advance, Mahesh

    C / C++ / MFC c++ html database com sysadmin

  • Error in ATL HTML Control
    M Mahesh Perumal

    I want to create a HTML control using ATL Wizard. I tried creating it using the ATL HTML Control. But when i tried to test it (both in ActiveX test container and in browser) i am gettting the error 'Object doesn't support this property or method'. (when it tries to call 'OnClick' , i.e when i click the button called 'Red', 'Green', 'Blue') I tried in Win98 and WinXp. I use VC6. Can any one help with what i can i do to get this working? Thanx in advance. Mahesh

    C / C++ / MFC help c++ html com docker

  • Error in ATL HTML Control (window.external)
    M Mahesh Perumal

    I want to create a HTML control using ATL Wizard. I tried creating it using the ATL HTML Control. But when i tried to test it (both in ActiveX test container and in browser) i am gettting the error 'Object doesn't support this property or method'. (when it tries to call 'OnClick' , i.e when i click the button called 'Red', 'Green', 'Blue') I tried in Win98 and WinXp. I use VC6. Can any one help with what i can i do to get this working? Thanx in advance. Mahesh

    ATL / WTL / STL help c++ html com docker

  • OLE DB problem in VC++ COM when used with ASP
    M Mahesh Perumal

    Thanx Rod, Actually i created the OLE DB connection using the 'Data Consumer ATL'. I look at it and try to fix it. Thanx once again. Mahesh

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

  • OLE DB problem in VC++ COM when used in ASP
    M Mahesh Perumal

    I have written a COM component in VC++ that connects to a ODBC (.mdb file) through OLE DB. When i try to use it in .asp page i get error (0x80004005 - unspecified error). The same component (same asp file) works fine with PWS under Win98. When i run the same with IIS5 in Win2000 and WinXP i get error. I couldn't find out what might be the problem. Can you help me out? Thanx in advance Mahesh

    ASP.NET help com c++ database question

  • OLE DB problem in VC++ COM when used in ASP
    M Mahesh Perumal

    I have written a COM component in VC++ that connects to a ODBC (.mdb file) through OLE DB. When i try to use it in .asp page i get error (0x80004005 - unspecified error). The same component (same asp file) works fine with PWS under Win98. When i run the same with IIS5 in Win2000 and WinXP i get error. I couldn't find out what might be the problem. Can you help me out? Thanx in advance Mahesh

    COM help com c++ database question

  • OLE DB problem in VC++ COM when used with ASP
    M Mahesh Perumal

    I have written a COM component in VC++ that connects to a ODBC (.mdb file) through OLE DB. When i try to use it in .asp page i get error (0x80004005 - unspecified error). The same component (same asp file) works fine with PWS under Win98. When i run the same with IIS5 in Win2000 and WinXP i get error. I couldn't find out what might be the problem. Can you help me out? Thanx in advance Mahesh

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

  • changing the desktop theme
    M Mahesh Perumal

    Can I change the desktop theme through program? Please help me with some ideas... Thanx in advance Mahesh

    C / C++ / MFC help question

  • Anything for Netscape Plug-in
    M Mahesh Perumal

    I want to create a Netscape Plug-in for custom MIME type. Can I get anything in ATL for that? Thanks in advance Mahesh

    ATL / WTL / STL c++ question

  • What is VC++ 6 equivalent of VB's DoEvents
    M Mahesh Perumal

    Thanx a lot. I have got it working...:)

    C / C++ / MFC question c++

  • What is VC++ 6 equivalent of VB's DoEvents
    M Mahesh Perumal

    Is there anything equivalent to DoEvents of VB in VC++ 6??? Mahesh

    C / C++ / MFC question c++

  • Changing screen saver programatically
    M Mahesh Perumal

    I want to change the screen saver without any message to user? Can u help me out? Mahesh

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