April 17th, 2013 06:27 AM
I work on an application with WPF as the presentation layer and WCF as the server service. Now what i want to do is, i want to ping the presentation of client when some changes occurs in the server....
August 15th, 2011 03:22 AM
// Open file to read (will fail if file does not exist)
if( NULL == ( fStream = fopen( cpFileName, "r" )))
{
perror( "Cannot open file to read : " ) ;
break ;
}
stFileOppend =...
August 14th, 2011 01:19 PM
hi all i have 3050 x 3050 double matrix which is created through some calculations. This is a c application we got as a pilot project and we need to show them run faster. we have to first read this...
December 20th, 2010 12:38 AM
Hi all i am working with CaptureVideo.cpp file to capture video images from the TV tuner card connected to my system with direct x. this file i got from codeproject for video capturing using directx...
December 20th, 2010 12:29 AM
Can i get any sample application for this.
December 14th, 2010 05:26 AM
Hi all, i want to capture and save video file and image from video card / tv tuner card connected to my PC. How can in do this. can any one guide me.
October 27th, 2010 07:29 AM
Sorry it was my fault, i was using the wizard and forget to remove the old imported assembly reference before adding the new ocx control to the application. Thanks for remembering about the import...
October 27th, 2010 05:46 AM
I have created an active x component using wizard in Visual studio 2010. I am consuming the OCX control in a .net desktop application. Now the problem is that. I have modified a particular function...
September 4th, 2010 03:28 PM
Hi all, if i am asking a nonsense please excuse me :-). I just want to know if i developed an application using MFC and linked it staticaly can i run the application in a linux machine. Or if i...
September 3rd, 2010 02:31 PM
I am sorry Igor i mean the Dialog Template. I have totally messed up the question any way the suggestion from ovidiucucu helped me. Thanks for both of you :-).
September 3rd, 2010 07:43 AM
How can i create my win 32 application main window using window resource IDC_MYWINDOW other than using CreateWindow Function, or DialogBox function.
February 24th, 2010 02:31 AM
Hi all i have a list control inside my user control which creates a user form for my application. It is placed inside a GridView column. now i want to move that control on runtime and place is some...
February 18th, 2010 11:37 PM
Hi Alex, we thought of this method first but then we changed out plan. Its just because we need to show the user who access the record second that this is a readonly data and so he/she dont try to...
February 18th, 2010 03:54 AM
Hi all i know this question is not specific to this forum. I am asking here as i think i will get much more response from here other than any other forum.
I want to manage concurrent use of data...
November 23rd, 2009 08:20 AM
Thank you verymuch this is what i was looking for :-). I will not forget to rate this :-)
November 23rd, 2009 07:15 AM
Why dont you try sending message to your pop up windows Or communicate with them using any events or mutex and make them close by them selves. I dont know your senario well but this is a suggestion.
November 23rd, 2009 07:08 AM
Dear All, first of all let me apologize for misleading you guys. My question is totally different from what you guys understood. I need to implement a style management in my application similar to...
November 16th, 2009 07:53 AM
Dear all,
i dont know whether the question title suite my requirement. I want write a function to set different properties of a control which take values or'd.
Like that we use in windows API's...
October 15th, 2009 07:43 AM
Hi all i have created a WCF web application. At one point the application started behaving unexpectedly. Like what ever modifications i have added to it, is not reflecting in the cosuming time. I...