15,796,179 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by
Malli_S
(Top 200 by date)
Malli_S
28-Apr-16 3:47am
View
Removing & from return type will not work as you expect. You've to have referenced return type.
Malli_S
23-Jul-14 9:21am
View
Maintaining the user state should be implemented in business logic. Even though user refreshes, your code should be capable enough to handle it.
Malli_S
23-Jul-14 9:05am
View
A very simple solution is to re-launch the keyboard. Or get the keyboard handle and call ShowWindow(). You can try any of these and update the question if stuck somewhere.
Malli_S
4-Apr-14 6:18am
View
Check whether 'http://stackoverflow.com/questions/15638663/creating-an-installer-that-will-perform-an-update-if-an-older-version-is-already' this helps you.
Malli_S
4-Apr-14 6:04am
View
Is it your assignment?
Malli_S
21-Feb-14 8:53am
View
My 5.
Malli_S
19-Feb-14 2:08am
View
Did you check for last error? err value or GetLastError() ?
Malli_S
17-Feb-14 2:52am
View
Looking at your code you're reading only one key at a time as a input value. The Console.ReadKey() obviously reads only one key input. You'll have to use Console.ReadLine(). Or you'll have to put Console.ReadKey() in a loop.
Malli_S
17-Feb-14 2:46am
View
It is pretty Invalid XML you are using.
Pleas show us some code to get help precisely.
Malli_S
17-Feb-14 2:33am
View
Use Math.Round().
http://msdn.microsoft.com/en-us/library/system.math.round.aspx
Malli_S
17-Feb-14 2:28am
View
Your last select statement in SP selects the error number which is your current return value of the SP. If you wanna to return the data table, execute the query which returns the required data from the database. For more details please refer to MSDN.
http://msdn.microsoft.com/en-us/library/d7125bke.aspx
Malli_S
17-Feb-14 2:22am
View
Welcome.
Malli_S
17-Feb-14 2:16am
View
I've given you a sample, try implementing the required solution from it.
Malli_S
17-Feb-14 2:15am
View
You're missing the required assembly. Right click on the 'DataWiseDocApt' and include the required assembly into the project reference.
Malli_S
17-Feb-14 2:08am
View
Do you want it Model or Modeless?
Did you try MessageBox.Show()?
Malli_S
17-Feb-14 1:59am
View
Did you google it? There are many samples available.
Malli_S
17-Feb-14 1:58am
View
You might have missed to add error details. Please include error string/details in your post.
Malli_S
11-Feb-14 6:05am
View
You may have to override the assignment operator, copy constructor publicly.
Malli_S
11-Feb-14 5:30am
View
The class names seem to be different or is it your typo?
'Student_detail' and 'student_detail'.
Malli_S
10-Feb-14 6:08am
View
Check my articles, also you can use Windows Registry entries to disable the above specified keys. Need not to use hooks, if you modify the Registry Entries.
Malli_S
10-Feb-14 5:55am
View
It all depends on what code/mechanism you use to read the data from database. If possible, post your code snippet to get help.
Malli_S
10-Feb-14 5:52am
View
Aren't you asking too much?
Malli_S
5-Feb-14 5:01am
View
Posting a code snippet will help to find the issue.
Malli_S
25-Jul-13 9:19am
View
What do you exactly mean by C++ Login WebPage?
Malli_S
14-May-13 3:34am
View
Try putting Try-Catch around the suspected code. Or use the OpenCV error handling mechanism to catch the error.
Malli_S
9-May-13 9:29am
View
5ed.
Malli_S
22-Apr-13 3:32am
View
It seems that you're concerned about "your" answer, rather than the "solution to the question".
And I suggest to keep your intention towards 'Solution to the question', rather than what you answer.
You should accept the change, avoid the mistakes, learn from it and move on by adding into your knowledge. Don't stuck into your/my answer.
Sorry dear, I can't restore your ans. Have a nice day.
Note:- Don't take it personally.
Malli_S
22-Apr-13 2:26am
View
Yup. :D Sure dear.
You're right, I missed CPallini's 5 point this way. Should I restore the ans? Or you happy with the points?
Malli_S
19-Apr-13 5:48am
View
Do you've any loop in UI thread which runs continuously?
BTW you can invalidate the dialog by calling InvalidateRect() or can directly call UpdateWindow().
Malli_S
19-Apr-13 5:34am
View
It's not un-allocated memory, it's uninitialized variable. As you're using that variable for synchronizing the thread, you should be certain about it's initial value.
Malli_S
19-Apr-13 5:32am
View
From where GetFileName() is getting called? I don't see any call from worker thread.
Malli_S
19-Apr-13 5:29am
View
Did you initialize 'UnderProcess' in the class constructor?
Malli_S
19-Apr-13 5:26am
View
Oops !!! :)
Malli_S
19-Apr-13 5:16am
View
Are you able to see "Process is Done" and "Once Process is running already" messages?
Malli_S
19-Apr-13 3:38am
View
Could you please post the complete CPhoneVerificationView::LoadCDR()? It seems that this function is not exiting or might be creating another thread.
Malli_S
19-Apr-13 3:21am
View
It would be easy if you could post the thread function.
Malli_S
16-Apr-13 4:46am
View
Please post the code snippet you are using. This way nobody can't figure out what problem you're facing.
Malli_S
16-Apr-13 4:34am
View
What exactly do you wanna ask?
Malli_S
16-Apr-13 4:23am
View
Thanks navin.
Malli_S
16-Apr-13 3:47am
View
I meant that first google for the solution or some tutorial. Try some code samples. And then if you stuck somewhere, post the query along with the code. This way you'll get to learn it, rather than adapting/expecting the ready made solutions.
Malli_S
16-Apr-13 3:39am
View
If possible, please indent and restructure the code.
Malli_S
16-Apr-13 3:20am
View
Please post the code where you've problem. And feel free to search some tutorials or samples on google.
Malli_S
16-Apr-13 3:12am
View
Isn't this code working? What error you are getting? Please post the question.
Malli_S
9-Apr-13 9:13am
View
My 5 too !!!
Malli_S
9-Oct-12 9:27am
View
What mechanism are you using to call the managed dll in native c++ project? Using interop ?
Malli_S
9-Oct-12 9:23am
View
One can't work with this less information. Post the code snippet where error occurs.
Malli_S
9-Oct-12 5:28am
View
Use 'Improve question' to add details to the question. You might have forgot to add your question in the above content.
Malli_S
3-Oct-12 8:38am
View
What error you're getting? What does GetLastError() returns ?
Malli_S
28-Sep-12 7:57am
View
Check your connection string. Does it have required credentials ? Verify the Credentials used.
Malli_S
28-Sep-12 7:55am
View
Show up your code. What did you try? Where you stuck?
Malli_S
28-Sep-12 7:46am
View
Is 'aPartID' a pointer variable ?
Malli_S
28-Sep-12 6:51am
View
+5.
Malli_S
27-Sep-12 8:40am
View
That's not done. :P
Malli_S
27-Sep-12 8:39am
View
Print spaces before digits to format it.
_ _ _ 1
_ _ 2 1 2
_ 3 2 1 2 3
In above stuff, '_' represents the space. Now did you get any clue? Try it.
Malli_S
27-Sep-12 8:34am
View
I wish I could +5. :)
Malli_S
27-Sep-12 8:21am
View
Oh Not again! ":)
What error are you getting? is that the same one ? If possible mail the code.
Malli_S
27-Sep-12 7:19am
View
Use 'OnSelectedIndexChanged' instead of 'onchange'.
Malli_S
27-Sep-12 7:17am
View
Hey try using
e.Item.FindControl()
instead of
GridViewDepartment.Rows[e.RowIndex].FindControl()
Malli_S
27-Sep-12 6:25am
View
You need to convert that string to byte array!!! And then pass the converted byte array to the function.
Malli_S
27-Sep-12 6:17am
View
Hi Chitresh, Please check whether you have enabled the code optimization. Because as 'uIRemoveViewMenuItem.Enabled' is not accessed/updated inside the 'while loop', the optimization may replace the code.
Malli_S
27-Sep-12 6:14am
View
what error you getting?
Malli_S
27-Sep-12 6:04am
View
What error you are getting? What do you mean by 'didn't work' ? Add some more details/code snippets to your question.
Moreover, are you able to ping to the remote machine from your local machine? Is database configure to access the remote users?
Malli_S
27-Sep-12 5:47am
View
??
Malli_S
27-Sep-12 5:45am
View
Do you have any duplicate values in the dropdownlist?
You can check this article http://www.codeproject.com/Articles/53559/Accessing-a-DropDownList-inside-a-GridView.
Malli_S
27-Sep-12 5:40am
View
From the above link use SendBytesToPrinter() function and specify the command string you want to send to the printer.
Malli_S
27-Sep-12 5:27am
View
Is this kind of homework?
Malli_S
27-Sep-12 5:23am
View
In that case you can create the byte stream of the command and send it.
Malli_S
27-Sep-12 5:10am
View
If possible show up some code snippet, that would help to figure out the error.
Malli_S
27-Sep-12 4:41am
View
If so, mark the question as solved.
Malli_S
27-Sep-12 4:40am
View
What error you are getting? Did you try to run this query on MySQL database?
Malli_S
26-Sep-12 9:45am
View
Where are you stuck? What's the exact problem?
Malli_S
26-Sep-12 9:25am
View
What error you are getting?
Malli_S
25-Sep-12 9:59am
View
Please do not post questions twice.
Malli_S
25-Sep-12 9:58am
View
It depends what kind of database you wanna to deploy. Add some more description to your question like which database you are using, which tool you are using to create installer. Use 'Improve question' link.
Malli_S
25-Sep-12 9:56am
View
You can do it by changing the button's height and width property. But where you really stuck?
Malli_S
25-Sep-12 9:55am
View
my +5 :)
Malli_S
25-Sep-12 9:49am
View
There is a chance that the union is empty. What does the UnionRect() function call returns?
Malli_S
20-Sep-12 9:00am
View
It's bit confusing. Are you launching the same app or some other app to write the entries to registry with elevated rights?
Malli_S
20-Sep-12 8:14am
View
What kind of choices? Which close button you're talking about? 'X' close button or a button you provided with 'Close' text on dialog?
Malli_S
20-Sep-12 8:07am
View
Why it is not supported? :( Did u install the MS Office properly?
BTW you can try this as well... http://www.codeproject.com/Articles/8500/Reading-and-Writing-Excel-using-OLEDB
Malli_S
20-Sep-12 7:52am
View
Then better you should have googled. Or should have referred to some reference book. Why wasting time here.
Malli_S
20-Sep-12 7:38am
View
Then I suggest to use the SDK that give minimal features required and is cheaper in rate. You can use the trial version for development, it's not kind of un-certified version. Once your development is done, and you're satisfied with the features/functionality of the SDK, you can purchase then. Try out Pegasus SDK.
Malli_S
20-Sep-12 7:30am
View
There are, but why to re-invent the wheel? You can use the existing one. Try it, test it, and if feel satisfied, purchase it (if required).
Malli_S
14-Sep-12 9:43am
View
It seems kind of homework. Instead of posting homework, you better post what you tried. Nobody is gonna help you with this kind of direct requirement/request.
Malli_S
14-Sep-12 9:41am
View
Why can't you download?
You just have to log-in. Its not harmful.
Malli_S
14-Sep-12 9:37am
View
lol, you must be kidding.
Jokes apart, rather posting full code like this, try doing your work. And only post the relevant code snippet when you stuck somewhere or got any problem with your code.
Malli_S
14-Sep-12 9:24am
View
Well done.
Malli_S
14-Sep-12 9:24am
View
Yup we do, but may be not for you.
Malli_S
14-Sep-12 9:23am
View
Nobody would do this for your. You start on your own, and post the difficulties/questions you encounter. You'll get many helping hands then.
Malli_S
14-Sep-12 9:21am
View
Don't worry, even we don't have the answer for you. :D
Malli_S
14-Sep-12 9:17am
View
The question is not so clear. Add the exact description/details using 'Improve question' option.
Malli_S
14-Sep-12 7:16am
View
In what case does it times out? While connecting or executing ?
If possible show up some code.
Malli_S
14-Sep-12 7:14am
View
You can have an entry for 0 or -1 in the table from where the column refers the foreign key.
Malli_S
14-Sep-12 7:10am
View
??????
Malli_S
14-Sep-12 7:09am
View
What kind of 'Lastly opened file name' ? Because usually, applications maintain their MRUs. And Windows maintains application specific MRUs in registry.
Malli_S
14-Sep-12 3:57am
View
What exactly is your problem ? Is that your test() not getting called or on selection of any item in dropdown list, you want the test() to fire?
Add some more description by selecting 'Improve question' option.
Malli_S
14-Sep-12 3:48am
View
If possible do post some code snippet specifying where you stuck.
Malli_S
14-Sep-12 3:36am
View
So am I ! :D
Malli_S
14-Sep-12 3:33am
View
Please reformat the sentences. It's even hard to edit, rather answering it.
Malli_S
13-Sep-12 8:40am
View
Yes. but popping up multiple dialogs while installation isn't good idea.
Malli_S
13-Sep-12 7:31am
View
What do you mean by DOS mode ?
Malli_S
13-Sep-12 7:13am
View
check this -
http://www.codeproject.com/Articles/335516/Custom-Action-in-Visual-Studio-setup-projects
Malli_S
12-Sep-12 9:54am
View
If you don't wanna to expose the dead one to the outer world (not even with 'foreach') what's point in saving them? You can simply remove them or delete.
Malli_S
12-Sep-12 9:50am
View
Surely that will return everything, and is meant to. Because your list has it (though internally represented differently).
Malli_S
12-Sep-12 9:49am
View
That's what I'm saying. You need not to change every usage of it. Just apply filter/delegate/predicate while sending data out of the class. Rest of the functionality remains same.
Malli_S
12-Sep-12 9:34am
View
But the extern code is commented. Is it declared somewhere else?
What error you get at 'extern' ?
Malli_S
12-Sep-12 9:29am
View
lol ! Did you miss the interrupts ? :laugh:
Malli_S
12-Sep-12 9:29am
View
Agreed ! :P
Malli_S
12-Sep-12 9:25am
View
Rather linking to the Animal class, I'd suggest to add a property to the list, something like ListType. Which may hold value like 'DeadAnimal' or 'AliveAnimals'. And link to that property change event. And in the retrieval function you can apply the filter or provide the predicate/delegate for the filter. This way you can have generic class, which doesn't depend on the type of the object it is holding. You need not to update the list whenever the object state is changed. You simply have to update the list/apply the filter while providing the list out of your container class.
Malli_S
12-Sep-12 8:44am
View
lol ! I wish I could 5+ your comment.
Malli_S
12-Sep-12 8:43am
View
Did you mean have another list of dead animals by saying 'store them internally' ?
Malli_S
12-Sep-12 8:40am
View
If you don't wanna to preserve the dead Animals, you should check them while inserting also. Don't insert the dead Animals in the list. Bcz, there's less chance of changing the property from 'Dead' to 'Alive'.
Malli_S
12-Sep-12 8:14am
View
That is safe, but what you wanna achieve by doing this? Because you can send the actual data to build that object again at other end, rather than sending object. Kind of pipe separated values held by the object.
Malli_S
12-Sep-12 8:06am
View
You are asking too much in a single wish. :)
Malli_S
12-Sep-12 7:07am
View
Hey, thanks for identifying the link, I copied wrong link from open windows. :)
Malli_S
12-Sep-12 6:55am
View
Oops ! You beat me in adding 'SHBrowseForFolder'. :D
Malli_S
7-Sep-12 8:51am
View
What's the problem? User 'Improve question' link to update your question.
Malli_S
7-Sep-12 8:47am
View
Let's wait for others then :P
Malli_S
7-Sep-12 8:41am
View
lol ! Count me too !
Malli_S
7-Sep-12 8:39am
View
Try the other way.
me.hide()
EnterPassword.show()
You're showing the other form, which blocks the execution for first form.
Malli_S
7-Sep-12 8:37am
View
I agree with you. :)
Malli_S
7-Sep-12 7:54am
View
That IS for windows application. If you don't have manifest file you can add one and update the above specified setting.
Malli_S
7-Sep-12 7:45am
View
I think you are missing the table description after
RETURNS @tableout TABLE
statement.
Malli_S
7-Sep-12 7:36am
View
You are not STUCK in the hook function. The hook function is getting called whenever any keyboard event occurs. You are inside the QApplication's message loop. Check your code line :
return a.exec();
What you are asking that can't be achieved unless exiting the application. Better you specify your purpose of doing that, and ask for some other solution.
Malli_S
5-Sep-12 7:02am
View
Are you able to open project properties ?
Select 'Project' menu, and then select '<ProjectName> Properties' option.
Or simply pres Alt Key and F7 key simultaneously.
Malli_S
5-Sep-12 6:09am
View
Use 'Improve question' link to post the code snippet.
Malli_S
5-Sep-12 6:00am
View
I couldn't see any code for angry birds. Did you forget to paste it?
Malli_S
5-Sep-12 5:58am
View
I wonder you may have to write stored procedure (provided you are using SQL :P )
BTW which database you're using ?
Malli_S
20-Aug-12 8:40am
View
Why don't you try FTP.
Malli_S
20-Aug-12 8:23am
View
Please show up the code you have written.
Malli_S
17-Aug-12 8:44am
View
Please explain what do you mean by 'I can't parse' ? Where you are failing? Is it giving any exception? You getting any error dialog?
Malli_S
17-Aug-12 7:57am
View
Why you can't parse the Config.ini? Please post the error or some more details.
Malli_S
17-Aug-12 7:47am
View
Check whether you have called 'CoInitialize()'.
Malli_S
17-Aug-12 7:42am
View
What exactly is your problem ?
Malli_S
17-Aug-12 7:37am
View
I've pasted the sample code from the above link. Apply that to your code.
Malli_S
17-Aug-12 7:35am
View
The link also has the sample code. :)
Malli_S
17-Aug-12 7:05am
View
foreach (string item in arr1)
{
listBox1.Items.Remove(item);
listBox1.Items.Add(item);
}
I didn't test it, but you can use this logic.
Malli_S
17-Aug-12 6:54am
View
Sounds like homework.
Malli_S
17-Aug-12 6:39am
View
Please do post what compile error you get.
Malli_S
17-Aug-12 6:20am
View
Windows 2012? Did you mean Window 2000 or Windows 8?
Malli_S
17-Aug-12 5:45am
View
I wonder there's any way to do it. Otherwise it will not be considered as a Service.
Malli_S
17-Aug-12 5:42am
View
What exactly you mean 'to view from date and to date in listview' ? Any sample?
Malli_S
14-Aug-12 9:07am
View
Do one thing, paste your Config File in your question itself. Use 'Improve Question' option below your question.
Malli_S
14-Aug-12 7:30am
View
I wonder you may have to write Insert triggers. Which database you are using?
Malli_S
14-Aug-12 7:28am
View
What error you are getting? Show up some code snippet where you're getting error.
Malli_S
14-Aug-12 6:56am
View
My +5.
Malli_S
14-Aug-12 6:31am
View
Is this a report format or what?
Malli_S
14-Aug-12 6:07am
View
Load the dll dynamically, rather using it statically.
Malli_S
14-Aug-12 5:49am
View
If possible do post the config file content. And for more help on connection string, visit ConnectionString.com
Malli_S
14-Aug-12 4:12am
View
Database is always referred as backend. Which database server you wanna use?
And the question is very much abstract.
Malli_S
9-Aug-12 10:18am
View
How is that related to 'C++' tag?
Malli_S
3-Aug-12 5:53am
View
What do you mean by 'some rows'? Did you mean 'few last rows'? or randomly ?
Malli_S
3-Aug-12 5:22am
View
What do you mean by 'Draw listbox dynamically' ? Did you mean 'Populate items of listbox dynamically' (fill the list items dynamically.) ?
Malli_S
3-Aug-12 4:38am
View
Post the code snip where it crashes.
Malli_S
3-Aug-12 3:08am
View
lol !
But it was nice discussion.
Malli_S
2-Aug-12 6:35am
View
Check for any overloaded function of the same name. Or there could be error/mismatch in the def file.
Malli_S
1-Aug-12 10:22am
View
My pleasure. :)
Malli_S
1-Aug-12 10:20am
View
chat with the user who logged-in on that remote machine. :)
Malli_S
1-Aug-12 9:00am
View
Where exactly you're getting the error? Find out the line where the error is thrown, and check for that object. Check whether the objects are initialized/created.
Malli_S
1-Aug-12 7:03am
View
OMG ! Sorry to say, but nobody will look into your (such a big) code. Try to explain the functionality you've implemented. Discuss the performance of these features, and then get into code level details. That will help you to point out the exact problem. Posting full code like this won't help neither you nor us to solve the problem.
Malli_S
31-Jul-12 10:25am
View
It all depends on which type of control you are clicking on. Provide some more details.
Malli_S
31-Jul-12 10:24am
View
You're welcome!
Malli_S
31-Jul-12 9:55am
View
Confused !
Any example ?
Malli_S
31-Jul-12 9:46am
View
Can you please put some code snipet where you're getting the error, or how about putting the error string itself?
Malli_S
31-Jul-12 9:41am
View
Try using enum to preserve the state of the button.
In Database, what kind of duplicate data you wanna remove?
(Is this your assignment?)
Malli_S
31-Jul-12 4:44am
View
Include the SQlAPI.h file path in you project settings 'Additional Include Folder Path'. And for dll problem, you may have to copy the dll at the path where the your project exe is generated.
Malli_S
26-Jul-12 9:35am
View
No one here is to do your homework. You yourself have to do it. In case you stuck somewhere while coding, we'll help you for sure.
Malli_S
26-Jul-12 9:29am
View
So, what is the problem? What error you are getting? Can you please put your code snippet here? So that it'll help other to help you.
Malli_S
26-Jul-12 9:18am
View
Did you set the report viewer's AutoDataBind to "true"?
And did you bind the data source to report viewer properly ? (Because I didn't see that in above code.)
Malli_S
26-Jul-12 8:58am
View
If possible add some more details or code snippet.
Malli_S
26-Jul-12 8:54am
View
Edit - Sentence re-framing and code formatting.
Malli_S
26-Jul-12 8:53am
View
Did you mean programmatically?
Malli_S
26-Jul-12 7:37am
View
You'll find that on YouTube site itself.
Malli_S
25-Jul-12 4:11am
View
Please do check 'A few simple rules when posting your question.' while posting your question. That would help yourself to get exact solution.
Malli_S
25-Jul-12 4:09am
View
You nailed it !
Malli_S
25-Jul-12 3:55am
View
Jochen, my +5.
Malli_S
25-Jul-12 3:54am
View
Yup ! I missed that. :P
Malli_S
25-Jul-12 0:51am
View
If you wanna apply Windows current theme, you can add it using Manifest. If you're looking for custom theme, Rajesh Varma's following post is helpful. BTW you can add both types of theme to your application.
Malli_S
24-Jul-12 2:18am
View
Agreed ! +5
Malli_S
24-Jul-12 2:06am
View
Are you talking about the Windows theme, or custom theme for your application?
Malli_S
24-Jul-12 2:01am
View
+5
Malli_S
24-Jul-12 1:58am
View
Short, simple and exact! My 5.
Malli_S
23-Jul-12 9:02am
View
What problem/error/exception you are getting?
Malli_S
23-Jul-12 6:57am
View
Updated as per my perception. But at few statements, I was confused to update. :P
Malli_S
19-Jul-12 13:21pm
View
Then you should better look into BitBlt function. That's what you need.
Malli_S
17-Jul-12 8:56am
View
Do you wanna capture the cursor information or the cursor image ?
Malli_S
28-Jun-12 5:27am
View
Is that you are parsing the cpp file?
Malli_S
28-Jun-12 5:25am
View
It would be better, if you could post that code.
Malli_S
27-Jun-12 2:31am
View
Changed
delete z;
to
delete[] z;
as you are deleting an array.
Malli_S
24-May-12 5:52am
View
BTW what is your question ?
Malli_S
24-May-12 3:54am
View
Check this http://msdn.microsoft.com/en-us/library/windows/desktop/ms646280(v=vs.85).aspx
Malli_S
24-May-12 3:40am
View
If you've solved it, please mark this question as solved.
Malli_S
24-May-12 3:34am
View
Please be specific while posting the question. That would help others to provide you exact help you needed.
Malli_S
24-May-12 3:27am
View
Can't you modulerize your code? Better break it up into small functions, it would be better for debugging yourself.
Malli_S
24-May-12 3:08am
View
Have you tried STL ?
Malli_S
23-Apr-12 4:30am
View
5.
Malli_S
31-Mar-12 1:18am
View
Let me know your mail id.
Malli_S
29-Mar-12 1:45am
View
I'm surprised that how it survived the compiler pass. If possible can you send me the source code?
Malli_S
28-Mar-12 7:18am
View
Is that a homework or what? Better you try it and post the error (if you get any :) ).
Malli_S
28-Mar-12 2:55am
View
For which function/object you get linking error? Can you please post the error here (with reference to the code)?
Show More