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
Mahesh Perumal
Posts
-
Where can I get Word Developer's Kit -
Can I get the thread ID of a thread of same applicationThanx. kuphryn wrote: One solution is GetThreadId(). :omg: :confused: I have never seen such an API function.... Please get me more info pls... Thanx. Mahesh
-
Can I get the thread ID of a thread of same applicationI 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
-
Can u choose a way to do this?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
-
Can u choose a way to do this?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
-
Can u choose a way to do this?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
-
Error in ATL HTML ControlI 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
-
Error in ATL HTML Control (window.external)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
-
OLE DB problem in VC++ COM when used with ASPThanx 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
-
OLE DB problem in VC++ COM when used in ASPI 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
-
OLE DB problem in VC++ COM when used in ASPI 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
-
OLE DB problem in VC++ COM when used with ASPI 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
-
changing the desktop themeCan I change the desktop theme through program? Please help me with some ideas... Thanx in advance Mahesh
-
Anything for Netscape Plug-inI want to create a Netscape Plug-in for custom MIME type. Can I get anything in ATL for that? Thanks in advance Mahesh
-
What is VC++ 6 equivalent of VB's DoEventsThanx a lot. I have got it working...:)
-
What is VC++ 6 equivalent of VB's DoEventsIs there anything equivalent to DoEvents of VB in VC++ 6??? Mahesh
-
Changing screen saver programaticallyI want to change the screen saver without any message to user? Can u help me out? Mahesh