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
D

Deepak Samuel

@Deepak Samuel
About
Posts
75
Topics
62
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Progress bar problem.
    D Deepak Samuel

    Hi, I have a progress bar and I set the range using m_datprog.SetRange(0,Prog) The problem I have is that the progress bar is full before it reaches the maximum limit (prog). Any help would be appreciated. Thanks, DS

    C / C++ / MFC help

  • How to Debug?
    D Deepak Samuel

    Hi , I use MVC++ editor for my vc++ program. When I try to debug it, it shows the point where an exception occured in the assembly language (Disassmebly). I dont know how to convert and find where it happened in the actual code. what do I do to find where the exception occured in my actual code? Thanks, Deepak Samuel.

    C / C++ / MFC c++ asp-net debugging architecture tutorial

  • Winsock problem.
    D Deepak Samuel

    Hi, I dont know whether this is the right place for this question, Please excuse if it is not so,. I have just started programming in winsock. How is my server intimated that one of the clients has sent it some data? should I have a loop with the recv(....) function so that it checks continuously for incoming data? Or are there anyother options? (Windows is my OS) Thanks, Deepak Samuel.

    C / C++ / MFC question sysadmin help

  • How to transfer data in Real Time over the net
    D Deepak Samuel

    Hi, I am totally to "web programming". I just want to know the best way to transfer data in real time from one computer to another through internet.Can anyone suggest me the starting point for that? Thanks, Deepak Samuel.

    Web Development tutorial question

  • How to Initialize an array of user selected size
    D Deepak Samuel

    Hi, How do I initilaize an array whose size will be determined by an user input(For example from a edit box ? I tried this but they didnt work... numsamples = m_numsamp; const long arr = numsamples; ULONG x[arr]; ULONG y[arr]; They returned error 2057 and 2466. Thanks! Deepak Samuel.

    C / C++ / MFC tutorial question data-structures help

  • what does "this" mean?
    D Deepak Samuel

    I just encountered this "this" in a sample code. Can anyone explain what it means?. _param->_this = this; Is the "this" an operator? Thanks. Deepak Samuel

    C / C++ / MFC question

  • Carriage return- How to identify?
    D Deepak Samuel

    I am scanning the file for interger values what happens if my file itself contains a integer value of 13 ? How can I differentiate between my data and a carriage return?` Thanks, Deepak Samuel

    C / C++ / MFC question tutorial

  • Carriage return- How to identify?
    D Deepak Samuel

    Hi, how can I identify a carriage return (\n)using fscanf ? Thanks, Deepak Samuel.

    C / C++ / MFC question tutorial

  • Video not visible in Widows MP
    D Deepak Samuel

    Hi, I am using a Win XP system. Recently there was a problem and I had to upgrade my display driver. After that I could not view any video in Windows MP or real player.I could hear the sound but couldnt see the video. What could be the reason for this?. Thanks, Deepak Samuel.

    System Admin help question

  • DDE problem with afxmessagebox
    D Deepak Samuel

    Hi, Thanks for the reply. I even tried introducing a sleep in the loop instead of the AfxMessageBox but it didnt work that way.

    C / C++ / MFC help question sysadmin

  • DDE problem with afxmessagebox
    D Deepak Samuel

    Hi, I am using DDE (Dynamic Data Exchange) protocol to send data from my system to another system in my network. I dont know any forums which give programming support for this protocol and hope somebody here helps me in it... Back to my question, I wanted to automate the data sending process and so I have a loop in my thread with a waitforsingleobject function . whenever new data arrives the object is signaled and data is thus transfered.I have a problem here The data is not transferred as such, but when I include a Afxmessagebox somewhere inside the loop.It works perfectly ok. I had to quit the box everytime. what difference does the AfxMessagebox does ? I dont understand it.Can anyone help me in it? Thanks. Deepak Samuel

    C / C++ / MFC help question sysadmin

  • How to stop a thread from another thread.
    D Deepak Samuel

    Hi, I created a thread using the AfxBeginthread function. How do I stop this thread from another thread. MSDN resources say that its dangerous to use call TerminateThread. I tried using it too, but it failed to terminate it. Thanks, Deepak Samuel.

    C / C++ / MFC tutorial question

  • What is a wrapper class ?
    D Deepak Samuel

    Hi, I am new to programing . I often come across the word "Wrapper class" in some books. What is it?. What is a type library? When I open a *.tlb, I see a whole chunk of hexadecimal display. Thanks. Deepak Samuel

    C / C++ / MFC question com

  • Problem with minimizing dialog box
    D Deepak Samuel

    Hi, I am using MFC. Thanks, Deepak Samuel.

    C / C++ / MFC help question

  • Problem with minimizing dialog box
    D Deepak Samuel

    Hi, I have a Modal Dialog Box, When i click the minimize bar on the top right corner, It does not go to the task bar, instead it settles at the bottom left corner of the screen, what should I do to make it settle in the taskbar ? Thanks, Deepak Samuel.

    C / C++ / MFC help question

  • How to get the Open File Dialog Box in MFC
    D Deepak Samuel

    Hi, How can I get the Open File Dialog Box .I use MFC and MVC++ 6.0. Thanks. Deepak Samuel.

    C / C++ / MFC c++ asp-net architecture tutorial question

  • how to add the file names in a directory to a combobox
    D Deepak Samuel

    Hi, How can we add the file names in a directory to a combobox ? Thanks, Deepak Samuel

    C / C++ / MFC tutorial question

  • how to check a radio box
    D Deepak Samuel

    Hi, I have a set of radio box in my a group box. I could not set any of the radio buttons. the member variable is of type int. I try to set it using m_membervariable = 0 and so on. Thanks, Deepak Samuel.

    C / C++ / MFC tutorial

  • How to draw a line in a dialog box ?
    D Deepak Samuel

    How to draw a line (horizontal&vertical) in a dialog box ? Thanks, Deepak Samuel.

    C / C++ / MFC tutorial question

  • How to insert a picture inmy dialog box
    D Deepak Samuel

    Hi, I want it to be displayed at one corner of my Dialog box. Thanks, Deepak Samuel.

    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