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

myshketer

@myshketer
About
Posts
21
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • GetUserName() return "SYSTEM" FOR SYSTEM PROCESS
    M myshketer

    Look at regestry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer value Logon User Name

    C / C++ / MFC json question

  • Windows Service Help [modified]
    M myshketer

    Look in MSDN for CreateService or OpenSCManager functions.

    ATL / WTL / STL help question

  • Intercept Send Mail in Outlook
    M myshketer

    What event you hook in DispEventAdvise? Also you shure that DispEventAdvise called sucessfully?

    COM tutorial

  • IStream object of HTTP in ActiveX Web Control
    M myshketer

    Try to use IBindStatusCallback interface.

    COM com

  • Site map.
    M myshketer

    Thanks, but I need to know where does the user may go from the page. In other words I need the map with pointers all pathes.

    Web Development question csharp asp-net help

  • Site map.
    M myshketer

    Hi! I have a big code source of the web site. Some pith of code writed on ASP and another part on ASP.NET. I need to know the site map but determinated it on practic will spend too long time. Another way is analyse the code. I think it should be the parser which can analyse the code of specific web page (in my variant it is ASP or ASP.NET file) and work with pages controls. Does anybody know some tool helps for or may be some link to solution or any saggestion? Does my question illustrate my problem? :rolleyes:

    Web Development question csharp asp-net help

  • Problem in passing a VARIANT to IXMLDOMNodePtr
    M myshketer

    I think the problem in your code when you (or system) have call QueryInterface. You can review call stack and determinate where this error ocure.

    ATL / WTL / STL c++ help xml question

  • Problem in passing a VARIANT to IXMLDOMNodePtr
    M myshketer

    Olen'! when you open first parenthesis - what you see in help tooltip? There is should be enumerate of parametres in function, yes? So, how many parameteres in that function? Actually, I have meet that problem - in MS .NET Studio and MS VS 6.0 count of parametres in MSXML namespace function are dfferents. But don't wory - the absent parametr is result of DWORD types. So, pRetCode->nodeValue(_variant_t(t)); transform to DWORD dw; pRetCode->nodeValue(_variant_t(t), &dw); or some looks like thiat :)

    ATL / WTL / STL c++ help xml question

  • Failed to import COM dll in C++ into C# in .NET 2005
    M myshketer

    You should make Interop.whatevername.dll file and add it to your project. Some tools provide by VS2005 will help you. Look for TLBEXP.EXE

    COM csharp help c++ com announcement

  • Windows service problem
    M myshketer

    if you are run your Java app. with CreateProcess(Ex) you can use WaitForSingleObject(). other variant is in scanning processes list for looking your java app.

    C / C++ / MFC help java tutorial question

  • Implementing IDownloadManager & download() method..
    M myshketer

    You can use IMoniker for downloads files and IBindStatusCallback for accepts information on an asynchronous bind operation.

    ATL / WTL / STL c++ com csharp visual-studio tutorial

  • IDispatch question
    M myshketer

    IDispatch is the standart interface, why you need it save? The help just known you that Document inherited from IDispatch. If you want to save html look for methods in Document that allow you to get HTMLBody as string and after that save it.

    COM question html com help

  • Garbage Collector don't joke!
    M myshketer

    I use class wrapper with Marshal.ReleaseComObject in destructor, but error strangely unpredictable occured in the finish of application.

    .NET (Core and Framework) csharp visual-studio com performance help

  • Garbage Collector don't joke!
    M myshketer

    May be not... Looks like you are right - I call GC.Collect() before return from main() and it is help.

    .NET (Core and Framework) csharp visual-studio com performance help

  • Garbage Collector don't joke!
    M myshketer

    Hello! I have a C# Windows Form application (VS 2005) which use some COM object. In the end, after Form close, I recieve error message box : HEADER: .NET BradcastEventWindow.2.0.0.0.1.e6fa8e.0:MyApplication.exe - Application error TEXT: The exception unknown software exception (0x00000005) occured in the application at location 0x7d6210ca Click OK to terminate program. I. I have installed WinDbg, but debugging this application is not available. II. I browse internet for look this error and found that it is Garbage Collector error. III. I started VS and attached to MyApplication.exe and didn't sow that location 0x7d6210ca, of cource many modules loaded, but this address was to big. May be it is addres of virtual memory? So, I think that some COM object don't correctly released or some callback come to released object. May be you have some thinks or ideas?

    .NET (Core and Framework) csharp visual-studio com performance help

  • Using NULL to Close the DB connection after Close()
    M myshketer

    I found an example in MSDN 2003 where NULL setting object omited. The sample name is "ConnectionString, ConnectionTimeout, and State Properties Example (VC++)"

    COM database

  • Get problem with FindWindow(). Pls help! [modified]
    M myshketer

    HWND curWin = FindWindow((LPCWSTR)winClass,(LPCWSTR)winTitle) - error !!! FindWindowW(wchar_t const *,wchar_t const *) - postfiks 'W' mean that the funktion use wchar_t instead char. And you can convert char* to wchar_t* by using _TEXT("") macros. And look here -> pHandle::setHandle(NULL) - wich of your function will be use?

    C / C++ / MFC help workspace c++ visual-studio debugging

  • Help me on CHttpConnection Class
    M myshketer

    Try to use it :)

    C / C++ / MFC help

  • STA model and new thread
    M myshketer

    Hello! I want to know how .NET managed threads in STA model application. When I create new thread should I init COM library in some way (like CoInitialize() in C++) or .NET did it for me? Best regards, M.

    C# csharp c++ com question

  • How recieve time from system time
    M myshketer

    I thinked it is... but investigation show that it number too small

    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