31 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for NicoleSqueak

Hello, I do not know a lot about computers, so I know this is a long shot. However I really need advice! I have just got a new computer tower (its second hand) and a monitor from a family member. Both monitor and tower were in full working order before …

Member Avatar for rproffitt
0
3K
Member Avatar for davy_yg

Hello, I am looking for Win 7 version that is able to capture windows screen more than 1024 x 768. Does anyone have any idea? Thanks, Davy

Member Avatar for rubberman
0
119
Member Avatar for madmax9922

Hi i would like that my webpage keep the same shape on different screen size or resolution each time i go on a smaller screen the top of my page is bigger than the bottom. i would like to keep the same space on both side. is it possible? thx …

Member Avatar for diafol
0
263
Member Avatar for faisal.qureshi.7121614_1

Hello all! i installed Ubuntu OS alongside Windows XP, but i got screen resolution problem, i mean everything was out of the monitor screen, was may be 800x600, i tried to adjust it through ubuntu's GUI Appearence feature but not succeeded, i guessed that i probably need separate VGA drivers …

Member Avatar for hbutt875
0
344
Member Avatar for castajiz_2

I developed a website actually a simulation of a program on my 17.3 inch laptop. When I come to another machine for example a 15 inch laptop witch has a different screen size(diagonal) my html tags won't compensate, so I have to scroll through the website to see all my …

Member Avatar for diafol
0
238
Member Avatar for henrimontreal

I am working on a Texas Instrument's Board which has MSP430f47197 and the has the following code (C files). The current resolution for kWhs is .01 but I need higher than this. I changed the code to some extent but unfortunately I could not hit it to what I need! …

0
114
Member Avatar for CJMW

So im making a simple RPG using c# and xna. For collision, i am using a text file that contains data about whether a tile is passable or not. I iterate through them and create rectangles based on the position of the 'bad' tile in the text file. I then …

Member Avatar for CJMW
0
337
Member Avatar for drlewis506

Hi, I have two identical displays (Samsung SyncMaster 205BW) but I can't get the second display, that I just bought, to a resolution higher than 1280x1024?? THe Main Display #1 is set to 1680x1050 which is ideal. They are both plugged into an NVidia GeForce 9400 GT video card... Specs: …

Member Avatar for rubberman
0
198
Member Avatar for Jeff_7

The website I'm building is http://garrysmotoservice.com/, but I'm having problems make the site fit to all computers without zooming in and out. Any ideas?

Member Avatar for Jeff_7
0
227
Member Avatar for JamesAtCBC

Hi all, I'm new to this forum. I was wondering if anyone can point me in the right direction to making my companies website fit screen resolutions of all sizes? tried changing a few things to percentages but it doesn't seem to make a different. The problem is that down …

Member Avatar for BMXDad
0
362
Member Avatar for prakash2813

Hi everyone... Before a week my pc worked fine...but after some days when i started, it didn't work..so i repaired from shop... The problem is that it shows 800 x 600 disabled resolution..so i can't change it... My PC confg is : Win 7 32bit 1 gb ram Intel Pentium …

Member Avatar for Rik_
0
185
Member Avatar for Sava01

just wondering what resolution is better for my xbox 360 if you could put as much information into your replies as you can then that would be great

Member Avatar for BigPaw
-1
223
Member Avatar for dados

I need function to serving different data depend on browser type, mobile or desktop.. I need something like this <?php if browser_resolution_small { // one type of data } else { // another type of data for big resolution } ?> so I need to pull different data but I …

Member Avatar for IIM
0
869
Member Avatar for williampritchar

One of my client site is not working properly. when i try to open on high resolution it just show long horizontal scroll bar. i try to resolve it but not succeed, is there any one who know how to get rid of that so please suggest me.

Member Avatar for williampritchar
0
191
Member Avatar for LeNenne

Hello How to change the resolution in VB6 ??? If one have 1200x900 and other have 800x 600 how can VB6 change or know what resolution the user have. Thanks Lenny

Member Avatar for LeNenne
0
190
Member Avatar for 9tontruck

Hi, After I make a GUI program on my computer nicely, every object in the form often changes in its location and size in different computer. I know it is because the monitor resolution is different and there are several solutions on the web but none of them actually works …

Member Avatar for 9tontruck
0
187
Member Avatar for bearsomg

Hello, I am currently building a rendering engine in native C++ using Direct3D 10 and the Win32 API. The engine will have 2 separate windows, one being the rendering window and the other being a control window which is used to load models, animaitons, etc. It is also used to …

0
99
Member Avatar for poojavb

Hello Friends, I have a doubt.... Can we set the windows form resolution according to pc screen resolution and even the control should be adjusted....is it possible??? eg. My screen resolution is 1366 X 768 and my form size is 1254, 709....but I want it so set according to the …

Member Avatar for poojavb
0
5K
Member Avatar for rotemorb

Hello When I'm dont playing starCraft 2 on my pc, I quit the game, and my Screen Resolution is changed to 1360X768, and I have to change it back to 1920X1080 (My monitor resolution). Why does this happen? Thanks a lot, Rotem

Member Avatar for 117
0
128
Member Avatar for Robert955

Hello, for my Game I used this tutorial from riemers for automatically scalling graphics relative to the current resolution of the game window: http://www.riemers.net/eng/Tutorials/XNA/Csharp/Series2D/Resolution_independency.php If I change from the baseSize to another resolution the Mouse position gets messed up, I have a custom cursor on (int)ms.x, (int)ms.y but when I …

0
129
Member Avatar for kutchbhi

This is the project I am reading from . [url]https://github.com/sasatomislav/PHP5-OOP-Cart[/url] [CODE] class Cart { <snip> private function __construct() {} /** * Fetch Cart instance * * @return Cart */ public function getInstance() { if (NULL === self::$_instance) { self::$_instance = new self; } return self::$_instance; } } <snip> // initialize …

Member Avatar for pritaeas
0
262
Member Avatar for Sarkahn

This is a way to force a given aspect ratio of a window any time the user tries to resize or cascade it. [CODE] double aspectRatio = 640.0 / 480.0; WPARAM sideBeingDragged = 0; LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch(msg) { case WM_CLOSE: DestroyWindow(hwnd); …

0
403
Member Avatar for walid86

So i'm creating a form, on the form is a panel (panel1) which holds all data, pictures etc... This is then to be made into a bmp for professional printing (ie 300dpi). A4 @ 300dpi = 2480 x 3508; i am able to create the image at the panel's height …

Member Avatar for walid86
0
1K
Member Avatar for Kraai

Hi I have a client wanting a wordpress site with fixed background image and content scroll over it. My problem is, that my client has a 1400 x 1050 px screen, and I have no idea how this background I currently have on the site, would appear on their screen. …

Member Avatar for matricol
0
353
Member Avatar for adi.shoukat

Hi, How can I setBounds of a component in percentage of screen size so that the interface looks same on different resolutions. I am using Visual Studio 2008. When I click on a button in designer view it shows me button's properties on right side. There I can set Location …

Member Avatar for adi.shoukat
0
331
Member Avatar for Jsplinter

I have a nested class declared as: [CODE]class A { class B { // members }; // members }; [/CODE] Is there a good way to avoid typing A::B every time I need to access B's members? I'd just like to do this in one .cpp file. I tried "using …

Member Avatar for Jsplinter
0
223
Member Avatar for sirplayerrock

i have a dell inspiron 1525 and i need to know the easist way to change my resolution form 1024x640 to 1024x768, can anyone please help me out?

Member Avatar for zelkea
0
118
Member Avatar for venet

Hi, I have a Toshiba NB300 laptop running win7, and I'm trying to run some software that requires a screen res of at least 1024x700. Unfortunately, the max res of this laptop is 1024x600. I have searched the web looking for a solution for this, people with similar issues had …

Member Avatar for venet
0
403
Member Avatar for AKJo

Using TMediaPlayer to play parts of .wav files. I would like to copy parts from .wav files and append to an other .wav file. Is there a way to do this, without physically connecting the speaker output to the microphone input and add noice and loose sound quality. I would …

0
98
Member Avatar for adaniel058

[ATTACH]17854[/ATTACH] [ATTACH]17855[/ATTACH] [ATTACH]17856[/ATTACH] Guys I am trying to help a friend of mine with this project they have due in a few days and because I program in Java mainly I am a bit rusty with this. I can not figure out why my getInput function shows up under the …

Member Avatar for adaniel058
0
134

The End.