Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: vaibhavbvp [x]
Question 6 May 2013   license: CPOL
Hi i have this struct in C++,how to get an equivalent struct in C#typedef struct{ BYTE a :4 ; BYTE b :4 ; BYTE c :4; BYTE d :4 ; BYTE e :4; BYTE f :1; BYTE g :1; BYTE h :1; BYTE i:1; BYTE j :4 ; BYTE k :4 ;}demostruct;
Forum Message 3 Feb 2013  
i personally prefers sscanf_s function,its more reliable
Forum Message 3 Feb 2013  
that.s not a very big task,just create the file name by using the .htm or .html extension,n then everything is as simple as creating a html page.for html you could check any site(lots of examples are
Re: MPEG decode by vaibhavbvp
Forum Message 3 Feb 2013  
what exactly is your need in mpeg layer?? if its mpeg1 layer3 then i could help you in case of audio.
Re: mpeg1 layer 3 by vaibhavbvp
Question 5 Dec 2012   license: CPOL
Hihow to use this in C#i have a structure in C++,i creates a typedef of array of this structurenow i want to use this typedef as argument in a C# function as input.e.g.struct node{int x;string y;};typedef node pyu=new node[65];void func(pyu a,char...
Re: vote of 5++ by vaibhavbvp
Forum Message 30 Nov 2012  
nope not yeat,i have not tried,when would be free would try
Re: vote of 5++ by vaibhavbvp
Forum Message 30 Nov 2012  
nope not yet,i have not tried,when would be free would try
Answer 20 Nov 2012   license: CPOL
you could install mousehook,that can be done by using the following api SetWindowsHookEx.Now you could use another function find window,so whenever mouse click on that window you could trap that event
C++
Answer 20 Nov 2012   license: CPOL
hi may be you want to create a dialog control.if that is fine then a lot of stuffs are already available on the codeproject
Answer 20 Nov 2012   license: CPOL
You could use Copyfile function or the movefile.or you could diretcly create your file in the syste32 by using expandenvironmentstring function or you could use function GetSystemDirectory for getting the path of system 32.and create the file there directly
vote of 5++ by vaibhavbvp
Forum Message 15 Nov 2012  
awesome work... Great work..hats offf...
Answer 15 Oct 2012   license: CPOL
CString str = "sample";char* c= str.getbuffer();str.releasebuffer();
Answer 6 Oct 2012   license: CPOL
yeah its a perfectly valid ctor.
C++
.dss to .wav conversion by vaibhavbvp
Question 30 Sep 2012   license: CPOL
Hi everybodyi have a problem in converting a audio which is in .dss format.i want to convert it in wave format through code.can anybody help me in converting it without using third party software.
Re: query by vaibhavbvp
Forum Message 28 Sep 2012  
Oh No problem for that.really you code is perfect..a good one.. :thumbsup: :thumbsup:
Forum Message 10 Sep 2012  
yeah i have used this in vc6.0 without any problem.if you are facing any such error then let me know,would try to resolve them.
mpeg1 layer 3 by vaibhavbvp
Forum Message 30 Jul 2012  
Hi thanks a lot for such a valuable code.i am having a small query,does this code supports conversion in MP3(MPEG1 LAYER3 format)???? most of the audio are encoded in mpeg2layer2,mpeg2layer3,mpeg2la
query by vaibhavbvp
Forum Message 19 Jul 2012  
Hi thanks for your valuable code.can it be available in MFC also???
Answer 29 Jun 2012   license: CPOL
use MFC..the sweetest of the development platform for windows environment..
my Vote of 5 by vaibhavbvp
Forum Message 28 Jun 2012  
Thanks a lot by posting such a good article...really thumbs up :thumbsup:great code..... thanks a lot...
Answer 27 Jun 2012   license: CPOL
@Albert Holguin.Ist let me thank you for your valuable suggestion.Now let me explain the problem:actually my problem is I have a mp3 audio,now let suppose this audio is playing,and i want to delete some part of this audio file.e.g. audio length is of 5minutes,now i want to change its...
Question 27 Jun 2012   license: CPOL
Hi Alli have a problem in editing a mp3 audio.basically i want to erase some part of the audio.it would be a great help for me..
Forum Message 14 Jun 2012  
First of all let me thank you for such a nice code.its really fantastic :) thanks a lot for such a great code I have a small query.Is there any way by which i can pause the recording for somet
Answer 3 May 2012   license: CPOL
you could use coledatetime stime = coledatetime::getcurrenttime();noe you could format the stime as per your needs
C++
Answer 30 Apr 2012   license: CPOL
you can enumerate all the active processes list and then you can check if your process is running or not.if the process is running,you can terminate that by using terminateprocess() window function;you can have a look on the following samplehttp://forums.codeguru.com/showthread.php?t=457604[^]
Answer 29 Apr 2012   license: CPOL
class testPtr{ float *add(float *a,int n)}; inspite of creating objectthis way testPtr testPtrObject();create object like this testPtr testPtrObject void main { testPtrObject.add(a,n); } also here the definition that you have written is not...
Question 11 Apr 2012   license: CPOL
Hi everybody.Is there any way by which i can remove the DRM from a DRM protected file...i have to convert a DRM based audio file in MP3 format.is there any sample code for converting a DRM protected file in MP3.i have the license file for that,the thing is i want to convert the DRM...
Answer 6 Apr 2012   license: CPOL
yes finally got some hint how it could be tackled.it can be tackled by making a CGi kind of application.that would be a relevant solution.
Question 27 Mar 2012   license: CPOL
Hi allI have a problem regarding blocking of email from going.let suppose i sent a email to a recipient which is among the list of banned recipients.So is there any way by which i could block the email from delivering to that recipient by using any kind of email filter application.please do...
Answer 24 Jan 2012   license: CPOL
simply us the getcommandline() function this fucntion stakes the argumnets from the comandline,and acc u could use them.
Question 19 Jan 2012   license: CPOL
Hi alli am stucked in a problem.i want to pass some variables values from a program to a mfc dialog based exe...the number of arguments that i want to pass is 3.is there any way by which i can pass these three arguments into the mfc based exe..really i am in a urgent need...
Re: VC++ 6.0 by vaibhavbvp
Forum Message 13 Jan 2012  
Hi XinyiChen, Have you got the success in compiling this source code in VC++ 6.0.... if yes then can you please send me a copy of this source code,i m in an urgent need of it compiling this source c
Question 25 Dec 2011   license: CPOL
Hi AllI am facing a problem.let suppose i have two classes.class A and class B.in class A i defines the object of class B,and in class B i defines the object for class A.When i try to run the code it show the error that to place a semicolon before the classA .the code is something like...
Question 23 Nov 2011   license: CPOL
hello alli have traced keys using the set windows keyhoookex,it works fine on the windows xp and in the administrator account of the vista and windows 7.the problem occurs when i install hooks on a limited account user.the application crashes.dont know why it happens so.
Keyboard hooking problem by vaibhavbvp
Question 19 Nov 2011   license: CPOL
Hi everyone,I am making a key logger using the set Windows key hook. I have been stuck in a weird problem with the hooks.My code is working fine when I try typing in notepad or any thing like that, but whenever I type something on the Internet i.e. in the address bar or chatting every...
ms chart control in mfc by vaibhavbvp
Question 21 Sep 2011   license: CPOL
Hi allI am creating a dialog based mfc applciation in which i have to disaply the grahs for some data.my problem is that in mfc dialog application we dont have the ms chart control.is there any way by wchich we can add the ms chart control in for the dialog based application..thanx
MFC
Question 3 Sep 2011   license: CPOL
Hi alli am facing a problem.i want to retrieve a value from the command prompt.can any one tell me how to retrieve a value from the command prompt.i.e. as i hit the command "net statistics workstation"in the cmd.i want to retrieve the value after this...can anybody help me this using...
Question 2 Sep 2011   license: CPOL
hi alli am writing a code to know the system logout timei.e.the time on wchich the system had been logout.....can any body suggest me how can i got the system logout time using VC++,MFC.....thanx
msn chat capture problem by vaibhavbvp
Question 1 Sep 2011   license: CPOL
Hi allI am making a chat capturing application that would capture the msn chats.but right from the the version of 5.0 in msn,the rich edit box is eliminated..i ahve traced the chat window from the spy++,and its telling that it is having DirectUIHWND as the class. i have no idea about this...
how to redirect a url by vaibhavbvp
Question 3 Jul 2011   license: CPOL
hi allis there any way by which i can redirect a url to another url,if the existing url is among the list of prohibted urls....i am writing the code in c++.so if any body has any idea regarding it..plz help.... i wan the code to work for all web browser....that's the key factor..let...
Question 2 Jul 2011   license: CPOL
hi alla i am making an application that would retrieve the contents of the email from the ip packet...i am a beginner in network programming..can any body send me some samples about this....thanxwith regards
Forum Message 1 Jul 2011  
hi sir is this code valid for windows xp also??
query about this module by vaibhavbvp
Forum Message 30 Jun 2011  
hi all ive not seen this module "CProcessPacket::SensorHttpRequest."newhre in the source code. evn this code is not filtering the list of keywords as given in the banlist.ban plz help....
Question 26 Jun 2011   license: CPOL
hi alli am making an application that will intercept the url if its among the list of prohibited urls.if its among the prohibited url then it would redirect the url to a specific given url...
Question 23 Jun 2011   license: CPOL
hi alli want to capture image from web camera as a user comes in front of the webcam,and want to save that image it as jpg image.
Question 20 Jun 2011   license: CPOL
hello alli am facing a problem while resizing the window size.i am using a button as control,in that i am giving a text and a image together.but whenever am resizing the window again,the control gets mismatched,mean the image size and text size gets mismatched.how to make them matched,so...
Question 31 May 2011   license: CPOL
what does the this code performs???#define IMPLEMENT_DYNCREATE(class_name, base_class_name) \ CObject* PASCAL class_name::CreateObject() \ { return new class_name; } \ #define IMPLEMENT_DYNCREATE(class_name, base_class_name) \ CObject* PASCAL...
MFC
Question 31 May 2011   license: CPOL
hi siri am a novice in mfc programming.i am creating a small application in SDI.but i am facing a problem how to create columns in that SDI document.how to add columns in that SDI document,so that they can be viewed on the document.thanx

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid