Click here to Skip to main content
15,898,571 members

Comments by Vardhraz (Top 5 by date)

Vardhraz 12-Oct-12 2:04am View    
within that Reza() only you can able to return the variable pp..if you want to use double price() you have to call that price() fucntion within that Reza()fucntion...
Vardhraz 9-Oct-12 2:17am View    
use this
string str1=System.DateTime.Now.ToString("hh-mm-ss");

you can get system time...whenever user clicking button store that value as start time.while stop the process again use that System.DateTime.Now();now u can get stopped time..calculate difference you can get elapsed time..i hope this may helpful for you....
Vardhraz 9-Oct-12 0:54am View    
In vc++ windows form creation is little difficult one..better you can create DLL in Vc++ using COM ATL/MFC..then you can create windows form easily using c# and by link your DLL ,you can call the function dynamically...try to do this way to makes it easy...
Vardhraz 9-Oct-12 0:15am View    
hi..while stop recording you have to release the filters properly..checkout that place....
Vardhraz 9-Oct-12 0:08am View    
if you are using sample grabber,definitely you can able to insert bitmap..for that first you have to create bitmap object from buffer..and then you can draw bitmap image using GDI+ graphics Drawimage function...try this