- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
67 Posted Topics
Re: i would like the ASM code of the restart computer program | |
Note This app will tell the current Time, requires .net 3.0 ![]() | |
Re: what do you mean by Open? Do you want to execute the program: Process.Start(@"C:\windows\notepad.exe"); | |
I've created a software and i want to sell it, how may I proceed | |
Re: [QUOTE=itzAB;940198]Can anyone suggest the best free hosting websites which provide max facilities like space bandwidth etc....[/QUOTE] This one is mine, and we are FREE: [url]http://analytics.buddyjive.com/[/url] | |
Opera is the only browser that supports a site by site Management compared to other browsers. In Opera, if you click on Tools > Preferences > Advanced > Cookies > Manage Cookies, you will get access the “Server Manager” window showing you a list of all the websites that you … | |
Reasons Why I use Opera: Reason 1: Integrated RSS Reader. Opera has the best Integrated RSS Reader I have ever used. I have tried many other RSS Readers, but that of Opera truly rules them out. One thing with the RSS Reader of Opera is that by default, it is … | |
Microsoft has released Windows Vista build 5536.16385 on Windows Connect only. Microsoft calls this a Pre-RC1 Build. This means that this built will have part of the improvements that will be set for RC1. This build is not available for public download. According to first Experiences: 1. Performance has much … | |
Windows Media Player 11 to RTM Sept. 14. Yes, you read it right: http://www.thehotfix.net/comments.php?catid=1&shownews=1022 What happens when you dogfood a software for a long period of time: Well the piece of software that you were currently dogfood quickly becomes obselete and requires an update. This is exactly what happened to … | |
What Caused Microsoft to Create DirectX10? It all started with the Windows Error Reporting Tool. Microsoft was collecting hundreds of Bugs per day only for its Operating System. Microsft Found out that 70% of all errors and bad user Experience in Windows XP comes from Graphic Display drivers. First, Microsft … | |
Here are some little words that I have found about the progress of some of the most Exciting Software Development Stories. First of all, the most awaiting Operating System, Windows Vista has reached the RC1 Milestone. After the Beta1 and the recent Beta2, the development process has got “branched” to … | |
Ever since I got my computer, I can no longer remember small reminders. For example, more than once my mother told me to look after the boiling water; I tell her yes and completely forget about everything. The result can be very catastrophic. Therefore, I tried to find a solution … | |
This program allows u to search the Search Engine of GOOGLE from the command line. Just type MUPROG "searchtext" GIMME LOTZ OF STARZ | |
Chargen is a program created entirely by mahen of Mauritius. The simple task of Chargen is to generate characters, but the most important aspect of this particular program is it's abillity to process user input. Due to the way the program was programmed, any input that the user will make … | |
Setcolor was entirely programmed by Mahen of Mauritius. Who have never wished of changing the Font colors of the Command Prompt on the fly. Well this is where Setcolor comes in handy. The main function of this program is to change the default Font color of your Command Prompt. The … | |
Hi everyone, I've been working on this calculator for days, and now i am making it opensource so that everyone can bring his own contribution, please comment all your codes very well. | |
Re: wow, just what i needed 8) could you make one for "shutdown" :-D | |
Re: I want to make a website for me, How should i start? try me: http://analytics.buddyjive.com/ | |
hi, i have this website: [url]http://analytics.buddyjive.com/[/url] However, the images does not seem to display well, please advise ![]() | |
hi everyone, I've seen that in C we can call functions from DLL's, but i don't know how, can you please clear my ignorance or divers me to a website where i can learn it. Thanks | |
Hello all, I have been working with Linux a lot and i find myself installing a lot of linux distros, but with no way to test them..... So i crafted a script in Perl to quickly create a lot of files on the Hard Disk and delete them. The script … | |
I wrote a piece of Winform Application. My problem is that When I call Application.Exit(), the program does not exits, but continues on the next line. I've tried Application.ExitThred(), but in Vain. Does any of you tell me what is happening and if there is a way to solve it. … | |
Re: I use Quanta Plus Works only in a linux environment though, however i even have apache on linux and mysql and phpmyadmin......... | |
[url]http://staticglow.dils.biz/image/index.php[/url] Try the post comments Box Am having some problems with the way the Username and Comments are displayed. | |
Hi all, I just created a website: [url]http://staticglow.dils.biz/[/url] However, the page displays differently on Opera and Firefox and IE. I've been trying to solve this issue for days now but in vain. | |
Hi, Merry cristmas and Happy new year to everyone. I am writing this because i am having problems with my compiler Borland C++ Builder 6 Evaluation Version :-( The problem is that after I have designed a GUI program, Build it and run the executable, Windows declares a Stack Overflow. … | |
Am using the Opera Browser as my default browser. However, whenever i try to post something new (either a blog or a thread), then i see that i cannot interact with the post buttons like: Insert Link, Align left, Align Right. Can Someone look into this please. Hope my cries … | |
Can someone tell me about your favorite blogs websites dedicated to C# & .NET as a whole, that you like to read. | |
am currently building a program that runs as a background process, but due to the loops inside it, Windows fails to Close it when it goes into either shutdown or LOGOFF mode. It is a GUI program that uses WINMAIN but without a GUI interface. Can you tell me how … | |
1. typedef int (*MYPROC)(LPTSTR); 2. hinstLib = LoadLibrary(TEXT("myputs")); 3. ProcAdd = (MYPROC) GetProcAddress(hinstLib, TEXT("myPuts")); | |
Hey, I don't know if am wrong but I think a new idea has just striked me. We can all see that almost every program that we can imagine of has been created, thus making it difficult for us to think of new ideas or programs. But all these programs … | |
I am using the win32 CreateFile and ReadFile API to read Files on my HD but it stops reading when it encounters a null termination('/0'). Could you tell me of a way to overcome this and continue to read the whole file. | |
Re: [CODE]int main() { char buffer[200]; buffer[0] = 199; //Here we can control how many character we can enter, thus a maximum of 199 characters char *p; p = cgets(buffer); //We get characters till the user presses Enter or CR printf("\nYou Entered: %s\n", p); //We prit the characters that the user … | |
Re: It looks more like a spyware to me. Quickly use Find Files & Folders to Find the Executable file and delete it | |
How do you, as programmers react when Microsoft is making big demonstrations of his next big Operating System " Windows Vista" and is asking you all to come and develop for his platform. I mean take a look at the videos here: [url]http://www.winsupersite.com/reviews/pdc2005.asp[/url] and tell me how you feel. Me … | |
How to decrease the amount of memory that a process/executable consume? | |
A good Tutorial to C++ Builder 6 on GUI programming | |
where can i find good tutorial to GUI programming in borland | |
[code]#include <iostream.h> class Cat { public: Cat() {itsAge = 2;} ~Cat() {}; GetAge() {return itsAge;} void SetAge(int age) {itsAge = age;} private: int itsAge; }; int main() { Cat *p = new Cat; cout << p->GetAge() << endl; p->SetAge(10); cout << p->GetAge(); return 0; }[/code]<< moderator edit: added [url=http://www.daniweb.com/techtalkforums/misc.php?do=bbcode#code][FONT=Fixedsys][co[u][/u]de][/co[u][/u]de][/FONT][/url] tags … | |
Imagine that you made a program that accepts userinput in this format: cmd.exe or netscape.exe this is a good input and the program accepts it, but what if the user enters this: cmd or netscape Must the programmer Flag this as an error and allow the user to correct his … | |
do you know of any api in c++ that could give me time in this format: hh:mm:ss I used strtime in lccwin32 but it is not compatible with other compilers | |
Why is VC++ 2005 beta2 telling me this and how do I solve it. .\Test2.cpp(42) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'char *' to 'LPCWSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast Please note that this problem does not exist … | |
Tell me how to use FindNextFile() in console | |
if you rightclick on cmd.exe and click properties, you will see in the property sheet that cmd.exe is described as "Windows Command Processor". Is there any way to read this string and display it on screen programatically, especially in console mode | |
Suppose i have a main.cpp file and a test.h file: /////////////////////////////////////////// //main.cpp #include <iostream.h> #include <string.h> void test(); char foo[200]; int main() { strcpy(foo, "testing"); test(); return 0; } ////////////////////////////////////////////////////////////// //test.h void test() { cout << mir << endl; } WHY IS "mir" AN UNDECLARED IDENTIFIER | |
I've found a way to install VS 2005 Beta2 without SP2 check my BLOG for details: [URL=http://spaces.msn.com/members/mahen21]My Blog[/URL] | |
how can i create new libraries in VC++ 6.0 from DLL. Is there any tool i could use | |
hi there. Am working on a program that finds the binary executable of a particular program when we input its filename. For example: INPUT: cmd.exe OUTPUT: c:\windows\system32\cmd.exe Am using the following API's: FindExecutable() SearchPath() if you got any other API or any other ways to find executable progrmatically, please share … | |
Hi everyone, am currently building a program with VS 6.0 but am having problems with string coruption, especially with strncpy(), [code]#include <stdio.h> #include <string.h> int main() { char prog[200]; int count; int su2; char mir[200]; strcpy(prog, "cmd.exe"); // we add cmd.exe to prog count = strlen(prog); // we measure the … |
The End.