No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
Hello everyone! Is it possible to embed a movie clip (.avi) to vb form? I have created one short movie clip in flash and export it as avi file. I expected (what fool i was) that visual studio 2008 will have support for avi files, just like it has for …
Hi everyone! I'm writing trojan/virus for educational purposes only. That is my final practical work. The problem is that i need to fire up a .vbs file from disk.To do that i need path. How to find path and save it to string variable. Even bigger problem is how to …
Hi! I have a problem with graphics in c++. It is a simple program, that displays circle. [CODE]#include "stdafx.h" #include "iostream" #include "graphics.h" #include <cstdlib> void main() { int gdriver = 9; int gmode = 2; initgraph(&gdriver,&gmode,""); setbkcolor(WHITE); setcolor(BLACK); cleardevice(); circle(320,240,180); getch(); closegraph(); }[/CODE] In visual studio i have error: …
The best way to start understanding some particulary language is to start with the simpliest stuff, even with that 'borring' introduction of program itself. When you get some knowledgement of what program language can do, start with simple functions, like: cin, cout (input,output), and declarations of data itselves, like: string,integer, …
If you play games, you will feel the difference, if you're using some simple programs then you will not (MS Office etc.). Study what is RAM for, and you will have no more questions about it, thrust me! Simple as that!!!
Battery should not be a problem. If it is plugged with the charger, it should work, even if battery is dead. Check the mainboard.
You mean access to dll's functions? If that is what you ment, then yes, it is possible. Check the posts, and you will find the similar problem (with answer).
I guess that this is for some kind of exam. You have 3 types of transfering from user mode to kernel mode: - interupptions - exeptions - system call Interuppts are sinchronuos events that OS uses to give aknowledgment of finishing some paticulary event like completion of copy, detection of …
You have user and kernel layer. User layer's functions cannot alter the basic variables (OS Core), and have limited access to data and memory. Kernel layer is base of OS, and can alter all data, and have unlimited access to all resuorces. Kernel layer works with system processes/threads, memory etc. …
Connect HDD directly to computer (IDE,SATA), if disk is functonal, the rack is dead. Try to connect some other USB device in USB port, such as USB stick. If that doesn't work, then you have a problem with USB Controler (Mainboard part)
This question is not bounded to programming. It is more concerned with operational system itself. Well, i have problem solving one profesor's question... It is constantly repeted in exam, but i can't find solution or answer as well. (The book doesn't say anything about it!) Question goes: [B]Why do we …
Are you sure you downloaded right bios? I had a similar problem few years ago, and i just downloaded right BIOS, after that it was all fine (until it got struck by the lightning :-( ).
The End.
morb