150 Topics

Member Avatar for
Member Avatar for Verlaine

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 …

Member Avatar for rproffitt
0
18
Member Avatar for pspwxp fan

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 …

Member Avatar for pspwxp fan
0
458
Member Avatar for RikTelner

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 …

Member Avatar for JasonHippy
0
316
Member Avatar for nemzmiyaw

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 …

Member Avatar for RGSOHEL
0
2K
Member Avatar for matthewborgcarr

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

Member Avatar for mKorbel
0
269
Member Avatar for Siberian

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 …

Member Avatar for sebastianedu
0
206
Member Avatar for Member #1042208

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 …

Member Avatar for Luc001
0
340
Member Avatar for djescobar

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); …

Member Avatar for djescobar
0
245
Member Avatar for Member #23858

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.

Member Avatar for dimsums
0
117
Member Avatar for RobotFX

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 …

Member Avatar for joehms22
0
824
Member Avatar for geekme

While Hosting guest OS in VM, I get the error "Error while switching on:Internal Error".Please help.

Member Avatar for john321
0
145
Member Avatar for dionisov

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 …

0
111
Member Avatar for anishpsla

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 …

Member Avatar for Stefano Mtangoo
0
219
Member Avatar for kilegoty

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 …

Member Avatar for PhilliePhan
0
260
Member Avatar for mattloto

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 …

Member Avatar for nezachem
0
194
Member Avatar for triumphost

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 …

Member Avatar for triumphost
0
1K
Member Avatar for grvs

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

Member Avatar for Member #545322
0
167
Member Avatar for dspjm

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

0
167
Member Avatar for dspjm
Member Avatar for nonshatter
0
237
Member Avatar for bubbleT

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 …

0
67
Member Avatar for shivnath
Member Avatar for robinbolt
0
5K
Member Avatar for Melow

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 …

Member Avatar for Melow
0
254
Member Avatar for dspjm

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

Member Avatar for dspjm
0
540
Member Avatar for dspjm

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 …

Member Avatar for dspjm
0
156
Member Avatar for LordRazon

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

Member Avatar for hanvyj
0
2K
Member Avatar for freeeasycoupons

I want to download some third party desktop managers but in Linux , there is an error while installing , how can I solve this problem

Member Avatar for richieking
0
33
Member Avatar for jimmys_

Can I get the handle to the foreground (active, focused) window (similar to GetForegroundWindow for Windows)?

Member Avatar for jimmys_
0
205
Member Avatar for namehere05

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 …

Member Avatar for namehere05
0
1K
Member Avatar for cajunR6

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 …

Member Avatar for crunchie
0
394
Member Avatar for jamesl22

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

0
154
Member Avatar for kermie

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 …

Member Avatar for sds
0
185
Member Avatar for KF4SQB

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 …

Member Avatar for KF4SQB
0
212
Member Avatar for rojo821

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 …

Member Avatar for stultuske
0
196
Member Avatar for lewashby

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]

Member Avatar for neilnicky017
0
219
Member Avatar for lewashby

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 …

Member Avatar for JasonHippy
0
173
Member Avatar for cguan_77

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.

Member Avatar for cguan_77
0
151
Member Avatar for vectro

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 …

0
96
Member Avatar for symphil

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 …

Member Avatar for almostbob
0
224
Member Avatar for msree09
0
86
Member Avatar for ugmo

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 …

Member Avatar for ugmo
0
769
Member Avatar for lewashby

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

Member Avatar for khess
0
90
Member Avatar for shivnath

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

0
92
Member Avatar for ytregnn

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 …

Member Avatar for jakesee
0
126
Member Avatar for syedabdulsamad
Member Avatar for shifa888
0
217
Member Avatar for HLA91

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 …

Member Avatar for zxor 2
0
219
Member Avatar for falagh@live.com

"desktop window manager stopped working and closed" is message when I open magnifire in windows 7 how solve it? thanks

Member Avatar for daor79
0
164
Member Avatar for Mehh

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 …

Member Avatar for Ancient Dragon
0
230
Member Avatar for jbennet

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 …

Member Avatar for jbennet
0
101
Member Avatar for pgn2655

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 …

Member Avatar for Adamsappleone
-1
130
Member Avatar for soni1

How do I start applications on Blackbox startup if my login manager is KDM?

-1
43

The End.