In computer science a window is a graphical interface to let a user interact with a program. Questions regarding Microsoft Windows should use the "Windows" tag.

learn more… | top users | synonyms

0
votes
0answers
13 views

File upload window opened twice in IE when called externally with jQuery

What I have is a hidden file input and a text input. What I want is to click and focus the text input, then select a file to upload and have the file name of the selected file in the text input. The ...
0
votes
0answers
7 views

OLA FFT Windows : Blackman-Nuttall or Dolph–Chebyshev?

I found a web page describing all the existing windows for FFT. it's here: http://en.wikipedia.org/wiki/Window_function it's very interesting as it shows the frequency response depending on the ...
0
votes
1answer
9 views

window.pageYOffset or just pageYOffset? / X + IEnumber+ pageYOffset / X support?

1) I've noticed that (at least in Chrome) there is no difference in output of these two: pageYOffset; window.pageYOffset; they both access the same global thus return the same - what is the ...
0
votes
2answers
17 views

WPF desktop application with multiple views

I have a WPF application running on Windows 8. It is the one-window application that has three different views in the whole client area of the main window: live video from a webcam, help screen, and ...
0
votes
1answer
16 views

How to move windows forms from Visual Studio 2010 to Visual Studio 2012

Well, the title says it all, I already have a complete project in Visual Studio 2010 and I would like to copy the windows forms from there to a new project in Visual Studio 2012. I try to copy-paste ...
0
votes
0answers
9 views

How to make Menubar enabled when window is inactive?

I made a winform using windows sdk programming, it is like notepad, its menu bar is disabled when it is inactive. But I want it enabled, like Gimp. Anyone has any idea? Thank you in advanced.
0
votes
1answer
47 views

Why won't the scroll bar go up when I use this javascript function?

so I have this javascript: $(window).scroll(function () { if ($(window).scrollTop() > 0 && !document.contains(document.getElementById('toTop'))) { var top = '<div id="toTop" ...
-1
votes
0answers
16 views

Window Dirver BlueScreen And Dont have a clue

#include <ntddk.h> #define DWORD unsigned long #define WORD unsigned short #define BOOL unsigned long ///MVP////// #define BASE_PROCESS_NAME_OFFSET 0x01FC #define ...
0
votes
1answer
11 views

Scroll up parent window with iframe

I have a web page inside which I've included an external iframe in the middle of it (below the fold). In this iframe, there is an input text, with the blinking cursor (i.e. the focus has been set to ...
0
votes
1answer
17 views

Slide window open animation not working properly [Titanium]

Creating an iOS app in which press a button open a window by sliding it to the right. However, if I go from portrait mode to landscape or vice-versa; and then I if I press the button, the window ...
2
votes
2answers
49 views

How does Java's Swing framework make windows / frames? [on hold]

I have always used javax.swing when I am creating GUIs in Java. To make a window, all I've had to do is write: JFrame frame = new JFrame("Cool Application"); I'm curious - how does ...
0
votes
1answer
24 views

no scroll bar when opened on a smaller window

I'm having a problem with my website: Everything opens fine when the window size is the same as the background image or bigger, but when i open on a smaller window, there's no scroll bar so the footer ...
0
votes
0answers
14 views

How to set windows title in python qt?

I develop in pyqt and i made deb package on Ubuntu. It contain .desktop file, so it automatically add icon to main menu. When I start application windows title is correct but in gnome bar shows ...
0
votes
0answers
6 views

Mac Development: Hide dock icon with NSWindow

I am trying to hide an application by hiding its window. When I hide the application, I want it to be "invisible" It should still be active as a process but the window and more importantly its dock ...
0
votes
2answers
26 views

Display full page image after image is loaded

How do I display a image only after it loads but the rest of the page shows normally? On each page I have something like this <html class"page-name"> and the css is as follows html.page-name { ...
0
votes
1answer
15 views

How to Create sencha touch app in window phone 8?

I want to make native window phone 8 build from sencha touch. I have also tried phonegap but no succeeded. any help will be appreciated.
1
vote
1answer
17 views

cocos2d-x undunderstand the image /screen /proportion, relative size between the opengl windows simulator and real device

after long and many hours of development only on the windows opengl simulator using visual studio 2012 every thing looked like it should be i tested on 480/320 screen size CCSize screenSize = ...
0
votes
0answers
14 views

Kendo Window Popup

Issue : When hit enter key from the Window Popup2 it would open another window popup. From my main page (1) I have button that will open a window popup (2) and when click on a image then a new window ...
0
votes
0answers
15 views

How do you set the width/height of a javascript plugin popup in percentages?

I am trying to set the width/height of a js plugin loaded through tampermonkey. The plugin is in the form of a popup window. How can I size this window.plugin with percentages instead of pixels? ...
1
vote
0answers
14 views

Mac OS X : Display a picture in a simple window

I want to display a picture store in the disk in a simple window and I didn't succeed to do it. I might be very simple normally, no? Thanks for any help... Jérôme PS: I want to do it by programming.
2
votes
0answers
64 views

RegisterClass inside Windows Service, results: System Error. Code: 8

I have a Windows Service that creates a WindowClass inside it. This window will be used to make IPC (inter-process communication) between 2 programs. This service works 100% correctly in: Windows ...
0
votes
1answer
31 views

How do you get JFrame from main to make fullscreen?

I have my JFrame defined in main and I want to make it so if I click a button, press F, etc., the screen goes full screen. I understand how to do this, but I do not understand how to get the JFrame ...
0
votes
0answers
12 views

Redirecting window to a .doc based on a select option?

I am trying to close main tabbed window based on a selection within a dropdown that opens a .doc. So far the usual window window.close javascript doesn't seem to work. Any and all help is fully ...
1
vote
1answer
26 views

WinApi - How To Modify Console Window?

I want my console window to be modified. I got the handle. And this helps to change it. But how can I remove close button remove maximize button remove icon disable resizing ? // C# syntax ...
2
votes
0answers
28 views

Menu on WPF Window title bar

How can a DevExpress menu be displayed on WPF window title bar, like below? Right now, I have main menu docked to top of window, but I'd like to move it to window's title bar <dxb:BarManager ...
1
vote
1answer
22 views

How to set height of content with jQuery – cut off in small window size

I'm having trouble getting this to work. Currently, it's resizing section[role="main"] to the height properly, but when you resize the window to a small size, it cuts off. <script ...
0
votes
1answer
35 views

Link to current window within a JavaScript function

folks! I'm an absolute beginner in JavaScript and I'm trying to get a specific condition within a JavaScript function (passwd=="eggplant) to open a link in the same window. I've tried the ...
3
votes
1answer
56 views

Find a specific control on a window

Im trying to find the value of a specific ProgressBar (msctls_progress32) on a window, I have found the window with: [DllImport("User32.dll")] public static extern IntPtr FindWindow(string ...
0
votes
1answer
21 views

Animate window from right to left[Titanium]

I want to animate a window so that it slides to right to open and slides to the left to close. How can i do that ? I have the following code but ti doesn't work : var textWin = ...
0
votes
1answer
34 views

Taking a screenshot of a specified applet or program in Java?

How can I take a screenshot of a specified program's window or of an applet which a script is running in? I have the current code below, which takes a screen shot of the full computer screen. ...
2
votes
1answer
28 views

opengl draw line height of window

I would like to know how to draw the length of a line with respect to the the dimensions of the enclosing window. Note that I am using the combination of GLUT and OpenGL. For example, say I wanted ...
0
votes
1answer
23 views

turn off firefox extensions on my page

Can I somehow turn off all user browser-extensions (or specific ones, for Firefox or any other browser) when user enters my page? More specific, I'm creating new window with window.open and I want ...
0
votes
1answer
39 views

How do I find position of a Win32 control/window relative to its parent window?

Given handle of a Win32 window, I need to find position of it relative to its parent window. I know several functions (e.g.; GetWindowRect() and GetClientRect()), but none of them explicitly return ...
0
votes
0answers
7 views

Store window handler in cookie

Is there a chance to store a window handler in a cookie so I can access the window/popup after reloading the main window? For example I want create a mp3 player in a separated window and access it ...
-3
votes
0answers
8 views

Sending MouseClick Rbutton to Proper window [closed]

I know this script is crude right now, I am just stuck, ignore my ; because thats just me trying things. What I am trying to do is define a value for Rbutton based on what windows the mouse is over. ...
1
vote
1answer
51 views

Get info from another application

Basically what i want to do is see the value of a progress bar in an application from another application, If its possible. I have been able to find the progress bar from my app with and get the ...
0
votes
2answers
35 views

How to open a new window in the same page

I'm trying to open a new page in a new tab. I've tried window.open ('MyURL'); without informing a name but still it opens in a new window. I can't replace the current tab, I need to open a new tab ...
2
votes
3answers
41 views

Why the WPF Window always get Default Style?

I have tried to set the Style for WPF Window in XAML. I am able to see my changes in VS Designer, but when I run the application it will always get the default Style. Not Working: <Style ...
0
votes
1answer
19 views

JQuery action scrolls window down

I'm running this JQuery script to scroll divs http://jsfiddle.net/sg3s/rs2QK/ jQuery(function($) { $('a.panel').click(function() { var $target = $($(this).attr('href')), ...
0
votes
0answers
18 views

How can i add a Right Click option/options on any specific directory of window. [closed]

I am creating a directory synch application in java programming application. Now i want to add share option when user right click with in a specific directory, and want to open an dynamic url on ...
1
vote
1answer
20 views

How to trigger window.focus() everytime a trigger.io app is opened on the mobile phone

I would like to trigger a function everytime the app is started on opened on the mobile phone. I use the window.on 'focus' method to listen to the event whenever the window comes into focus. The ...
0
votes
1answer
25 views

SOLVED Is it possible to change the contents of a GUI based on a check box/radio button selection?

I was wondering if its possible to change the contents of a GUI based on whether or not a user selects a particular check box/radio button, without opening a second GUI? Eg The GUI opens, the user is ...
-2
votes
2answers
36 views

if window size is 300x500 then open page else redirect php code

I need some php code which has a defined window size, if size is true run the page if not redirect to another page. I will manage the window size using an iframe. Is it possible with php? If not is ...
1
vote
0answers
26 views

iOS Chrome gives wrong window height

I'm currently working on a javascript application. And I'm using the $(window).height() for some calculations. When I run the website in safari it works fine, but chrome does something strange. ...
0
votes
1answer
20 views

How to add buttons to a main window in Qt?

I'm new to qt programming so please don't mind if you find it a noob question. I've added a button to my main window but when I run the code the button is not displayed. Here's my code: ...
-1
votes
1answer
26 views

How to open a new window from the main window in Qt?

I'm new to qt programming and would like to know how to open a new window from the main window with the mainwindow disappearing? Is there any source code I can have a look at?
0
votes
1answer
33 views

Placing wpf window in a folder

I have a Form named SoftwareRosterForm: namespace WpfsoftwareMonitoring.views { public partial class SoftwareRosterForm : Window { public SoftwareRosterForm() { ...
0
votes
1answer
21 views

Check window visibility with wmctrl

I want to check if a certain window is visible or not under X11. Imagine the case where there are several open windows on the deskop (= visible windows). Then show the desktop. I expect some value to ...
-1
votes
2answers
40 views

How to keep border on a fixed form?

I want my Windows Forms form to keep the window border, while having no title bar and being non-resizable (fixed) (similarly to window previews, when one hovers mouse over button on the taskbar): ...
0
votes
1answer
22 views

Failed to execute MAVEN goal using netbeans 7.3.1, JDK 7x64 does not work on Win 8 64-bit

I'm new and I'm starting with maven using NETBEANS now install 7.3.1, JDK 7x64, I formatted my Win 8 64-bit machine now I have problems with NETBEANS or MAVEN've tried everything, create the variables ...

1 2 3 4 5 72
15 30 50 per page