thanks, Sarath. Your Opinions are very similar to mine.:) Yours, M.Mehrdad.M
M Mehrdad M
Posts
-
Knowledge Upgrade Suggestion ! -
Knowledge Upgrade Suggestion !Marry Christmas, To All CPians, Around the World. I programmed in C and C++ for about 13 years(from days of Borland C 3) and learn visual C(4, 5, 6, 2000,2003,and little 2005).My intersts are network and system programming. It seems that some refreshment required. I Think two choices are better for me: 1. To complete MFC and WIN32 knowledge. 2. To Learn C# and .Net there is no working restrictions. Any Idea? (Excuse me for my weak Writing) M.Mehrdad.M
-
Smoking & Software Relation?quiteSmart wrote:
I have stopped smoking 8 months ago
how you quit smoking? I think so about it. i smoke 3 in working hours and about 15 outside company.
-
what do you think about this CP article?Excuse Me, I meant 5-6 line ..
-
what do you think about this CP article?nothing, a 5-6 article about synchronization using Events, without code or exe.
-
Smoking & Software Relation?VuNic wrote:
Developers in CP hate smoking
Is it based on a research, voting, ...?
-
Smoking & Software Relation?Do you believe that software developers smoke more than others?:confused: I used to smoke when thinking about development(specially in design phase). Can you smoke in your office? Yours, M.Mehrdad.M
-
what do you think about this CP article?I think chris deleted that five line article.(thanks)
-
what do you think about this CP article?i have been very angry when i saw this article this morning:mad: http://www.codeproject.com/useritems/ThreadSynchronization.asp i used to check CP for learning new ideas each working day. this article made me mad X|
-
User Interface Thread Problem !thanks a lot Mike,
Michael Dunn wrote:
5. Second thread signals the event
I had same idea, too. but the problem is when newly created thread must set that Event with best regareds, M.Mehrdad.M
-
User Interface Thread Problem !DavidCrow wrote:
Which one is sending and which one is receiving?
newly created thread must get a message in it's message que.
-
User Interface Thread Problem !I Created an User Interface Thread and Activated that, with AfxBeginThread(), Ineed to post a message To thread immediately after creation, But MessageLoop Not Work at that time. one millisecond Sleep() can Solve The Problem But In My App Not Acceptable. :confused: Any Idea,Suggestion,Help? Thanks a lot. M.Mehrdad.M
-
CP Article Save Problem !Hi,There I Used To Check New Articles in CP Each Day, Select Some of them, Save on my desktop and Read them in proper time. Recently I get a message(Can't Save This Page) What is Wrong? My Browser Settings, ISP Problem, CP Policy Change, ...? Yours M.Mehrdad.M
-
How Restart Remote Computer?Hi, I want To Restart A remote Computer Running Server 2003, Ip,Copmputer Name, Admin UserName And Password Are Known. It Can Be Done Running Aprogram on Remote that Listens to TCP/IP Packets carring Cusom Restart Message And Restart Remote Compter Localy. But I Search For A Mechanism That Not Required Additional Software On Remote, Any Idea? Thanks a lot for Any Assistance. ;-) M.Mehrdad.M
-
How to know programmatically if network cable is connected or not?i read IP Address of NIC, if Network Cable is Unplugged, The Address is 127.127.127.0
-
Restarting the Applicationif your app is in console mode, main function returns an integer value, that is placed in errorlevel variable, that can be check in a bath file M.Mehrdad.M
-
Restarting the ApplicationI Think There is no Direct Way. One Way Is To Execte Program in A Batch File (.bat or .cmd) And Check The Exit Value of App. if You want To Restart App from Other App.(i.e. A Service) You can use TerminateProcess() API And spawn() or Other Execution Function(Execute(), ....)
-
IDE questionin Visual Studio .NET 2003 IDE: GO to : Tools Meue, Select Options Item Open Environment Folder Click Font And Colors Do Some Effort Before Question!:laugh: Be Luck.
-
bitmapsif you want show a bitmap file ,like c:\\ff.bmp, you can use CImage MFC Class(VC++7 ).
-
bitmapsif youwant show a bimap file , you can use CImage Class.