9,868,710 members (36,892 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*
39 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: iDebD
[x]
CMFCToolbar: use Customized bitmap(HBITMAP ) runtime
by
iDebD
Question
13 May 2013
license:
CPOL
//CMFCToolBar m_wndToolBar;if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_wndToolBar.LoadToolBar(theApp.m_bHiColorIcons ? IDR_MAINFRAME_256 : IDR_MAINFRAME)) { TRACE0("Failed...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
Bitmap
pImage->LoadFrame(..) crashing when replaced custom Toolbar.bmp in MDI application
by
iDebD
Question
12 May 2013
license:
CPOL
CMDIFrameWnd* pFrame = new CMainFrame;if (!pFrame) return FALSE;m_pMainWnd = pFrame;// create main MDI frame windowif (!pFrame->LoadFrame(IDR_MAINFRAME)) return FALSE;I have created MDI application which has one toolbar (With 5 buttons, coming through a Toolbar.bmp...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
Toolbar
Bitmap
Error: The Procedure entry point EncodePointer could not be located in the dynamic link library KERNAL32.dll
by
iDebD
Answer
12 May 2013
license:
CPOL
This is problem with VS2012 compiler which has some issue with XP;Apps build in VS2012 will not run in XP (no idea why, may be Visual Studio 2012 didn't support Window XP as target platform.);Just recompile your apps in vs2010 and it will run well in...
General Programming
»
Uncategorised Quick Answers
»
General
WinXP
C++
Windows
Error: The Procedure entry point EncodePointer could not be located in the dynamic link library KERNAL32.dll
by
bubaidada
Answer
10 May 2013
license:
CPOL
[^]This the solution of my problemProblem in VS2012 compiler;I compiled it in VS2010 and it is able to run successfully in XP
General Programming
»
Uncategorised Quick Answers
»
General
WinXP
C++
Windows
Error: The Procedure entry point EncodePointer could not be located in the dynamic link library KERNAL32.dll
by
bubaidada
Question
10 May 2013
license:
CPOL
I have wrote a dll which is successfully loaded by my C++ as weell as my Delphi program in WIn7, win 8;But when I am trying to run the same program in XP (No service pack)it is giving error:The Procedure entry point EncodePointer could not be located in the dynamic link library...
General Programming
»
Uncategorised Quick Answers
»
General
WinXP
C++
Windows
Using Google translator API in C++
by
bubaidada
Question
4 May 2013
license:
CPOL
I want to create a MFC project in C++ which will use Google Translator API to translate strings into required language from English;I Have found following link to useful:https://developers.google.com/translate/v2/libraries[^]But having no clue if is there any interface in Google...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MFC
translate
SVN Repository on Google Drive or DropBox
by
bubaidada
Answer
4 May 2013
license:
CPOL
http://stackoverflow.com/questions/12978987/svn-repository-on-google-drive-or-dropbox[^]
General Programming
»
Uncategorised Quick Answers
»
General
svn
TortoiseHg
SVN Repository on Google Drive or DropBox
by
bubaidada
Question
4 May 2013
license:
CPOL
Is it possible to setup SVN repo/server on google drive or dropbox etc?I want to put my PhD project under version control. The data has to stay private and only accessible to me and my friends. I can't afford to pay so I want free service.I have experience with Tortoise SVN.
General Programming
»
Uncategorised Quick Answers
»
General
svn
TortoiseHg
Getting job info status as zero for offline printer?
by
bubaidada
Question
30 Apr 2013
license:
CPOL
I am writing a code where I am enumarating all jobs in printer spooler and getting JOB_INFO_4 (http://msdn.microsoft.com/en-us/library/windows/desktop/dd145022(v=vs.85).aspx[^]);if (::EnumJobs(hPrinter_, 0, 1, 2, pBuffer, bufferSize, &sizeNeeded, &numJobs) == 0) { //DEVMODE...
General Programming
»
Uncategorised Quick Answers
»
General
C++/CLI
Printer
MSDN
TStringGrid not showing UNICODE character set, showing اردو ویکیپیڈیا as ? ?
by
bubaidada
Question
25 Apr 2013
license:
CPOL
Hi, I have a TStringGrid; When am writing in the grid, it is showing ????? ????? instead of showing و ویکیپیڈیا .The string which I am setting in TStringGrid is in Unicode, as if I can show it via messagebox;Following code setting unicode string:with frmhook.sg do begin if...
General Programming
»
Uncategorised Quick Answers
»
General
Delphi
Unicode
My vote of 5
by
bubaidada
Forum Message
25 Apr 2013
lol
General Discussions
»
Article "Low Coupling And High Cohesion In C++ Applications"
Loading a dll creats a thread, this hang the UI...
by
bubaidada
Question
25 Apr 2013
license:
CPOL
1) One MFC GUI is There (MFC is not imp); It has two button, one button is there which is loading a DLL; On loading a thread is starting in which is sending some info to the GUI via a callback function;Now the problem is, when I am loading the DLL, i.e thread is starting, the GGUI is going to...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Threading
Delphi Form Programming, GUI not responding!!
by
bubaidada
Question
24 Apr 2013
license:
CPOL
unit Unit_hook;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Grids;typeTCALLBACKPROC = function(strDataType:PWideChar;...
General Programming
»
Uncategorised Quick Answers
»
General
Delphi
What is the best book for PHP and MYSQL? Will help to Code a Complete website?
by
bubaidada
Question
23 Apr 2013
license:
CPOL
I want to write my own website. Can anyone tell me list of books, which will be a complete reference for writing a complete aand complex website?Thanks
General Programming
»
Uncategorised Quick Answers
»
General
CSS
HTML
PHP
MySQL
vector max_size calculation, how?
by
bubaidada
Question
21 Apr 2013
license:
CPOL
#include "stdafx.h"#include #include #include "conio.h"int main (){ typedef struct { int iArr[10]; }BIGSTRUCT; BIGSTRUCT st; std::vector myvector; int ii = sizeof(BIGSTRUCT); std::cout
General Programming
»
Uncategorised Quick Answers
»
General
C++
STL
x64 build in vs2008 not coming
by
bubaidada
Question
20 Apr 2013
license:
CPOL
The x64 build option is not coming in my VS2008 edition; I tried following things, and it is still not coming:1) Open your project sln;2) Go to Configuration manager"3) Under Active Solution Platform, select new;4) Under Type or select the new platform, select x645) Press OK and you...
General Programming
»
Uncategorised Quick Answers
»
General
Visual-Studio
'اردو ویکیپیڈیا' showing '? ?' in delphi editor?
by
bubaidada
Question
19 Apr 2013
license:
CPOL
Hi, I am trying to show a message box item as "اردو ویکیپیڈیا", this is a unicode character; I am using Delphi 7; but in the editor it is showing as ????? ?????, it is not supporting unicode;Can any one tell me what I need to do in the Delphi editor or project to make it unicode...
General Programming
»
Uncategorised Quick Answers
»
General
Delphi
Unicode
UNICODE equivalent of PChar in Delphi7
by
bubaidada
Question
19 Apr 2013
license:
CPOL
TCALLBACKPROC = function(strDataType:PChar; strDocument:PChar;strDriverName:PChar;strMachineName:PChar;strPrintername:PChar;strParameters:PChar; strPrintProcessor:PChar; JobId:Integer;PagesPrinted:Integer; Size:Integer; status:Integer; TotalPages:Integer; ...
General Programming
»
Uncategorised Quick Answers
»
General
Delphi
Basic coding in C++ and MySql
by
bubaidada
Question
8 Apr 2013
license:
CPOL
I am very new to MySql; I am very efficient in c++; I want to start a project which will be written in C++ and MySql;The main spec of the demo will be: The program will query for one image from the database and show that in my C++ dialog based program;So, as a start up can any one help...
General Programming
»
Uncategorised Quick Answers
»
General
C++
MySQL
Signing Smart Installer Setup.exe corrupting set up
by
bubaidada
Question
6 Apr 2013
license:
CPOL
Hi, I am signing a Setup.exe following Exe signing process?[^]It is successfully signing this Smart installer Setup.exe but corrupting it; I have tried with other simple console applications and mfc or win32 exe signing through this process and they are successfully signed as well as...
General Programming
»
Uncategorised Quick Answers
»
General
signature
Signing
WDK
Common language Runtime supported DLL loading is crashing
by
bubaidada
Question
4 Apr 2013
license:
CPOL
I am setting option /clr to the the DLL project, and while loading that dll through a normal c+ code It is crashing...........But when /clr option is not set to the dll that same code or DLL is loaded successfully!!!!Any one have any clue why this is happening?The code base is...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Error in setting a CALLBACK function in a simple Delphi code
by
bubaidada
Question
3 Apr 2013
license:
CPOL
Hi, I want to set up a CALLBACK function in a delphi code so that from a C++ dll I can call it; As of now I wrote following code:program Project1;{$APPTYPE CONSOLE}uses Windows;var fnSomeDllMethod:procedure() cdecl; m_hDll: HMODULE;typeTCALLBACKPROC =...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Delphi
Creating a Silent Installer like Google Chrome
by
bubaidada
Answer
3 Apr 2013
license:
CPOL
http://code.google.com/p/omaha...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C#
Java
.NET
Win32
WPF
.NET
Python
.NET4.5
Can we use SendMessage effectively as an IPC mechanism ?
by
bubaidada
Question
1 Apr 2013
license:
CPOL
The following code sets some text to an open notepad window. My question is how does it work safely?int _tmain(int argc, _TCHAR* argv[]){ HWND hwnd = FindWindow(_T("Notepad"),_T("Untitled - Notepad")); if(hwnd!=NULL) { ...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Communication between C++ and Delphi
by
bubaidada
Answer
1 Apr 2013
license:
CPOL
C++ DLL: "MyDll.dll"/////////////////////////////////////////////////////typedef HRESULT (CALLBACK * CALLBACKPROC)(DWORD wEvent,LONG_PTR arg,PVOID pParam);/////////////////////////////////////////////////////CALLBACKPROC g_pCallback = NULL;LPVOID g_pCallbackParam =...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Threading
Delphi
Message
Code conversion form C# to C++ (Getting browser tab for IE and Mozilla)
by
bubaidada
Question
29 Mar 2013
license:
CPOL
Can any one help me writing the C++ equivalent of following code:if (programName.Equals("iexplore")) { foreach (InternetExplorer ie in new ShellWindows()) { var fileNameWithoutExtension = Path.GetFileNameWithoutExtension(ie.FullName); ...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C#
Windows api to get 5 days later date.(return 6/01/00 if today date is 1/01/00 ( dd/mm/yy))
by
bubaidada
Question
27 Mar 2013
license:
CPOL
Hi,I want to write a program which will run every day, but show some information to user after 5 days. I am planning to do this by saving in the registry as a date. But can any one tell me the API which will help me getting the date after 5 day from current day???I mean I want a api...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Windows
API
MSDN
Adding image in a win32 dialog
by
bubaidada
Question
27 Mar 2013
license:
CPOL
Hi,I have created an win32 dialog following this link:http://www.functionx.com/win32/Lesson02.htm[^]and it is working fine and a small window is coming as described.now I want to add an small image inside this this dialog, say a banner image type;can any one give me idea how can...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Win32
How can I get the URL of the current page of the URL?
by
bubaidada
Question
25 Mar 2013
license:
CPOL
How can I get the URL of the current page of the URL? (IE + FIREFOX + CHROME) what ever it is? Every one tellin gme to use followin gcode:using System;using System.Web;public class Program{ public static void Main() { Uri MyUrl =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
Communication between C++ and Delphi
by
bubaidada
Question
21 Mar 2013
license:
CPOL
Hi, Let me try to explain my problem here.I have a DLL, it is written in C++. It monitors all print objects for incoming print jobs (Through a Thread)and then fetch some information from print details. Upto here it is OK. Now I have to send this information to delphi project who loaded this...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Threading
Delphi
Message
mkdir failing for php for unicode
by
bubaidada
Question
15 Mar 2013
license:
CPOL
I am trying to make a directory via mkdir through following path:if(FALSE == mkdir($mystring)){ mkdir('false');}where content of $mystring is "Debghosh" (it is in unicode)Same problem as this:...
General Programming
»
Uncategorised Quick Answers
»
General
PHP
create unicode file in PHP, garbage in NLS languages
by
bubaidada
Question
3 Mar 2013
license:
CPOL
Hi, I am using following code to receive data from a client PC. Then I am saving it in a text file. It is working for English. But, from server if I am sending NLS languages(Like Russians, or french), this files are showing garbage;Working fine: EnglishNot working: Russian$body =...
General Programming
»
Uncategorised Quick Answers
»
General
PHP
Reading Unicode file using Redafile
by
bubaidada
Question
1 Mar 2013
license:
CPOL
Hi, I have to read a unicode file using Readfile api of MSDNhttp://msdn.microsoft.com/en-us/library/windows/desktop/aa365467(v=vs.85).aspx[^].char* pBuf = NULL;....pBuf = (char*)new char[ dwFileSize+1 ];bResult = ::ReadFile( hFile, pBuf, dwFileSize, &br, NULL );But it is coming...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Win32
Creating Simple facebook apps example?
by
bubaidada
Question
22 Feb 2013
license:
CPOL
Hi, This is Debdipta. Can any one give me suggestion in writing a Facebook APPs. like 1)When you will die (It is a Simple app that will show some picture with your death).I have some small coding knowledge(CSS,HTML5,PHP,C++);Can any one please tell me from where I start? Or any...
General Programming
»
Uncategorised Quick Answers
»
General
FacebookAPI
Facebook
Exe signing process?
by
bubaidada
Question
20 Feb 2013
license:
CPOL
Hi,I wrote a program (Simply copies some dll to a location), but unfortunately Bit-defender virus is giving it a pop up showing that it is not digitally signed!!!Can any one tell me the step by step process?Verisign is process to do this. But I do not want to pay for...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
Build error due to missing Directx9 libs, need directx 9 libs?
by
bubaidada
Question
18 Feb 2013
license:
CPOL
Hi, I have downloaded a open source game and want to modify it according to my need, It has following code in resource file:// Main Include Headers.#include // Required header for sprintf() & sprintf_s().#define DIRECTINPUT_VERSION 0x0800// Direct3D#include...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Java
DirectX
.NET
.NET4.5
Streaming Low level keystrokes to windows other than SendInput
by
bubaidada
Question
17 Feb 2013
license:
CPOL
Hi,I wrote a program for virtual keyboard- it is streaming key strokes to the windows message queue. I am using SendInput()http://msdn.microsoft.com/en-us/library/aa932480.aspx[^]for streaming. Now I have installed JAWS in my machine, and it now it is not working; I want to send INSERT+t...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Win32
HTTP based uploading using PHP
by
bubaidada
Question
16 Feb 2013
license:
CPOL
Hi, I want to upload a PDF file to server where a php script is running. I am new to PHP have no idea how to write this script. I cann't use FTP uploading. I have to use HTTP based uploading.More clarification:Upload will be done by C++ (I can do that)Receive will be done in PHP...
General Programming
»
Uncategorised Quick Answers
»
General
PHP
Creating a Silent Installer like Google Chrome
by
bubaidada
Question
16 Feb 2013
license:
CPOL
Hi,Hope every body is familier with Google Chrome offline Installer. One have to just double click it, and after some time it will be installed without pop up. I want to create a installer same like it. But have no clue what technology used here (C++?)Any body have any Idea how they...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C#
Java
.NET
Win32
WPF
.NET
Python
.NET4.5
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid