7,713 Topics

Member Avatar for
Member Avatar for icasta13

could someone help me, i dont know how to show the results... [CODE]#include <iostream> #include <fstream> using namespace std; int ReadList(int Array[], int N) { int list=0; for(N=0; N<10; N++) { list= Array[N]; } return list; } void Avgs (int Array[], int N, int &Ave, int &AveP, int &AveN) { …

Member Avatar for icasta13
0
275
Member Avatar for Danniboy

Hey guys, Been a while since my last post - websites sure changed alot! I am after a brand new graphics card, but I am a little rusty on my tech knowledge to be honest, and would love to get some suggestions from your collective expertise. My budget is no …

Member Avatar for Rik_
0
156
Member Avatar for selicon.valley

Hi Friends well i m developing an application into asp.net database is access now i want to show a particular record into 1 textbox names txtbox1 here is code plz give me code that i can show record into textbox [code] Imports System.Data.OleDb Partial Class Default123 Inherits System.Web.UI.Page Protected Sub …

Member Avatar for kvprajapati
0
218
Member Avatar for sasivashok

[B][I][COLOR="Red"]HI friends, I am using report viewer in my Asp.Net application. In the report viewer loaded, i got export,refresh,paging,search options .But print option is not showed in the report. I set "showPrintButton="True"".And Install ActiveX control also.But again i couldn't get the print icon. I am asking so many forums. But …

Member Avatar for imtiyaz.shaikh
0
206
Member Avatar for Duki

Hey everyone, My computer (nvidia fx480) is experiencing some pixelation. At random times (haven't noticed a pattern) my monitor (HP 2509m) will show green pixels in darker areas on the screen. Usually refreshing the background image or something similar with correct this, but I'd really like to get it fixed. …

Member Avatar for harrypinto11
0
96
Member Avatar for oO_flynn_oO

Hey, this is my first post. i hope someone can help. [B]Backstory[/B]: i am putting up this web site, using a flash template: [url]http://jealousproductions.net/[/url] the publish settings are set to have 100% width & 100% height for the html file. Under the main title bar, there are 4 pages. The …

0
132
Member Avatar for nadskap2

Hi there everybody! I have a PC which i was pretty happy for, it had Windows Vista on it. But then one day when i turned on the computer, it wouldn't boot up Vista. It came to that part where it shows that loading bar: [code] ___________________ | |||| |||| …

Member Avatar for nadskap2
0
199
Member Avatar for Pari13

Hello Developers, I am developing an web application and i need to create report using reportveiewer. I am successully able to fetch and display record in reportviewer now, But if no record found then it will disply only header with all Fields. Insted of this fields ,I want to Display …

Member Avatar for Pari13
0
685
Member Avatar for nmakkena

Hi I want to display tables data(having only one column) into a combobox as items. pls provide me some solution for this.

Member Avatar for pvtam2a
0
184
Member Avatar for Spikeangelo

I recently replaced my power supply on a dell 9100 Deminsion. I purchased the 600w one and installed it a day ago. Upon installation, everyting seemed to boot up like normal... fans running hard drive spinning, and what not. (I am not technical at all and for that I am …

Member Avatar for Rik_
0
164
Member Avatar for mahela007

I seem to have a problem with my acer LCD screen. I didn't notice this before, but when the contrast settings of the monitor are increased, the left vertical edges of letters seem to have a purple tinge. This is especially noticeable where there are double L's or double I …

Member Avatar for mahela007
0
205
Member Avatar for mcgeepj2

I am new to php (sorry). I cannot figure out how to make 'field_4' below display as a click-able URL. It is stored in my mysql db in a varchar field. Any help would be great, thanks. [CODE] $result = mysql_query("SELECT * FROM units ORDER BY `field_1`, `field_2`"); echo "<table …

Member Avatar for mcgeepj2
0
134
Member Avatar for Jonny00707

This is an old Philps 16" Monitor, I had been having issues with it flickering so i didnt use it however how I NEED to use it again. It was fine but now it randomly powers off and after a random amount of time it turns on. Takes from 5 …

Member Avatar for Rik_
0
76
Member Avatar for INEEDHELP112

I have a computer that I have recently built using an:ASUS M4A88T-M MOTHERBOARD,AMD PHENOM 2 multi-core processor,500W Eagle Voltas PSU,and I dont know if this helpful information but a Sector 5 Patriot DDR3 4GB MEMORY.After building the computer,I attempted to turn it on but everything in the computer(LED's,fans,ect.) Just turned …

Member Avatar for Rik_
0
132
Member Avatar for virendra_sharma

Hi frnds, i want to display profile from linkedin like , name , address , company and pic in my application. as "xobni" use to display . can anyone plz help me out for to do this.

Member Avatar for jmaat7
0
83
Member Avatar for timrichardson

I'm not an experienced javascript programmer. I'm wondering if there is a library which has a simple approach to drawing a 2d array as an HTML table (when the array changes, I can use this library to update the HTML). I know this is easy to do in raw javascript, …

0
74
Member Avatar for piresz1

i cant put my system on stand by ,when i am trying it says "the device driver for the 'cirrus logic 5446 Compatible Graphics Adapter device is preventing " please help me once again THANKS in advance .

Member Avatar for piresz1
0
210
Member Avatar for lielee

Hello. My project is like this. When I select from "TypeComboBox" and "BeanComboBox", the "PriceTextBox" will display the appropriate amount of the "Private PriceDecimal". But when I added the "Private SnackPrice", it will display only the 1st array, (0, 0) for both array. I try using "Select Case" but doesn't …

Member Avatar for lielee
0
127
Member Avatar for hunkadarsh

i guess i need real helpp for my mini project at college,please help me executing this problem. Also thr is an .cpp attachment file used in Turbo C , Please help [code] #include<stdio.h> #include<conio.h> #include<graphics.h> #include<bios.h> #include<stdlib.h> int gd=DETECT,gm,ctrl=-30,x_location,y_location,rear=-1,maxx,maxy; int in_key,ctr[1500],nc,xr=0,yr=0,sp=15,err=0,scr=0,i=0,front=0; int size,x=0,y=0,dx_location,xctr[1500],yctr[1500]; char pattern={1}; main() { /*function to initialise …

Member Avatar for indraginanjar
0
979
Member Avatar for takken1

I am trying to create 2 different rendering windows using OpenGL. My code looks like: [CODE]void display1(){...} void display2(){...} void init(){... //some declarations and function calls pertaining to display2} int main(){ glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB); glutInitWindowSize(1024,512); glutInitWindowPosition(0, 0); glutCreateWindow("Window 1"); glutDisplayFunc(display1); glutPositionWindow(520,20); glutCreateWindow("Window 2"); init(); glutDisplayFunc(display2); glutMainLoop(); return 0; }[/CODE] The …

Member Avatar for SgtMe
0
94
Member Avatar for Vernon1

My fujitsu monitor seems dead. No power light but power at end of cable. Have tried monitor on another PC as well but no power light. Is there an internal fuse and if so how do I open the monitor to access the electronics? Any advice would be appreciated. Many …

Member Avatar for Vernon1
0
120
Member Avatar for byro73

I have recently acquired an old ATI Radeon 9550 Graphics card but i can't get it to work on my MSI 865 PE neo 2 mobo . It works fine on my older Intel 815 mobo

Member Avatar for byro73
0
124
Member Avatar for mrcniceguy

Guys i`m trying to archive something like facebook,twitter wall Display. I have a friend table,inside it has id,friendid and userid. also got feeds table which contains id,action,sender_id,statusid,status,date. What i have succeeded to do is if You are logged in you can see all the updates from your friends...As the code …

0
85
Member Avatar for daxie

Would appreciate a fast reply on this one, guys. I have a PC with a DG35EC mobo, C2Q Q6600 2.4GHZ processor, 4GB DDR2 800MHz RAM, 500GB Seagate HDD, running on 64-bit Windows 7 Ultimate. The PSU is a Prime Source Tech AX-400S with +3.3V - 30.0A, +5V - 28.0A, +12V1 …

Member Avatar for priyanshu14
0
194
Member Avatar for dylank

Hey guys; I've been working on a little concept webpage, and it works great in any browser !IE. But, any IE browser will not render the middleAlign DIV's as centered in the web page (like all the other browsers do). Apart from that, and a few other little quirks, it …

Member Avatar for dylank
0
87
Member Avatar for chrisb84

I recently got a new Toshiba Satellite laptop, and about a couple days ago a vertical line had started to appear on the screen. At first it flickered and faded in and out, and now it has become a solid line on the left-center area of my screen. Anyone know …

Member Avatar for hebar9
0
268
Member Avatar for niths

hello, i am having a problem while displaying files present in the selected folder (using folderbrowserdialog) in a listbox. i had tried this but i didnt get it... so can anyone suggest me if there is any error over here.. Thank u.. [CODE] FolderBrowserDialog folderBrowserDialog1 = new FolderBrowserDialog(); folderBrowserDialog1.ShowDialog(); DialogResult …

Member Avatar for kvprajapati
0
103
Member Avatar for JOSheaIV

Okay so I recently have no clue what's causing it but I can predict a BSOD and can prevent it sometimes. Everytime this has happened I have been gaming. The warning sign is I will start to hear the sound get distoreded and then it progressivily gets worst and worst, …

Member Avatar for makush
0
244
Member Avatar for scottgm

Hello Everyone, I've just ordered a much needed 2nd display for my iMac and im now on the hunt for a desk mount to put it on. I've never bought one before so im not really sure what good and whats not. I quite fancy the look of the [URL="http://www.ergotron.com/Products/tabid/65/PRDID/351/language/en-GB/Default.aspx"]LX …

0
89
Member Avatar for choosenalpha

Greetings All, I'm working on some code to essentially build a CGI page where the user places in there SPNs in the form with spaces(example--->) (967866 4566776). Then it calls the subroutine to run a join command to take the SPNS given by the user, and parse them with commas(example--->(967866, …

Member Avatar for choosenalpha
0
305
Member Avatar for ankit.pandey3

<[CODE]?php require_once('upper.php'); require_once('database.php'); require_once('LoginStatement.php'); $LoginId=$_COOKIE['LoginIdCookie']; $query="select * from activity_participation where LoginId='$LoginId'"; $result=mysqli_query($dbc,$query) or die ('Not Connected'); //echo "<div class='search_output_data'> echo "<table border='0' cellspacing='0' cellpadding='0'>"; while($row=mysqli_fetch_array($result)) { echo "<tr><th align='left' valign='top'>Activity Title</th> <th align='left' valign='top'>Date of Participation</th> </tr> <tr><td colspan='4' align='left' valign='top'><table align='left' border='0' cellspacing='0' cellpadding='0'><tr><td align='left' valign='top'>".$row['Title']."</td> <td align='left' valign='top'>".$row['Date']."</td> …

Member Avatar for Borzoi
0
129
Member Avatar for Dexxta27

Well I got into PC gaming after I got a laptop and the one I have is the Intel Graphics Media Accelerator HD with up to 1754 MB DVMT. What I want to know now is what graphics card would that be equivalent to? It has 1754 DVMT which I …

Member Avatar for andresbermudez
0
256
Member Avatar for JellyTurf

this is my java code that i'm experimenting with right now. trying to learn graphics. [CODE]import java.applet.*; import java.awt.*; public class game extends Applet { Image dbz; public void init() { Font newFont = new Font("TimesRoman", Font.BOLD + Font.ITALIC, 50); setFont(newFont); dbz = getImage(getCodeBase(), "dbz.jpeg"); } public void paint(Graphics g) …

Member Avatar for ProgrammerAl
0
266
Member Avatar for mbarandao

Good day forum: I need some assitance retrieving and displaying an image. I have stored image in a directory on my server and saved its name in mysql. I'm able to retrieve and display all images on a page in the following way. [CODE]<?php // Connects to your Database include …

0
63
Member Avatar for Dean_Grobler

Helew! I just wana know if someone might have an idea of how I can go about doing this: So attached I have a little example I whiped up. Say you have 3 buttons, button1, button2, button3. What I wana do, is when you click [B]button1[/B], it will magicly turn …

Member Avatar for javaAddict
0
117
Member Avatar for jmcdyer

When loading up any browser, all the text and pictures display normally, but the graphics buttons and pointers and outlines etc. do not show up. It must be a problem independant of the browser. All other programs display correctly. I was using an nVidia gForce 6100, but just tried changing …

Member Avatar for dartz
0
653
Member Avatar for logicslab

Hi pals, I got a complex Array from the Query. it's Structure is like [quote]Array ( [0] => Array ( [server_name] => anes.admod.net [id] => 1 [server_id] => 1 [description] => nice Anes Server [status] => 0 [max_down_count] => 9 [check_interval] => 15 [fail_recheck] => 6 [log_retain] => 1 [warning] …

Member Avatar for erayfield
0
165
Member Avatar for a1a4a

I am on a visual basic mysql project Here is the code : [CODE]Imports MySql.Data.MySqlClient Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim conn As MySqlConnection conn = New MySqlConnection conn.ConnectionString = "server=db4free.net;Port=3306;user id=****; password=****; database=ume_corporation" conn.Open() Dim myadapter As New MySqlDataAdapter …

Member Avatar for AndreRet
0
107
Member Avatar for TRAMPAW

Does anyone know how I can get my laptop (Sony Model pcg-7y2l) With windows vista... which I am not familiar, with to hook up to my HD tv? I have no screen to navigate with so it will be a blind hookup if you all know what I mean??? The …

Member Avatar for caperjack
0
107
Member Avatar for bimalnayak

Hi, I have a PC having made of Compaq Presario 1130 IL , Whaen i am switching on my PC the monitor doesn't receive any signal , it didn't receive any signals form PC. When i check my Monitor with another PC then the Monitor worked properly. I think the …

Member Avatar for caperjack
0
85
Member Avatar for puretnaant

Hi, I'm having trouble displaying the numbers in the file on the screen. The numbers are in the .data files but i cant get them to display. [CODE]//****************************************************************************** // Exercise: Homework 07 Arrays and pointers // This program reads two sets of integers from the text files A.data and B.data. …

Member Avatar for misfit956
0
171
Member Avatar for cjoyce

hi guys... i can connect now to the mysql database and is able to display the database names (because i have 3 databases) in a combo box.. i was stuck up in displaying tables from mysql in a listview.. please help me solve this.. here are my codes: [code] Public …

0
399
Member Avatar for ravzn

Please can someone assist me. I have data stored in mySQL. If i want to allow the user to view this data (say his/her profile information), and at the same time, when it is displayed, it is editable to allow the user to change certain fields and then save. Hope …

Member Avatar for lyrico
0
100
Member Avatar for puretnaant

Hi, Im trying to run this program using dynamic memory i cant seem to get it to keep running it crashes on me. I have the working program so the code is correct im just haveing trouble trying to convert it correctly. Thank You, [CODE]#include <iostream> #include <fstream> using namespace …

Member Avatar for daviddoria
0
172
Member Avatar for gouzou

Hi to everyone! Does anybody know how to fix this issue? When i run the exe file in my pc, the non english characters (in my case greek) that are stored inside c code aren't displayed on the screen. (compiler=Visual Studio)

Member Avatar for Ancient Dragon
-1
81
Member Avatar for new SE

i want to make a seacrh page using c# in asp.net.. at the first page, i want to display all the record in a gridview..then,after user click a search button, the result will appear in another gridview.. what should i put to visible the previous gridview and display only the …

Member Avatar for crishjeny
0
177
Member Avatar for sirlink99

my webpage is not displaying correctly in some of the browsers like firefox, chrome, opera and safari; yet it dispays fine in explorer, avant, maxathon. how could I fix this. the only problem is that the second background doesn't go under all of the text. here is the code: [code] …

Member Avatar for Arkinder
0
208
Member Avatar for louiscos77

Hi guys, I'm planning to make a car game & for that I'll use Microsoft Visual C++ 2010 for programming, directX 10 for the graphics, & Nvidia PhysX engine for the physics. The problem is that I can't find any tutorial of directX and Nvidia PhysX, I only find of …

Member Avatar for louiscos77
0
559
Member Avatar for matcee

A friend brought me their computer hoping I could fix it. No signal to the monitor. Tried new video card, did not help. Since Acer used a 250 watt power supply to run a 2ghz, 2 gig Ram, duo processor, I considered that perhaps the power supplied might be enough …

Member Avatar for Rik_
0
390
Member Avatar for morewater14

Hi, I have a project to do for a C++ class that asks us to use a class termed "queue" to store some values (20/100/user defined) and allow the user to add/remove values. I'm sure it seems really basic, but I just can't get my code to display the class. …

Member Avatar for Fbody
0
183

The End.