3,123 Topics
| |
Hello Community, I'm planning on buying a new computer monitor soon but I'm not sure which one I should buy. These are the two I'm trying to decide between [LG 27MP75HM](http://www.lg.com/au/it-monitors/lg-27MP75HM) or [LG 29UM65](http://www.lg.com/au/it-monitors/lg-29UM65) thing is the 27MP75HM will be good because I can fit more code on the screen … | |
Hi everyone. I want to ask a question on how to show pictures (jpg files) from access database to a form I have a database called DataBase, i have some fields there. One is called picture, and the data type is attachment. and i have the following code Dim ds … | |
i want to make my own splash screen. which appear on start of my program and after it finish my login screen come. i write one program based of 3 timers which is working fine but it not loading my form2 the code is Public Class Form1 Private Sub Timer1_Tick(ByVal … | |
| Please correspond at this question. Do you have led monitors and why? |
How to delete Data from multiple tables. For example Iam having category id in one data base table .in another data base table iam having this id if i delete category id it should display a message as first delete in that table if the id is there in that … | |
I got a Compaq desktop seems to be working except for the monitor keeps giving error message that says VGA no signal. please help but try to keep simple | |
I have a gateway nv5378u that boots up, fan runs, but the screen stays black. I've tried all the tips of removing the battery and holding the power button....nothing. The LED screen was recently replaced. Can anyone help with this please?? | |
My laptop screen keeps going black. I tried restarting it and taking the battery out. Then I tried to unhook the screen from the computer itself and connecting it to another monitor but when i did that it would start with the windows loading screen then cut to black. Can … | |
Create a form that accepts scores from the user, displays the total, count, and average of the scores, and displays a dialog box that lists the scores.This application should check the number entered by the user to make sure it is a valid integer from 0 to 100. If a … | |
Hi all, I have an ArrayList that contains 70 items. I would like to display these items in Listview. Therefore, I used the following code. However, When I press the button, program will only display the first seven items in the arrayList. The rest of items are not being displayed. … | |
I have this zotac gtx 760 for 8 months and now I'm having a problem. My computer will turn on but there is no display. When I remove the video card it will turn on just fine. I dont know whats the problem I tried my video card to another … | |
I've got a sapphire radeon hd 7850 1Gb OC edition. The display from the card keeps turning off intermittently. To get it back, i have to reseat the card everytime. If i don't the monitor just keeps switching between analong and digital modes and nothing is displayed. I've got the … | |
Hello, I installed 'Marvel Ultimate Alliance' game on my PC. Every function and graphics display well except for the characters, mine and the villains alike. They seem to look like silhouettes or stick men with weapons. I asked someone else about it and he said the problem could be in … | |
Hello, I have a Macbook Pro w/ Retina display (A1502), running Win 7 on bootcamp. I also have 2 [LG 25UM64](https://www.google.com/shopping/product/264296052983113163) monitors. The optimal resolution for these monitors is 2560x1080. However, so far as I can tell I can only hit this resolution if I'm connected through HDMI, for which … | |
> names.dat Collins, Bill Smith, Bart Michalski, Mel Griffin, Jim Sanchez, Manny Rubin, Sarah Taylor, Tyrone Johnson, Jill Adams, Andrew Moreno, Juan Wolfe, Bill Whitman, Jean Moretti, Bella Wu, Jeff Patel, Renee Harrison, Rose Smith, Cathy Conroy, Patrick Kelly, Sean Holland, Beth #include<iostream> #include<fstream> #include<cctype> using namespace std; void read_names(string … | |
Hello Daniweb,, I have uploaded an image using the student_id as its filename. The student id is auto-incremented and unique per student_id. Now i am confused why it gives me problem to display it. I have tried. <?php print '<img src="uploads/'.$session_id.'" />' ?> <?php print '<img src="uploads/'.$session_id.".".$ext'" />' ?> <?php … | |
Hi, My Acer Aspire One mini laptop gives me a black screen after powering on. Power light on, battery light on, NO hard drive light on and never shows anything but black. I have tried a lot of the strategies I've read here (remove battery, replace, unplug, etc., pressing various … | |
I dont know the code! PLS HELP!!! I want to create a program that scan QR Code and Display the value in a textbox in VB.NET | |
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 … | |
In an attempt to use selection lists in php ,i tried it for displaying date on a web page <?php echo"<html> <head><title>Select a Date </title></head> <body>"; $monthname=array(1=>"January","Februray","March","April","May","June","July","August","September","October","November","December"); $time=time(); $today_date=date("M-d-Y",$time); //returns the current date echo "<div style='text-align:center'>\n"; echo "<h3>Today is $today_date</h3><hr />\n"; echo "<form action='process_form_date.php' method='POST'>\n"; //selection list for month $todayMO=date("M",$time); … | |
I have compaq Evo N160.Laptop is just 1 year old & still in excellent condition.I got the vertical lines problem(pic attached).My screen is full of colour lining from top to bottom as I start the laptop & it remains permanent.This lines changes colour at some stage when screen pic changes … | |
hello. I have a table populated by name. The names are links when clicked will pop up a form for editing. each input (for editing) is populated by the equal value from database but im having trouble with one particular text box. this text box is for date of birth … | |
Hello guys,how are you? well im in a bit of trouble,so i want some help. I´m developing a site in VB.NET that in the beginning the user must login to access other pages.This part is ok,the user logins successfully and goes to members area.In this area,i would like to show … | |
I have following tables for photo album script. How to display Album title and album cover inside anchor tag? (Display Albums cover on homepage and redirect to gallery page, when clicked, to see images inside that album) * get id of album * get album title * get album cover … | |
I have a flatscreen HP monitor that is only 3 or 4 years old. It has never been moved, bumped, pierced, wet or damaged in any way. It is never left on and has always had the screensaver activated since day. We have no children in the house and I … | |
Hi guys Before 2 days i reutrned home from work and i found the blue cable with the pins in the floor.. My house maid might did that. Anyways i connected it and the 2 pins too but i get no video input message everytime. Windows seems to work fine … | |
Hi, I want to display a Frame2 when I clic the button4 in Frame1,my problem is when I clic in that button the Frame2 is not displayed this is my code: #Boa:Frame:Frame1 import wx import wx.animate def create(parent): return Frame1(parent) [wxID_FRAME1, wxID_FRAME1BUTTON1, wxID_FRAME1BUTTON2, wxID_FRAME1BUTTON3, wxID_FRAME1BUTTON4, wxID_FRAME1BUTTON5, wxID_FRAME1BUTTON6, wxID_FRAME1GIFANIMATIONCTRL1, wxID_FRAME1PANEL1, wxID_FRAME1STATICTEXT1, … | |
I have a cart that shows product selected and the quantity and the price for each. What I am wondering is how to display the price for each as well as the total for all? Here is my code...Is there a way to do this in the public string Display()...what … | |
Hi everyone, I'm a computer science student and I want to make a hexagonal grid or map for use as a sort of board for making basic games and so forth. I have found some similar projects in C# and am trying to figure out how to create a 'board' … | |
Hello Friend's I try,If i take 2 button in a form. In this when i click button1 click event then show or display button2 on a page. |
The End.