Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
screen
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… wirelessly control a hardware product with its own computer touch
screen
. My thought is that the hardware product can be seen… same as the software on the remote notebook (eg, a
screen
saver).
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
2 Weeks Ago
by Benjamin_17
… used Windows was Windows XP when I got a blue
screen
of death trying to install it. Since then, I have…
Re: How Can I Hookup My Mobile Phones To My PC Monitor ?
Hardware and Software
Hardware
Mobile and Wearables
1 Month Ago
by Fitmovers
If you want to connect your Samsung Galaxy A9 to your Dell E1916HV monitor, you'll need a USB-C to HDMI adapter (if your phone supports HDMI output). Since your phone has only USB ports, check if it supports Samsung DeX or
screen
mirroring via an MHL adapter. If your monitor only has VGA input, you might also need an HDMI to VGA converter.
Re: Ja sa bong Here!
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
… to point means less latency. It also means we could
screen
cap parts of the game so we could refer to…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… is below-the-fold (aka not visible on the first
screen
-fold).
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
… not ATF, allowing some space to load before appearing on
screen
(e.g., rootMargin: "0px 0px 300px 0px"). 2…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
Speed index should also not be affected at all by using it. Speed index measure how long it takes to load the first
screen
of content of a webpage. That means that if you’re using it only for content below the fold, speed index should never be affected.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
Actually, I take it back. I assume that, using Chrome on a fast Internet connection, and a super high
screen
resolution, none of the images are actually being lazy loaded.
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by pathofbuilding
To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by xivlauncher
You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol.
Re: Has anyone else had this Windows 11 Problem
Hardware and Software
Microsoft Windows
1 Month Ago
by Pokemons
I have recently faced windows 11 issue. Important data lost.
Re: How Can I Hookup My Mobile Phones To My PC Monitor ?
Hardware and Software
Hardware
Mobile and Wearables
1 Month Ago
by Deborah_5
How Can I Hookup My Mobile Phones To My PC Monitor ?
screen
Hardware and Software
Microsoft Windows
12 Years Ago
by amhoskins
My computer comes on the monitor comes on lets type in my password but when I click enter it goes to a black
screen
the cursor is there but that all no icons no tool bar at the bottom if anyone can help please let me know ASAP I am trying to apply for a job and my resume is ob it
Screen flickering problem in side scroller...
Programming
Software Development
15 Years Ago
by nola_Coder
…a scene buffer to draw into. */ scene = create_bitmap(
screen
->w,
screen
->h); /***************************************************** -THE GAME LOOP!- ***/ while(!key[…); /* Put buffer to display. */ acquire_screen(); blit(scene,
screen
, 0, 0, 0, 0, WIDTH, HEIGHT); release_screen(); …
Re: screen problem with my laptop
Hardware and Software
Hardware
20 Years Ago
by nizzy1115
… on i got nothing at all on the
screen
and yet it appeared to go through the…had been told to display the picture to another
screen
. No such joy there. However once i had… if the battery was that dead why the
screen
didnt come on when i had the machine…connectors could be the illuminescent bulb one (the
screen
gets lit up by it...if you dont get…
Screen Swap
Hardware and Software
Hardware
16 Years Ago
by BuccaneerUK
… no longer use that has the exact same
screen
apart from it is a WSXGA + Brightview …an all together better
screen
. I have placed this
screen
in the AJP machine and it …clump of lines to the far right ( This
screen
works perfectly in the HP laptop). I would…issue could it be BIOS, the inverter or
screen
lead. I know it is not a driver…
screen problem with my laptop
Hardware and Software
Hardware
20 Years Ago
by JANINE
…it on i got nothing at all on the
screen
and yet it appeared to go through the …least ten times to get a picture on the
screen
and even tried Fn and F7 to see … had been told to display the picture to another
screen
. No such joy there. However once i had …why if the battery was that dead why the
screen
didnt come on when i had the machine …
screen problem
Hardware and Software
Hardware
19 Years Ago
by grey goose
… for several seconds. Following morning when I powered on
screen
did not respond. I tried with external monitor that …is my external display recognized as a primary and notebook
screen
as a secondary. I n the settings option when… I move over the icon of the second
screen
(notebook
screen
) i am showing resolution 640, 0 . Any thoughts…
Screen capture ignoring active window
Programming
Software Development
16 Years Ago
by mrpoate
… I want to regularly capture the contents of the
screen
, which in itself is thankfully made incredibly trivial by…m using [icode]ImageGrab.grab()[/icode] to capture the
screen
, converting the returned result into a format Tkinter can … needed and thus the control to implement the selective
screen
capture, and then interfacing this C++ with my …
Screen reading program - help
Programming
Software Development
15 Years Ago
by FanatiK
…at a later time. - The next program (The
Screen
-Analyzer) program will load the font profile and read …(AllowedChars)]; int CharOn = 0; // These are the starting
screen
coordinates to read from int StartPosX = 0; // They actually…file that can be called upon for comparing against other
screen
pixels (basically reading them). --> <img …
Re: Screen flickering problem in side scroller...
Programming
Software Development
15 Years Ago
by Clinton Portis
…;blit()" in Allegro I think) to constantly update the
screen
.. you'll need to learn how to "double buffer…" your
screen
in order to gain that fluid 'non-flickering' update that…
Re: Screen flickering problem in side scroller...
Programming
Software Development
15 Years Ago
by nola_Coder
…;blit()" in Allegro I think) to constantly update the
screen
.. you'll need to learn how to "double buffer…" your
screen
in order to gain that fluid 'non-flickering' update that…
Screen goes white (blank) when I startup
Hardware and Software
Hardware
11 Years Ago
by uterian
…ve an Acer Aspire 5739g laptop. I've opened my
screen
(my laptop's own monitor) to check my wireless cables…webcam and microphone cables. I didn't plug of any
screen
cables. After everything is connected again, I tried to open… only thing I see was pure white
screen
(no black , no color). Actually everything except
screen
is working. Fan, hdd, sound. …
Screen flips out randomly
Hardware and Software
Hardware
16 Years Ago
by beard24
… with the RAM but I'm stumped on the mobo/
screen
lockup issue, after so many motherboards I'm considering the… expensive and time consuming. Here is a pic of the
screen
when the problem occurs. The colours vary with whaevers on… the
screen
at the time, but the pattern always remains the same…
Re: Screen flips out randomly
Hardware and Software
Hardware
16 Years Ago
by beard24
…occurred BEFORE it reached windows or even the windows loading
screen
. this has never happened before and it gave a …different effect on the
screen
[url]http://i200.photobucket.com/albums/aa45/jameskiddBTK/Photo033.… a better result but then within ten minutes, the
screen
did its thing again. Could there be an issue …
Screen is black
Hardware and Software
Hardware
15 Years Ago
by Bjorn
…I start the other one nothing shows up on the
screen
, at all, it just stays black - I …of my anti-virus program for example, but the
screen
wont go on, and restarting it only causes … a new video card, but that time the
screen
did work and I could enter safe mode, …no luck, also I've tried using the normal
screen
on a different computor (this one I'm …
Re: Screen Position
Programming
Software Development
15 Years Ago
by Oxiegen
…(0).Primary Then '' Code for displaying box on the seconday
screen
'' using
Screen
.AllScreens(1).Bounds or .WorkingArea Else '' Code for displaying… box on the primary
screen
'' using
Screen
.AllScreens(0).Bounds or .WorkingArea End If [/CODE]
Screen Erase
Programming
Software Development
13 Years Ago
by PixelExchange
…draws some stuff to a DC; however, on a
screen
invalidation, the things drawn on the DC, dissapear (get…If I move my program off
screen
(which invalidates the
screen
) everything I drew to the
screen
, gets erased! For example, lets…the SetPixel function in the above example, if the
screen
becomes invalidated, anything drawn on the DC gets erased.[/…
Re: Screen flips out randomly
Hardware and Software
Hardware
16 Years Ago
by beard24
…occurred BEFORE it reached windows or even the windows loading
screen
. this has never happened before and it gave a …different effect on the
screen
[url]http://i200.photobucket.com/albums/aa45/jameskiddBTK/Photo033.… a better result but then within ten minutes, the
screen
did its thing again. Could there be an issue …
Screen went black, and will no longer POST
Hardware and Software
Hardware
16 Years Ago
by cyleightor
… playing WoW. Came back 2 minutes later to a black
screen
(monitor sleeping, won't kick back on....and I don…'t use the
screen
saver/hibernate). Tried all the normal key combos...alt-f4… appropriate voltages. I only got it to the BIOS start
screen
2 times, and both times were after I was not…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC