150 Topics
Sir, I use F8 or F1 to write the accents of some languages with a program called “AX” http://vulpeculox.net/ax/screens.htm I use a program called “Spartan” to CTTL + C and CTL+V to duplicate several time before you paste. https://m8software.com/clipboards/spartan/clipboard-manager.htm Every time I use F1 or F8 (AX give you a …
Hi Daniweb, My project was to create a basic shell. One of the features being if we enter a command and input a path to an executable, CreateProcess is invoked to start the process. This works fine enough for console applications: the process starts, runs, and then terminates, upon which …
Hey there! I learned that when I want to open Terminal in one direction that my terminal is at. I can use `nautilus .` for Gnome and `dolphin .` for the glassy DE. But what it does, it starts the program in Terminal and runs GUI. But as soon as …
I created a Security Log On that starts when i turn the computer On.Like the Windows Log On. I managed to disable alt+F4, alt+tab, window key, ctrl+esc, but i have only one problem disabling the task manager or the CTRl+Alt+Delete Button, is there a way or any codes to disable …
Hi, I have an application that has the feature to change the users with the click of a button. For the first attempt it works fine; it closes the JFrame and opens the login JFrame. However if the users clicks on the button to change user for the secound time, …
I want to access an Ext HDD that is connected to laptop, when the laptop is closed, I can't access the Ext HDD on the network. I want this External HDD accessed at anytime including when it's closed. In my searches all I find is how to setup a network …
HI People, I have following situation. I have an MDI form and a child form which opens upon selecting one of the menus. When this chld form opens it opens with it's defalt size. What I wish to do is open child forms maximized in parent when it(child) form is …
Hi Sorry i was doing a little program and i need helps i would like to something similar to that [url]http://i42.tinypic.com/2mys23d.png[/url] this is my code so far [code] private void makeFrame() { frame = new JFrame("Jubilee Estate Agency Property"); makeMenuBar(frame); Container contentPane = frame.getContentPane(); JLabel label = new JLabel(); contentPane.add(label); …
Have any of you ever seen this before? The Desktop Window Manager is experiencing heavy resource contention. Scenario: The Desktop Window Manager responsiveness has degraded.
Hi I have a lot of photos in a lot of folders (all under the /stars folder) and every picture has a thumbnail, too. The thumbnails have a '_t' in their name, like this 'picname_t.jpg'. What I'd like to do is to delete all the thumbs ('*_t.jpg' files) recursively, using …
While Hosting guest OS in VM, I get the error "Error while switching on:Internal Error".Please help.
Ok my question is: How I can create a window into my window.(My dialog is ready in .rc file) I want to complete my level editor for my new game but I've got problem with the toolboxes. I've got one white filled window with menu. Menu>>Tools>>Object Manager. When this is …
Hi friends, This is my first post in this forum.Also first about linux programming. I want to run a small linux application as a deamon. I configure it to load on startup. It's working without any problem. Now I want to get the console window of this deamon if it …
greetings to all and thanks for taking the time to read this... ill get down to the point - whenever i go into my documents or any folder non-internet related, it immediately stops working and needs to shut down... i have a problem report up right now on Vista which …
Hello! I'm just starting out with makefiles, and I'm doing something using SDL (it's a cross-platform window manager). For this project, I want to incorporate a makefile into it, but I don't know what to do. The tutorials for SDL say to compile the program, use this command: [CODE]g++ sdltest.cpp …
Hello everyone, I have one question.. should be relatively simple but I just cant seem to find any info anywhere.. maybe Im just looking in the wrong place and need guidance.. Here is my problem.. I have the following code: [CODE] EnableMenuItem(GetSystemMenu(GetConsoleWindow(), FALSE), SC_CLOSE , MF_GRAYED); DrawMenuBar(GetConsoleWindow()); GetSystemMenu(GetConsoleWindow(), FALSE); //Disables …
Hi I am trying to compress a file. But I want my original file to be there. eg. if I have file named file1 then after compressing I should have 2 files: file1 file1.z (I googled and tried gzip and zcat but couldn't do it) Thanks
How can i relate a source file in a gdb command... Provided that i have two files: test.c test(executable) How?thx for answering
as the title. how to learn vi, bash, and i just cannot open vim. and ... what is ex in vi.
In my C++ program, I'm using ShellExecute command with last parameter as SW_SHOWMAXIMIZED to open a web page (.aspx). [CODE] ShellExecute(NULL,"open","http://localhost/WebApp/default.aspx?Page=0",NULL, NULL, SW_SHOWMAXIMIZED); [/CODE] The Internet explorer can open this web page in its maximized state if I did not set the Window Title of IE in the registry (HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\Internet …
Is there any command to close any already opened file browser using command in linux. I need so. plz help me.
my problem is that i changed some compiz configurations and i broke my copy/paste(ctrl-c, ctrl-v... basically all the shortcuts that start with ctrl, including Eclipse's ctrl-space). i searched for key-shortcuts, i found a whole lot of them besides the ones i need. does anyone know how can i restore my …
As the title, type M-C-y, can use it, but what if i want to use the argument to recall the nth argument in the previous command...Thanks for answering...
In the help of less in bash, it says tha we can mark a position with m<letter>, then go to the mark with '<letter>. it seems that the m<letter> doesn't work at all, suppose i type ma, while if i type ' , a line "go to mark: " shows …
I need to make this a popup when a button is clicked. This is the code for the Button. [CODE] JButton moreOptionsButton = new JButton("More Options"); moreOptionsButton.addActionListener( new ActionListener() { public void actionPerformed(ActionEvent e) { timer.stop(); } } );[/CODE] I need this information to come up in a new window. …
I want to download some third party desktop managers but in Linux , there is an error while installing , how can I solve this problem
Can I get the handle to the foreground (active, focused) window (similar to GetForegroundWindow for Windows)?
Program descr: Im trying to make a windows manager for windows I might draw in CONSOLE. the plan is to draw manually windows in the console in an objectified way. instead of drawing the windows using console coordinates I create a buffer then use [URL="http://msdn.microsoft.com/en-us/library/ms687404(VS.85).aspx"]writeConsoleOutput[/URL] to write this buffer to …
well i was looking at some videos online and was prompted to update my realplayer and it failed, since then i haven't been able to open any explorer window. I have run adaware, spybot, striker, and norton full system scan. I can't figure it out and i know alot of …
Hi, I have been working to build a new Linux distribution that runs off a live CD. The live CD is set up and runs a terminal. It can handle multiple logins. What do I need to do to get xfree86 with iceWM to work on it. Thanks, James
Hi Guys Gals and those not sure. I am not sure if this is in the right thread but I am hoping u can help or direct me where I can help. I have a friend running linux which had a virus hijack her hotmail account and started spamming her …
I'm pretty much a Linux newbie, so please be gentle with me! I've got Ubuntu installed on an Acer Aspire laptop. Originally had the previous stable release, just upgraded to the current stable release (to try to fix my problem; didn't work). I've been running Gnome from the beginning, and …
my java programs are not running. actually they are running but the are invisible. I click on task manager and they show running. I actually click on the screen and you hear an error ding as if you are clicking on the window in a wrong spot. I have windows …
I prefer gnome to KDE but I don't know what this is but I thought I might give it a try. If anyone knows what this is and where to get it, please let me know, thanks. [url]http://www.tomshardware.com/gallery/ubuntu-linux,0201--6247----jpg-.html[/url]
I've had KDE for a while but I didn't like it as much to I stuck with gnome. Today I updated my gnome and a while later I decided to un-install python 2.6 and replace it with 3.0. I noticed that un-install was going really slow. Then my computer suddenly …
Hi guys, how to find a drive letter in linux (Red Hat)? I inserted a thumb drive but i don't know how to check which drive letter is assigned to it. Sorry so noob in linux. Please help. Thanks.
This is related to remote desktop over VNC. I'm not sure if this should be posted in the Desktop or Server section. I'm sure a mod will move this if necessary. In short, the problem is that CentOS 5 won't recognize PNG files. There are a few errors about it …
Hi, I'm using this script to open the enlarge version of a thumbnail image, in a new window: <a href="images/enlarge/20ans_1.jpg" onclick="window.open (this.href, 'child', 'height=400,width=600'); return false"> But the pictures opens smaller than the window and I have to click on the miage (zoom tool) to get the full size. What's …
have a problem in VB Grid.. how to seek a value in VB DataGrid
Windows 7 Ultimate 64 bit: search results window continously keeps popping for no reason, i have wiped the hdd clean and reinstalled win7 and ran trend micro house call installed symantec antivirus corp ed and did a mbr ix and i am still having the same problem. At first i …
I'M trying to edit my back.bashrc file with the following aliases, but it want let me save it, only Save As. Also, I don't really know where in the file I could place these lines. [B]alias rm-'rm -i' alias cp='cp -i' alias mv=mv -i'[/B] Thanks
I want to know what "nautilus -q" command does in linux. As I use this command from Linux command line, all the icons from the desktop disappears and even no mouse click works upon desktop. When I restart the computer only then all icons appears on the desktop as usual. …
I don't know if this is the right forum for this issue, but I will give it a try anyway. We have two computers laptops in our house, one that's pretty new and another one that's a few years old. I few weeks ago, god knows what caused it, the …
Hi Can anyone tell me please How i can change my Linux Appearance. Thanks.
Hi all Yesterday my resolution was changed and I tried to change it back but nvidia wouldn't list the resolution I wanted 1280x1024 so I removed the nvidia driver and re-installed it. After that it worked, it listed the resolution i wanted, but then this morning I booted up and …
"desktop window manager stopped working and closed" is message when I open magnifire in windows 7 how solve it? thanks
Well, im a beginner programmer, trying to make my own proggy in Dev C++ but i have massive problem with dialog, this doesnt work (using mdi example): mdi_unit.h [CODE]#define CM_WINDOW_TILEVERT 9084 #define CM_WINDOW_TILEHORZ 9083 #define CM_WINDOW_ARRANGE 9082 #define CM_WINDOW_TILE 9081 #define CM_WINDOW_CASCADE 9080 #define CM_EDIT_PASTE 9079 #define CM_EDIT_COPY 9078 #define …
Okay, ive got a 1024x768 13" laptop display and a 1280x1024 19" LCD external display. Ive managed to get it extending the desktop onto the external monitor okay but it wont go any higher than 1024x768 when extended. Thats a bit naff, as thats the whole point i own that …
I'm running Windows XP Pro w/ 2 monitors and tried to move a program window from one monitor (left) to the right one. The window seems to have moved completely off-screen to the right and I can't grab it to move it back. It shows up as a running program …
How do I start applications on Blackbox startup if my login manager is KDM?
The End.