18 Topics

Member Avatar for
Member Avatar for diafol

Thought I'd share a shortcut with you. You've probably seen Tampermonkey (or Greasemonkey) before. This one adds my favourite shortcuts to the DW nav: ![Capture.PNG](/attachments/large/0/a523e242c3ad5b48d003f139fd482a46.PNG "align-center") Here's the easy script: // ==UserScript== // @name DIAFOL_BAR // @include https://www.daniweb.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @grant GM_addStyle // ==/UserScript== $("nav .navbar-nav").append ( '<li><a …

Member Avatar for diafol
2
452
Member Avatar for Slavi

Hello everyone! As some of you may know, Eclipse Luna appears to be broken for users of Kali Linux. There is a simple fix for that > Assuming that you have installed Eclipse Luna locate eclipse.ini `sudo nano eclipse.ini` add the following 2 lines before `--launcher.appendVmargs` --launcher.GTK_version 2 press `ctrl …

Member Avatar for zinist
2
3K
Member Avatar for rajendher

hello admin, how to display the following shortcut. your here >> home >> files >> 2014 >> 02. is database required for that ? any suggestions please ....... thank you........

Member Avatar for rajendher
0
213
Member Avatar for nikki05

Hi, I have one form with multiple controls (e.g. Button,Textbox, RadioButton, ComboBox, etc.). I want to set the focus dynamically on a control using key F4 to highlight that control. Scenario: 1.Suppose the user clicks on any control 2.Press Key F4 to highlight that control so that the user will …

Member Avatar for Reverend Jim
0
3K
Member Avatar for Xyzyxx

I'm having a terrible time foguring out Internet Explorer and its two versions. I pinned it to the taskbar, but when I click it, it opens a second icon running the 64 bit version of IE. Clicking links in emails and external applications opens the link properly in my pinned …

0
156
Member Avatar for abhinashraju

Hi everybody, How to do the following in java..?? created a frame and one button added to that frame and set the keyboard shortcut to that button.Now my question is how to make that keyboard shortcut will work eventhough focus is not there in that frame? anyone have any idea..

Member Avatar for Taywin
0
234
Member Avatar for amitash

Hi, in Excel I can use below code to call a function via a shortcut, how can I do exactly in Word? Thanks! Application.OnKey "{F1}", "functionToCall"

Member Avatar for QVeen72
0
122
Member Avatar for prancode

how do I set a shortcut key for 1 of the textboxes in vb.net. When I goto the textbox and press F3, then it should give the current date in the textfield...Can somebody help me with this?? Thanks in advance..:)

Member Avatar for Pgmer
0
287
Member Avatar for Xyzyxx

Here is my procedure... 1. [Right-click on the desktop, choose New and choose Shortcut](http://i.imgur.com/Tk3td.jpg) 2. [Type a Web address in the field](http://i.imgur.com/e1IEd.jpg) 3. [Give the shortcut a name](http://i.imgur.com/SgTSk.jpg) 4. [There is now a shortcut icon on my desktop](http://i.imgur.com/7wsIT.jpg), which, when double-clicked, opens my web browser to the correct page. 5. …

Member Avatar for Xyzyxx
0
237
Member Avatar for klrdn

I brought the following text lines into Word 10 (aka 2002) & added the ~'s to the blank line paragraphs: How can I transform the address 'records' into tables sortable on name ? name phone adrs adrs ~ name phone adrs adrs ~ etc.... about 120 of these. If I …

0
99
Member Avatar for y2kshane

how to get target path of a shortcut what i want to do - user drag and drop shortcut to the form(i know how to handle drag and drop) . shortcut path have to store in a string plz help me when i google i found codes to do this …

0
123
Member Avatar for Akay2

Here is my script for defining the position in C# (with XNA) [CODE] public void PositionDefinierer(int v) { positionCheck = true; if (v == 1) { v *= 0; positionCheck = false; } else { if (v < 11) { v *= 50; } else { if (v < 21) …

Member Avatar for skatamatic
0
153
Member Avatar for neosonic

Hi all, I am using windows vista home premium. Since I have this computer, I cannot type fast, two fingers are the fastest I can go, and sometimes it is even too fast for this vista. Why? Because if I type too fast, I might accidentally press two button at …

Member Avatar for neosonic
0
202
Member Avatar for horserider
Member Avatar for codeorder
0
293
Member Avatar for sachintha81

I am required to create a Desktop shortcut to a specific folder from within my C# program. I have two requirements. 1) On the Desktop of Current User 2) On the All Users Desktop Following is the code I used: [code]WshShellClass WshShell = new WshShellClass(); IWshShortcut MyDesktopShortcut; MyDesktopShortcut = (IWshShortcut)WshShell.CreateShortcut(Environment.GetFolderPath(Environment.SpecialFolder.Desktop) …

Member Avatar for finito
0
2K
Member Avatar for normanallen

When a shortcut was added to the Desktop on XP it was placed at the end of list on the screen. Now, on Windows7, when a new shortcut is added it gets put immediately below the Computer icon at top left. Is this a Vista/W7 thing? I've tried changing the …

Member Avatar for normanallen
0
213
Member Avatar for sixstorm1

Hi all, I have two problems, the first being the most important: 1. I have a Win32 (Non-MFC) app with a window and a win32 menu on it (HMENU), and I've been searching all day for a way to display shortcuts (like "Ctrl+C") on the menu items. I know there's …

Member Avatar for bheron
0
196
Member Avatar for Androggles

Hey :) I wonder how i can make my program make a shortcut to itslelf, and put it in a specific directory?

Member Avatar for Androggles
0
1K

The End.