7,713 Topics
![]() | |
As the Title states I'm trying to Display a Form that has a Listbox Docked to "Fill", theres no problem displaying the form but I want to Display the Items in the ListBox as each line is added to it (in this case the lines are added programatically through the … | |
![]() | Hello, Which motherboard is recommended for nvidia gForce 9500GT and a Intel Core 2 duo E7500 processor?? Thanks |
I have DVDs at home which Windows Media Player will not play. It plays other video (MP4 etc) and music, but when I insert DVDs into my Dell E5500 Laptop (Windows XP Pro) it says there is a copy protection issue. It suggests updating the video card driver. These BBC … | |
A friend just gave me an Apple 17" LCD Studio Display. It doesn't have any controls on it, no buttons except power. It was bought with new with a Dual Core 1000MHz G4. I don't have any software disks that may have come with it. I use OSX 10.4.11 almost … | |
hi all again, i have made this one script that grabs values from the DB and displays them once you click on the dropdown menu which is fine if you have the first value that is printed. but i also made a new part of it where it prints a … | |
plz help me how to make this code that accepts 10 integers and display the largest.thanks in advance ...hoping for your positive responds | |
Hi everyone, I have a drop menu as below and when submitted it sends either no value, male or female to the database. [CODE]<select id="gender" name="gender"> <option selected="selected" value=""/> </option> <option value="Male">Male</option> <option value="Female">Female</option> </select>[/CODE] Now when i go back to the page i want it to show the value … | |
Hello experts! Please how do I display markup text (in html) with a asp.net 3.0 server control? I have a database full of markup text inputted using a richtext control. but I will like to display these text using other asp.net controls that would render the text correctly with the … | |
Dear Sir, SQL Table employees has data as follows sno--name----img-----img_path 1-----A----Binary---D:\C2009\BITMAPS\PICT.JPG 2-----B----Binary---D:\C2009\BITMAPS\eric.JPG Now I want to display picture in picturebox1. To do this I use this codes, but it does not display picture on this line: Dim arrPicture() As Byte = CType(dt2.Rows(0)("img_path"), Byte()) it shows this message, please help Unable … | |
im using the python command prompt to enter these commands and after the window is shown. it becomes "not responding" which makes all later commands to it do absolutly nothing, including simply trying to resize the window with the mouse. this is how the code starts out... [CODE]import os, sys, … | |
Last time I broke my laptop's screen and I need new one. It's Medion WID 2000 Notebook PC. Which screen can fit in ? Have it to be the same model or this only depends on resolution and size ? Help me, Please. | |
This is my first account here. I made it just for this. I have an old CRT monitor I was using on an older computer. It had been a few years since I last used it. I plugged it in and it worked fine for a few weeks. I left … | |
Dear Sir, Datagridview1 has three columns as S.No-------Porducts--------Price When I enter s.no in column1 then product name and price must display in relevant columns as S.No-------Porducts--------Price 1------------Mango---------12 I wrote folloiwng codes as example Please help [CODE]str = "SELECT * FROM products where code =sno =" & Val(DataGridView1.Rows(1).Cells(0).Value) cmd = New … | |
I've managed to get PHP to work well with SQL, but date and time-related parts of my site are proving difficult to understand. I've created 3 records with these dates: December 26th (2009) - 2:25pm January 5th, 2010 - 3:00pm January 7th, 2010 - 9:00pm I'm trying to get it … | |
Hi I'm building a video site for the radio station I work for and need to display a specified video on each refresh. The video will be an embed from youtube and sit in a <div> of it's own. Unfortunately due to the servers I work on I can't user … | |
Dear Experts I use following codes to display image from sql server. On this line of codes [CODE]Dim ms As New IO.MemoryStream(CType(row("user_img"), Byte()))[/CODE] this error messages appears [CODE]Unable to cast object of type 'System.DBNull' to type 'System.Byte[]'.[/CODE] How to get rid of this error message. This message appears because image … | |
I bought this laptop: [CODE]http://www.newegg.com/Product/Product.aspx?Item=N82E16834101203[/CODE] [B]Features: Model Brand Gateway Model P-7908u FX Edition General Operating System Windows 7 Home Premium 64-bit CPU Type Intel Core 2 Duo P8700 2.53G Screen 17" WXGA+ Memory Size 4GB DDR3 Hard Disk 500GB Optical Drive DVD Super Multi Graphics Card NVIDIA GeForce GTX 260M … | |
Hi everyone, I'm new here and I'm new to C# program. I want to create a user name and passward verify windows application. I did some research, and finally get to connect to the database. Now I want to display the whole table which stores all the information. I know … | |
Hi. I posted this in the "Web Browser" forum eariler this evening. THEN I saw the directive to post problems with logs in this forum. So here it is: I run a 1 year old Vista machine. As far as I know the only page that is inaccessible is [url]http://www.motogpmatters.com/news/[/url] … | |
I run a 1 year old Vista machine. As far as I know the only page that is inaccessible is [URL="http://www.motogpmatters.com/news/"]http://www.motogpmatters.com/news/[/URL] . This started around Dec. 23. I have tried first closing Windows Defender and AGV Free Edition. Didn't help. After reading the recent post "hacked" below, I have run … | |
![]() | About a month ago, when I turn on the computer the screen was like a broken old TV screen. Broken lines were going all over the screen. I could barely read anything or do any work. Less than an year ago I brought a Nvidia graphic card and it was … |
Several months ago I purchased a used computer. Due to several issues with it, I had a friend completely wipe the hard drive and re-instal everything I needed. Prior to this there was no problems with the monitor, however now it is. Now, the monitor will work fine until it … | |
Hello! Ive searched the and even this site and I have not been able to find a way that would allow me, on the execution of a certain condition, to open a text or image file. By open here I do not mean using fstream etc. to open the file … | |
Hi, There are two drop down box named Category, and SubCat. On page load event the Category drop down list is filled. and SubCat drop down is empty.And on selecting the Category drop down box a list of images belonging to Category is displayed and parallely the list of Sub … | |
I dont want to use resultset object in JSP page. Rather I want to use a java class for retrieving values in to the JSP page. Either using array list or something like that., I tried many times but failed Please advise in detail. Thanks | |
I've got a SyncMaster 932BW that is jittery, and then blinks to black, and then back on. This saga started when all of a sudden, horizontal squiggly lines appeared on my display. I rebooted, and then I came up with a few sets of 5, or so, red vertical lines. … | |
Hello experts! Please how do I display markup text (in html) with a asp.net 3.0 server control? I have a database full of markup text inputted using a rich text control. but I will like to display these text using other asp.net controls that would render the text correctly with … | |
Sometimes when I am using my ~5 year old Compaq laptop, the parts of the screen that are supposed to be white turn purple. But I can touch the laprop screen frame and it will go away. Then if I nudge the computer or move it, the white parts will … | |
My brother cracked his display in his laptop and ordered a new one for it, it was the same model except something about the finish was satin, how ever, it was the only difference. He pulled the front monitor cover off and changed the LCD was very simple task on … | |
Hello everyone! I was hoping someone could offer a bit of insight into the problem I'm having.. My laptop monitor is doing the following (Youtube video): [URL="http://go.notebookreview.com/?id=525X832&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dix1BrzvPY9o"]http://go.notebookreview.com/?id=525X832&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dix1BrzvPY9o[/URL] When I hook up an external monitor it works fine. However, the symptoms don't seem to match anything I've read on LCD, backlight, … | |
Hey guys, I'm working on my DBMS project,it's about creating a visual basic application that links the user to a database. I've created the connection and added the dataset with the relations i've made in MS access. Since i'm a beginner in visual basic,i've come up with this simple layout: … | |
I have a six year old Compaq laptop with Windows XP and suddenly the screen blacks out and I have to reboot. It is clear the rest of the computer continues to work normally. I've reloaded everything but the problem continues. It happens if I move the computer or perhaps … | |
I want to display a table in a VB form and display the records fetched from an SQL server table in the table in the VB form. how 2 do dis? | |
hi, friends i want to make an c# application in which the child form must reside in parent (container) form i want to [B]display the child form[/B] in [B]panel2[/B] container of [B]parent form[/B] on simplemenu click of catalog plz help me, and refer the attachements | |
Hi, I want to display a particular row of a text file and delete a particular row using C by having account no. as reference.. Can anyone help me in this. Sample.Txt: 1234567890 James 24 50000 1234567891 Allen 32 46500 1234567892 Robert 41 13600 1234567893 Smith 29 49000 Thanks in … | |
Hi everyone, I have a somewhat newer dell dimension desktop computer. Earlier, the hard drive went out and so I had to replace it. I went and bought a new hard drive and installed it. I then formatted it and re-installed windows xp onto the system. There is just one … | |
i there im using xp. my kid somehow change my display screen from vertical to horizontal. anyone knows how to undo? My neck hurt | |
my t40 and t41 Ibm thinkpad powers up but will not display bios or ops. Stays on no display.. needs help ![]() | |
Hey everyone, I'm new to posting in these forums so sorry if I didn't post my code correctly? I think i did it...hopefully. Anyways, I've been working on this all day but I can't figure it out. (i think i will be having problems with the rest of my assignments … | |
I've been using WinXP Home Ed for 3 years and just today a white block pops up(left side of desktop) that is 3 inches wide and is as tall as my crt when I turned on pc and desktop came into view. It has, Folder Tasks/Other Places/Details with drop down … | |
Hey I was wondering if my Laptop needs a new screen or a new graphics card, my warranty doesnt cover new screens on the extended year apparantly =='' cheap ba%^&@$&!!!! but yea here's what i know about my PC Its a Hp Pavillion dv9700 and its running on W7, some … | |
![]() | Question- Write a function that displays at the left margin of the screen a solid square of asterisks whose side is specified in integer parameter side. For example, if side is 4, the function displays: Sample Screen Display **** **** **** **** i have come this far but i get … |
banking system : -all the bank accout can be created, accessed,and clossed later. -three type of account:current,saving,fixed deposit. -each custormer can open more than one type of accounts. -The transactions are deposit, withdraw, and view balance -the account created with a deposit and creation date. -After that money can be … | |
I bought a big-box-store computer with the intent to upgrade the video card as funds allowed. But, funds didn’t allow, so I cheaped out and bought a lemon. :rolleyes: The computer specs are as follows: Computer: HP a420n Pavilion Motherboard: ASUS A7V8X-LA (AGP 8x, 3 PCI) CPU: AMD Athlon XP … | |
heya couple errors in this code, not really sure what to do... line 30 expected constructor, destructor, or type conversion before '(' token line 30 expected `,' or `;' before '(' token line 32 expected constructor, destructor, or type conversion before '<<' token line 32 expected `,' or `;' before … | |
Hi guys, I am creating a monopoly game for C++ and i am trying to use an array of spaces to display the game board but everytime i try to run it, it wont work..i realize my code is probably awful, but its what i have. any help is appreciated.. … | |
this is my code [code] MSFlexGrid1.Clear On Error Resume Next Set rs = cn.Execute("SELECT count(*) FROM ENTRY_GAJI_BAGIAN") If Err.Number <> 0 Then MsgBox "Cannot open recordset due to this error: " & Err.Description MousePointer = vbDefault Exit Sub End If If rs(0) > 0 Then MSFlexGrid1.Rows = rs(0) + 1 … | |
Had a laptop which I had to get give back to the company I was contracting with, so I removed the Hard Drive and then got another laptop and stuck the original HDD I had in that to save me time in rebuilding another laptop. Both laptops are Dell's but … | |
I'm effing pissed at windows right now.... Ever since this morning I've been getting a pop up that says that my copy of windows is not geniuine. I'm assuming that windows is the one that is making my screen blurry and stopping my sound from working. HELP ME!!! I am … |
The End.