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

starzykp

@starzykp
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • URL Limit
    S starzykp

    Hi all, i have problem with function CHttpConnection::OpenRequest, when i call this function with URL that is longer than 2048 char (one TCP/IP packet) the function crush down. Is the URL smaller everything work well! My question: Is there any limit to URL size? How i solve this problem? Is there any other possibility? Example: URL: executeSQL?Datbase=....&User=... (more than 2048 char). Thanks Peter

    C / C++ / MFC question help tutorial

  • Stopping a dialog from closing when ESC is pressed
    S starzykp

    Hi, fast solution! 1) catch OnCancel and don't call the parent. void CMyDlg::OnCancel() { //CDialog::OnCancel() } 2) Change ID of cancel button ID_MY_CANCEL and create a function. void CMyDlg::OnMyCancel() { CDialog::OnCancel(); } 3) Test it. Bye Peter

    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