Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

12 Posted Topics

Member Avatar for morb

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 …

Member Avatar for nmaillet
0
112
Member Avatar for morb

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 …

Member Avatar for morb
0
108
Member Avatar for morb

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: …

Member Avatar for morb
0
3K
Member Avatar for monkey_boy_401

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, …

Member Avatar for morb
0
114
Member Avatar for Drake

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!!!

Member Avatar for forumdude123
0
114
Member Avatar for silentbliss

Battery should not be a problem. If it is plugged with the charger, it should work, even if battery is dead. Check the mainboard.

Member Avatar for caperjack
0
98
Member Avatar for wakeup

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).

Member Avatar for morb
0
73
Member Avatar for Drake

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 …

Member Avatar for morb
0
96
Member Avatar for Drake

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. …

Member Avatar for morb
0
95
Member Avatar for HARJIT SINGH

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)

Member Avatar for morb
0
107
Member Avatar for morb

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 …

Member Avatar for morb
0
95
Member Avatar for docbymyside

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 :-( ).

Member Avatar for morb
0
109

The End.