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
J

jerome_data

@jerome_data
About
Posts
53
Topics
28
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SSIS - Find Delete and Appends Rows Option?
    J jerome_data

    Hello, I works on SSIS integration services and i business Developpement Studio. When i use a wizard i can check delete or append row for destination table. My problem is: I don't find this both options when i open my dtsx package in Visual Studio. thanks for your help.

    .NET (Core and Framework) help csharp sql-server visual-studio business

  • how to secure access folder in asp.net?
    J jerome_data

    great ty

    ASP.NET csharp asp-net com tutorial question

  • how to secure access folder in asp.net?
    J jerome_data

    how do you do to protected file (other than aspx file of course) in subfolder?

    ASP.NET csharp asp-net com tutorial question

  • how to secure access folder in asp.net?
    J jerome_data

    ok but i try to do integrated-window authentication without Active Directory Service.

    ASP.NET csharp asp-net com tutorial question

  • how to secure access folder in asp.net?
    J jerome_data

    i use form authenthication in web.config: User is stored in database. How to do integrated-window authentication? ty

    ASP.NET csharp asp-net com tutorial question

  • how to secure access folder in asp.net?
    J jerome_data

    i have a subfolder in my application with different file (doc, avi). all files are accessible only when the user is authenticated in the application but i want to secure for direct access from url. exemple : www.website.com/file/document.doc can't been donwloaded directly. the user must been authenticate to access to this file. How i can do this? ty

    ASP.NET csharp asp-net com tutorial question

  • How to authenticate in asp.net in restricted folder?
    J jerome_data

    i didn't get you!!

    ASP.NET csharp asp-net com windows-admin security

  • How to authenticate in asp.net in restricted folder?
    J jerome_data

    Hello i have a asp.net application with subfolder: www.myapplication.com/ressourcefolder/ I have disable anonymous access to ressourcefolder in IIS, If i try to access to this folder in internet explorer i have the authentication window. Now i want my website to access to this folder witout opening the authentication window on client side. How do this? Thanks

    ASP.NET csharp asp-net com windows-admin security

  • How to launch exe file with command line?
    J jerome_data

    I used Win32 and MFC. I try launch exe file with commands line. How to this? example: "c:\dir1\form.exe cmd1" thanks

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

  • How to retrieve parameters in C# Form Application?
    J jerome_data

    ok nice Environment.GetCommandLineArgs() works fine.

    C# csharp c++ help tutorial question

  • How to retrieve parameters in C# Form Application?
    J jerome_data

    Hello I want to launch from C++ a other C# application with paramters. I use ShellExecute(handle, "param1", csharpapplication, NULL, NULL, SW_SHOWNORMAL); But i'm newbie in C# and i want to retrieve "param1" paramters when csharpapplication is initialized. Help me please

    C# csharp c++ help tutorial question

  • How do a capture of a control and save to bitmap file?
    J jerome_data

    It's works Excellent!!! THANKS

    C / C++ / MFC graphics performance help question

  • How do a capture of a control and save to bitmap file?
    J jerome_data

    i have a black bmp file (Gdiplus::ImageFormatBMP) ty

    C / C++ / MFC graphics performance help question

  • How do a capture of a control and save to bitmap file?
    J jerome_data

    ok i try but i have a error on ImageFormatBMP. undeclared identifier!!! i have done #include to have Cimage class but i have a problem on ImageFormatBMP thanks

    C / C++ / MFC graphics performance help question

  • How do a capture of a control and save to bitmap file?
    J jerome_data

    CImage?? thanks

    C / C++ / MFC graphics performance help question

  • How do a capture of a control and save to bitmap file?
    J jerome_data

    both. i do this CDC dc; CRect rectClient; thecontrol.GetClientRect(&rectClient); HDC hdc = ::GetDC(thecontrol.m_hWnd); dc.Attach(hdc); CDC memDC; memDC.CreateCompatibleDC(&dc); CBitmap bm; bm.CreateCompatibleBitmap(&dc, rectClient.right, rectClient.bottom); CBitmap * oldbm = memDC.SelectObject(&bm); memDC.BitBlt(0, 0, rectClient.right, rectClient.bottom, &dc, 0, 0, SRCCOPY); here bm as done a screenshot of the control. i want to save this Cbitmap to file .bmp?? If you have other function!! thanks

    C / C++ / MFC graphics performance help question

  • How to save CBitmap To .bmp file?
    J jerome_data

    How to save CBitmap To .bmp file without ? thanks

    C / C++ / MFC tutorial question

  • How do a capture of a control and save to bitmap file?
    J jerome_data

    Hello I want to do a capture of one control(custom control) in my project in memory and save directly this capture in a bitmap or jpg file. Help me please. Jdata

    C / C++ / MFC graphics performance help question

  • MSVCRT.dll and _resetstkoflw() Win 2000 and XP
    J jerome_data

    Hi I have a problem with msvcrt.dll from WinNT/System32 on windows 2000 (this dll doesn't have _resetstkoflw entry). My software use this function and it works correctly on Win XP. I use Visual Studio and MFC. Is it possible to forced my software to load other msvcrt.dll? Please Help thanks

    C / C++ / MFC help csharp c++ visual-studio question

  • How to fill a ellipse
    J jerome_data

    yes it's work very fine thanksssss i need to do now a code to calculate coordinate point from a percent value. thanks

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