9,868,710 members (29,235 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
49 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 1
Page Size:
10
·
25
·
50
Author filtered by: vaibhavbvp
[x]
How to convert a C++ struct with fixed byte size to C# struct
by
vaibhavbvp
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;
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
Win32
C#
C#4.0
MFC/C++
Re: Converting Cstring to float
by
vaibhavbvp
Forum Message
3 Feb 2013
i personally prefers sscanf_s function,its more reliable
General Programming
»
C / C++ / Mfc
Re: creating html file from MFC
by
vaibhavbvp
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
General Programming
»
C / C++ / Mfc
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.
General Programming
»
C / C++ / Mfc
Re: mpeg1 layer 3
by
vaibhavbvp
Forum Message
8 Dec 2012
OK thanks a lot
General Discussions
»
Converting Wav File To Mp3 Or Other Format Using Directshow
typedef structure C++ to C# problem
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
C#
VC++
Re: vote of 5++
by
vaibhavbvp
Forum Message
30 Nov 2012
nope not yeat,i have not tried,when would be free would try
General Discussions
»
Thumbnails Viewer And Image Processing Using Gdi+ And Mfc
Re: vote of 5++
by
vaibhavbvp
Forum Message
30 Nov 2012
nope not yet,i have not tried,when would be free would try
General Discussions
»
Thumbnails Viewer And Image Processing Using Gdi+ And Mfc
How do I capture a user's left-click in Windows Explorer?
by
vaibhavbvp
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
General Programming
»
Uncategorised Quick Answers
»
General
C++
Add a Dialog in a Dialog with MFC
by
vaibhavbvp
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
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
copy a file like .xml to the system32 folder
by
vaibhavbvp
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
General Programming
»
Uncategorised Quick Answers
»
General
C++
VC++
vote of 5++
by
vaibhavbvp
Forum Message
15 Nov 2012
awesome work... Great work..hats offf...
General Discussions
»
Thumbnails Viewer And Image Processing Using Gdi+ And Mfc
Conversion of CString to unsigned char
by
vaibhavbvp
Answer
15 Oct 2012
license:
CPOL
CString str = "sample";char* c= str.getbuffer();str.releasebuffer();
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
C++ Constructor definition
by
vaibhavbvp
Answer
6 Oct 2012
license:
CPOL
yeah its a perfectly valid ctor.
General Programming
»
Uncategorised Quick Answers
»
General
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.
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
MFC
VC++
Re: query
by
vaibhavbvp
Forum Message
28 Sep 2012
Oh No problem for that.really you code is perfect..a good one.. :thumbsup: :thumbsup:
General Discussions
»
Article "C# Speech To Text"
Re: Compiling code in VC++ 6.0
by
vaibhavbvp
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.
General Discussions
»
Article "Smtp Client With Ssl/Tls Enabled"
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
General Discussions
»
Converting Wav File To Mp3 Or Other Format Using Directshow
query
by
vaibhavbvp
Forum Message
19 Jul 2012
Hi thanks for your valuable code.can it be available in MFC also???
General Discussions
»
Article "C# Speech To Text"
How to write CPP GUI program
by
vaibhavbvp
Answer
29 Jun 2012
license:
CPOL
use MFC..the sweetest of the development platform for windows environment..
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
GUI
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...
General Discussions
»
Learn The Basis Of Ripper Audio File (Mpeg Audio And Wave)
MP3 Audio editor functionality
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
VC++
MP3 Audio editor functionality
by
vaibhavbvp
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..
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
VC++
recording audio be paused
by
vaibhavbvp
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
General Discussions
»
Sound Recording And Encoding In Mp3 Format.
Function to display the time.
by
vaibhavbvp
Answer
3 May 2012
license:
CPOL
you could use coledatetime stime = coledatetime::getcurrenttime();noe you could format the stime as per your needs
General Programming
»
Uncategorised Quick Answers
»
General
C++
To Determine whether the Process is running or not.
by
vaibhavbvp
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[^]
General Programming
»
Uncategorised Quick Answers
»
General
C++
Win32
Using Pointers in classes of VC++
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
VC6
C++
audio processing of encrypted formats that have DRM
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Win32
MFC
VC++
how to block a email from going
by
vaibhavbvp
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.
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
MFC
VC++
how to block a email from going
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
MFC
VC++
how to pass arguments froma program to a mfc based exe
by
vaibhavbvp
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.
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
MFC
VC++
CLI
how to pass arguments froma program to a mfc based exe
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
MFC
VC++
CLI
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
General Discussions
»
Article "Smtp Client With Ssl/Tls Enabled"
infinite loop of headerfile problem
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
VC++
CLI
setwindows keyhook problem in vista/windows7 limited account user
by
vaibhavbvp
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.
General Programming
»
Uncategorised Quick Answers
»
General
C++
C++/CLI
MFC
VC++
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
VC++
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
General Programming
»
Uncategorised Quick Answers
»
General
MFC
how to retrieve a value from the cmd
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
C++
VC9.0
how to find the system logout time
by
vaibhavbvp
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
General Programming
»
Uncategorised Quick Answers
»
General
MFC
VC++
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...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
VC++
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
MFC
VC++
how to get the data from an ip packet
by
vaibhavbvp
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
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
MFC
VC++
Re: query about this module
by
vaibhavbvp
Forum Message
1 Jul 2011
hi sir is this code valid for windows xp also??
General Discussions
»
Step By Step Deveoping A Soho Http Filter
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....
General Discussions
»
Step By Step Deveoping A Soho Http Filter
How can I intercept URL requests in C++
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
C
MFC
VC++
how to capture an image from webcamera in C++/MFC
by
vaibhavbvp
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.
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
VC++
button and image synchronization
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
C++/MFC
VC++
what does the macro definition of this macro IMPLEMENT_DYNCREATE signifies
by
vaibhavbvp
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...
General Programming
»
Uncategorised Quick Answers
»
General
MFC
how to add columns in a sdi document
by
vaibhavbvp
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
General Programming
»
Uncategorised Quick Answers
»
General
C++/MFC
Page 1 of 1
First
·
Prev
·
Next
·
Last
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