Debugging Access Write from a Error Message.
Hello I have a crash that is driving me insane on a application the customer machine i coulnt reproduce it yet on my machine... all i have is the error message The Instruction 0x0070478b referencing to...
View Articleinverse index
over the past week i have been trying to create a program that reads in two text files. Then the inverse index should produce the following set of key:value pairs {my:[1,2], dog:[1,2], has:[1],...
View ArticleZoom in using picture control
I'm have a bitmap that's about 4000x2000. But I want to put it all into a picture control. I attempted to use stretchBlt() to shrink it. But it did not work. What am I doing wrong? Code:...
View ArticleUsing imaginary number " i ". Dev C++ vs. VS2008!
Hi There! I created an algorithm that uses imaginary numbers. It is fine on Dev C++, and now I am trying to port to VS2008. I figured out most things, including how to declare complex numbers. However,...
View Articlejumble with numbers
In NASA, two researchers, Mathew and John, started their work on a new planet, but while practicing research they faced a mathematical difficulty. In order to save the time they divided their work. So...
View ArticleCOM Marshalling Problem
I'm trying to send a byte array to an out-of-process COM object. On the receiving side, the byte array has invalid data. Here is my IDL definition: Code: HRESULT setData([in] BSTR name, [in,...
View ArticleFunction Reliabilty
Just a quick question. in Code: <cmath> and Code: <math.h> there is an Code: sqrt function. I just wish to know how reliable would it be. What i am asking is that, is the function...
View ArticleHow to access IHTMLDialog
I am writing a program to auto login to a website. But when password is wrong a dialog box appears. I am not able to quit the Internet explorer. How to access the dialog box and if possible access the...
View ArticleArrays! I'm trying to get my code to work but its not compling!
Hi there im basically trying to create a 3 x 3 grid guessing game where the user has to guess what the number is behind the '?' between 1-9. They have got a maxinum of 20 goes, I've created some if...
View ArticleThe Ultimate Homework Completer (Conceptual name)
Hello folks, After getting a software development job and having to go through the training exercises (no regrets on that, I actually needed as I had never worked with C# before), I came to the...
View ArticleRelationship Between two Hex strings... programming challenge
Hi All! I'm trying to make an application for ELM327 trouble code scanning device for my own educational purpose. Most of my app code is done. however, I am stuck at one point. And I need someone to...
View ArticleProblems with Image Capture (Pixel Grabber)
Hello, I have proble with my code. What I'm trying to do is grab colors for all pixels and turn them into RGB... Well here comes the problems, RGB is off so I tried to use BGRA but it's still off. Can...
View ArticleEdit box closing problem
Hi all, I am doing a win32 application,In that iam creating a dialog box and inside the dialog box one list control also,using resource editor. For Editing the items and subitem of list control i...
View ArticleModal and non modal dialog box
Hi all, I am doing a win32 application,In that i have a modal dialog box and inside the dialog box one list control also,to display students record,In tht record i want to use Find dialog box and find...
View ArticlePossible to intercept application paint and paint to framebuffer instead of...
I am trying to paint a window offscreen into a framebuffer. So I can then access this data (I.E: Save image of application even though it is non existant onscreen. I want to launch notepad and have the...
View ArticleHow to implement ConfigDriver function with ODBC_REMOVE_DRIVER option
I want to implement ODBC driver setup DLL API. How to implement ConfigDriver function with ODBC_REMOVE_DRIVER option? I have called SQLRemoveDriver api but it recursively calls ConfigDriver api. What...
View ArticleA remote monitoring application
Hi everyone :) I'm developing a client-server application in Win32 C. The application is intended to monitor client machines remotely. The application has a preview screen where we can see other...
View Articlehow to CallNamedPipe
Can any one tell me how can i make use of CallNamedPipe() and what the instances i have to create before using this funtion ... Do i need to intitiate anything in the other to connect through this...
View ArticleIE WebBrowser not sending some redrawing messages
I have a property sheet view with few property pages. One of this property page contains a HTML representation via a CHtmlView derived class. Initially, the .html file is correctly rendered. The...
View ArticleLooking for GUI References
Hi all, To start, I'm looking for references on custom GUI interface design in Visual Studio or Visual C++. I am not looking for libraries such as Qt. Is there a list of references to begin such...
View Article