Passing message using Active Directory
I have a DLL developed using pure VC++ (all unmanaged code that doesn't use .NET framework). This DLL will be deployed in different client PCs within a network and will act like an agent. Now I have...
View Articlearray of numbers sorted in the ascending order
Greetings, Can anyone help me understand the details of what this function actually do? detailed explanation :) Attached Images Â
View ArticleHow to use TextOut without processing WM_PAINT?
I call TextOut within WM_PAINT and it works. But if I call TextOut within WM_INITDIALOG or WM_SHOWWINDOW, it doesn't work. Here is the code, Code: RECT rect; ::GetClientRect(hwnd, &rect); HDC hdc =...
View ArticleHello! I'm new
Hello guys. I registered on this site because i need some code to implement a STATIC linked list! I have an example on my PC but it is totally nosense and it absolutely doesn't work: despite it is a...
View ArticleEmptying CString
I fronted with a weird issue: I have a class, derived from CObject, which has a member variable, CString m_sError (nothing special). If I used an excel wrapper, I have inside of CMyClass::m_sError the...
View ArticleNeed Coder - Simple Program [Paying!!]
I need artifact registrator. I will need to input there (From,age etc..) and image that i will can resize in program i mean crop image what i want to show on paper. When i click export i will get it...
View ArticleLong Time Button Pressed Event - MFC
Hi, I Like to Open a Dialog When the Button Was Pressed for 5 seconds Continuously. I'm using Windows 8 HP Tablet, Is MouseUp & MouseDown events suitable for this requirement.
View ArticleDecoding RFID data hexadecimal math issue C++
I currently am stuck at getting the needed outcome data from my RFID card. I got it decoded but now I need to do a few more things in order to get the final card number off the back of the card. The...
View ArticleMFC List Control Position
Hi, I have a mfc project with a List Control (Report View). When I run the project, the list control appears in the middle of the window instead of appearing where I placed it. Is there a qay to make...
View ArticleRange and incrementation issue
so there is suppose to be a constant that shows the total number of values to be shown in this range. The user enters two values, lets say userMin is -2 and userMax is 2, it's suppose to add 0.2 to -2...
View Articlerecursive crashes + debug problem
I got two issues: one is that Using VS2012, the recursive code in below crashes in case of passing large numbers in debug mode. With small numbers seems to work. Also, in release mode seems to work. It...
View ArticleNeed smart card programmers advices
Smart card programming is a new concept to me and i have a project as intern in telecom company to build an application for smart card. i would like to do it in VC++ environment but i do not know how i...
View ArticleProgram shoudn't count comments and blank lines
OK, I'm making some progress. My program does compile and output the number of line per code, but it shouldn't count comments and blank lines. I tried using (s.substr(0,2) == "//") as suggested but it...
View ArticleAutomatic Login & Password into web page using Details_Fully Automated
I Want to login this webpage automatically using vbs or any other javascript I want to login into this https://www.ttdsevaonline.com/ web page and book the tickets for me by automatically. Requirements...
View ArticleExit codes availables
Hi, I want to define a range of exit codes in my application. These codes will be used as a return value of ExitInstance function. I want to know the exit codes availables (values not used for example...
View ArticleBubblesort and Llinkedlist
Hello , im new at this bubblesort stuff and linkedlist and need a little help with my loop. struct node { int data; node* next; }; void PushFront(node*& head, int newData); void printlist(node*...
View ArticleTool for automation
Hello all, I need a little help: I want to create an application that automatize different applications in the sense that my application will be able to press automatically different buttons on another...
View Articlewhat programming language should I learn?
I have some C++ experience in highschool and a comptia cert, but very little experience otherwise. What language should I dive into in order to create games on an average computer with windows vista?...
View ArticleVC++ 6.0 & Localizatioin. What do I gain with Unicode?
I'm thinking abour updating my VC++ 6.0 project to support localization. Right now it is an ANSI project (MBCS and UNICODE are not defined). If I do nothing else, what do I gain by moving to Unicode?
View Article[Help] If & Else if & else
Hello guys im very new to c++ and i need help with this code if anyone can help i'd appreciate it. How would i do multiple if and else as with this code below i get an error. Code: void...
View Article