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
Deepak Samuel
Posts
-
Progress bar problem. -
How to Debug?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.
-
Winsock problem.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.
-
How to transfer data in Real Time over the netHi, 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.
-
How to Initialize an array of user selected sizeHi, 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.
-
what does "this" mean?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
-
Carriage return- How to identify?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
-
Carriage return- How to identify?Hi, how can I identify a carriage return (\n)using fscanf ? Thanks, Deepak Samuel.
-
Video not visible in Widows MPHi, 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.
-
DDE problem with afxmessageboxHi, Thanks for the reply. I even tried introducing a sleep in the loop instead of the AfxMessageBox but it didnt work that way.
-
DDE problem with afxmessageboxHi, 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
-
How to stop a thread from another thread.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.
-
What is a wrapper class ?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
-
Problem with minimizing dialog boxHi, I am using MFC. Thanks, Deepak Samuel.
-
Problem with minimizing dialog boxHi, 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.
-
How to get the Open File Dialog Box in MFCHi, How can I get the Open File Dialog Box .I use MFC and MVC++ 6.0. Thanks. Deepak Samuel.
-
how to add the file names in a directory to a comboboxHi, How can we add the file names in a directory to a combobox ? Thanks, Deepak Samuel
-
how to check a radio boxHi, 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.
-
How to draw a line in a dialog box ?How to draw a line (horizontal&vertical) in a dialog box ? Thanks, Deepak Samuel.
-
How to insert a picture inmy dialog boxHi, I want it to be displayed at one corner of my Dialog box. Thanks, Deepak Samuel.