7,713 Topics

Member Avatar for
Member Avatar for ameer.idreis

I am using Visual Studio 2013 and can't install any libraries(for school purposes)... I would like to display an image of any extension as long as it is an image (jpg/png/bmp...) I've been looking around forever now and just want to put display an image in my application. I am …

Member Avatar for HiHe
0
290
Member Avatar for Ramesh Konda

<?php header("Content-Type: image/jpeg"); $im = imagecreatefromjpeg('000.jpg'); // get the image size $w = imagesx($im); $h = imagesy($im); // place some text (top, left) imagettftext($im, 60, 0, 300, 100, 0xFFFFFF, 'vani.ttf', 'వాసి'); imageJpeg($im, "001.jpg", 85); imagepng($im, $save); imagedestroy($im); ?> Above i the code what i did? But its not giving proper …

Member Avatar for imti321
0
218
Member Avatar for joshl_1995

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 …

Member Avatar for joshl_1995
0
408
Member Avatar for Hawk123

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 …

Member Avatar for imti321
0
553
Member Avatar for bkimbriel

Hey everyone. First I'd like to say this is a great community and seeing as I've finally started attempting to learn PHP I decided I'd finally sign up for all of the current and future help I will need haha. Okay well I'm currently setting up a website for my …

Member Avatar for Simon_4
0
6K
Member Avatar for iamthwee

This is driving me mad, I'm sure I'm missing something. I save the £ sign into the database and it displays fine when I check the database, but when I print this out in a pdf it displays as £. I can't use modify headers because I'm previewing a pdf …

Member Avatar for iamthwee
0
126
Member Avatar for nitos

please help how do i echo the images to display since its only displaying the code on the database table e.g image10.jpg. on line 60 thanx <?php $page_title="Products"; // to prevent undefined index notice $action = isset($_GET['action']) ? $_GET['action'] : ""; $product_id = isset($_GET['product_id']) ? $_GET['product_id'] : "1"; $name = …

Member Avatar for nitos
0
305
Member Avatar for ravi142

hello, i have ul li html structure and i am trying to make tree horizontally My Code Below please suggest me how can i do using css ? <div class="tree"><ul><li><a>SIRE: Cadenza F F58 Barney CA1FF0058</a><ul><li><a>SIRE: HV International F D3106 HVIFD1306 </a></li><li><a>DAM: Amani Elizabeth 5UBFA0550</a><ul><li><a>SIRE: Amani Lancelot 5UBFW1008</a></li><li><a>DAM: Amani F X2073 …

Member Avatar for diafol
0
2K
Member Avatar for FlightStimulant

I just assembled my first computer and its not displaying any image after BIOS. The motherboard is a P5N-E SLI and i have two nvidia 8800 gtx graphics cards that are securely attached to the motherboard and are getting power. I do however have to use a dvi to hdmi …

Member Avatar for FlightStimulant
0
117
Member Avatar for erictheonly1

Hello i need some help on what to add to the following if statement for the out put to read the value of sum times the actual number of sum: public class ICMA42 { /* instance variables */ private int alpha; private int bravo; private int sum; /** * Constructor …

Member Avatar for JamesCherrill
0
187
Member Avatar for Doogledude123

I am creating lots of PictureBox's on my Form but they will not display. I have tried to debug it to see if its trying to show in the wrong location and stuff like that however everything seems to be correct. I have tried to call Show() but that did …

Member Avatar for Richard Mon
0
153
Member Avatar for OMER AHMED

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 …

Member Avatar for Santanu.Das
0
394
Member Avatar for RikTelner

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication5 { class Program { enum _objID_1 { Name = "Lorem Ipsum" } static void Main(string[] args) { int ChosenDataID = 1; Console.WriteLine(_objID_ + ChosenDataID + _["Name"]); // How about "Lorem Ipsum"? || Well, how about "no"? } } …

Member Avatar for tinstaafl
0
166
Member Avatar for eurohttp
Member Avatar for rubberman
0
133
Member Avatar for PinoyDev

Good day! Is there a way to make the data report to show only the fields selected by the user? I have a form where the user can select the fields(from ms access table) in the list box(checkbox enabled) to show in data report. The total fields is almost 50. …

Member Avatar for Santanu.Das
0
151
Member Avatar for ahmedelsadek94

( Display driver AMD stopped working and has recovered ) this error msg apeare while im using a deisgn programe ..... i need help pls :)

Member Avatar for rubberman
0
56
Member Avatar for bballmitch

Alright, so im making falling numbers and i need to display points while its running. in the code its keeping track, but i have no way of displaying it. in regular C++ i would just do cout<<score; but in openGL it doesn't work that way as most of you know. …

Member Avatar for TWAT
0
2K
Member Avatar for fireburner29

Hi there, Sorry for bad english, I using blockcategories module in left menu Prestashop. I just want to fetch products name, when i clicking on category left menu. Specified Codes for your reference. Thanks in advance. modules/blockcategories/category-tree-branch.tpl {* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source …

0
142
Member Avatar for wanttocode

<div class="links1"> <ul style="float:left; position:absolute; top:115px; right:200px; display:inline;"> <li><a href="#">Warranty & Support</a></li> <li><a href="#">Shipping Info</a></li> <li><a href="#">Privacy Policy</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Contact Us</a></li> </ul> </div> I want these links to be arranged in horizontal in navigation bar but the display="inline" is not working in the "ul" tag please suggest …

Member Avatar for hericles
0
76
Member Avatar for senait.kifle.127

I am running into problems reading in a csv file. I have an inventory.csv file with three columns and around 10,000 rows. The last column is supposed to be ignored. The csv format looks like this Shelf number; item name; item number. (So here item number shall be ignored). After …

Member Avatar for Moschops
0
2K
Member Avatar for glenak

I went to the official JAVA forum, but either those guys there have no clue how to solve this or there's no solution to it, in which case, Java applets are useless and java should stop pimping it. I have to say, this is the most frustrated I've been at …

Member Avatar for lilly13
0
1K
Member Avatar for Wisnu_1

Hello! I'm having trouble with my college assignment. The assignment wants me to display an XML file using XSLT and add some filtering function. I have no problem displaying the XML with XSLT in my web page using javascript. I used the tutorial from w3school (http://www.w3schools.com/xsl/xsl_client.asp). However i have no …

Member Avatar for pritaeas
0
319
Member Avatar for tNicknames

How I can display elements of the following object ? e.g : data -> percent_off As I stored following like : $input = file_get_contents("php://input"); $retun_val = json_decode($input); stdClass Object ( [id] => evt_151H4qEfYJJpTpgqdg5eQvIK [created] => 1416575036 [livemode] => [type] => coupon.created [data] => stdClass Object ( [object] => stdClass Object …

Member Avatar for broj1
0
175
Member Avatar for spowel4

If I have a datagridview that is bound to a dataset which comes from a MSSQL database, how can I have the datagridview display only one row of data from the dataset rather than all of the rows? Specifically, the first column is a combobox which is bound to the …

Member Avatar for ddanbe
0
2K
Member Avatar for jared.geli

I can post a single line of row I selected from datagridview but I want to select specific multiple rows then display it in my crystal report. BTW I'm using VB2010. Dim cmd As New OleDbCommand("Select * From Data1 Where ID = " & Form4.DataGridView1.SelectedRows(0).Cells(0).Value.ToString() & "", Form4.con) Dim adpt …

Member Avatar for waterm
0
2K
Member Avatar for ashalatha

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 …

Member Avatar for Isaac_4
0
564
Member Avatar for myfit

Hello all, I'm code php concern with google map api, run it don't alert error, still marker and display infowindows but map don't display, I need hear some advice or guide to solve it problem. thank for help P/s: Sorry that my ability of English is not good http://i1095.photobucket.com/albums/i472/OLAKEN91/ff_zps9e66a073.png

Member Avatar for veedeoo
0
275
Member Avatar for ashley.coleyprice

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

Member Avatar for paul_999
0
211
Member Avatar for Bridget_1

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??

Member Avatar for FastEd120
0
327
Member Avatar for Ankita_5

//Program to implement Basic Incremental Algorithm //Working on ubuntu #include <GL/glut.h> #include<stdlib.h> #include <stdio.h> GLfloat x0,x1,y0,y1; //Input variables taken as global int flag=1; //variable for display1() void init(void) { glClearColor(0.0,0.0,0.0,0.0); glMatrixMode(GL_PROJECTION); glLoadIdentity(); gluOrtho2D(0.0,500.0,0.0,500.0); } void PutPixel(GLfloat x,GLfloat y) { glBegin(GL_POINTS); glVertex2f(x,y); //To display pixels on-screen glEnd(); glFlush(); } void display1(void) …

Member Avatar for rubberman
0
250
Member Avatar for david.redmayne.7

Hi, I'd like to be able to retrieve the available drives on a local machine using DriveInfo and place that data into a control so that the user can select a drive to work on. Can anyone please suggest a good control to use and some suitable code? Thanks David

Member Avatar for Reverend Jim
0
150
Member Avatar for RonKevinT.Manuela

This code works fine except for the fact that it doesn't display what I queried on posts tabs...only this part of the code with an id=pages displays my query..i checked if I have a wrong query but it works when I change the include("../includes/mainpanelpage.php") to include("../includes/mainpanelpost.php")...meaning only the code inside …

0
102
Member Avatar for chen.vang.3

one interesting application of computers is to display graphs and bar charts. Write an app taht reads three numbers between 1 and 30. Fro each number that's read, your app should display the same number of adjacent asterisks. for example, if your app reads the number 7, it should display …

Member Avatar for ddanbe
0
227
Member Avatar for jake137

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 …

Member Avatar for SyxNM
0
483
Member Avatar for maskinao

Hi! I'm trying to write a code for my arduino project. it's an SMS-based Led matrix display. I seem to have problems with SRAM memory because of the size of the code. can you help me optimize it? #include "cmap.h" #include <SIM900.h> #include <sms.h> #include <SoftwareSerial.h> #define INTEN 6500 //speed …

Member Avatar for jamescasundo
0
357
Member Avatar for Sophia_1

Hi everyone...have this table as header and i want to display it in all 2 tabs ie Quarter tabs.Currently, the header detail is only displayed in Quater 1 tab...and eventhough i've use include (header.php) in Quarter 2 tab, the header detail is not displayed.Please advise how to display the same …

0
114
Member Avatar for chubbyy.putto

Hello, Everything in code when well there is a small problem on display output: when I run the file this is the output i got 69 6E 74 20 6D 61 69 6E 20 28 29 20 7B 7D 0A my teacher have 0000 : 69 6E 74 20 6D …

Member Avatar for chubbyy.putto
0
337
Member Avatar for jjones0150

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 …

Member Avatar for jjones0150
0
3K
Member Avatar for Augustine_1

Pls can some one help? i need a complete php code on how an employee can submit his passport and the passport will display on his profile whenever the profile is accessed.

Member Avatar for diafol
0
97
Member Avatar for Kuganithy

I filled the data to each field in the Student Form, Then I click the Add button, Finally display the error message. "Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: Not supported yet." I created stu databas, student table.

Member Avatar for JamesCherrill
0
62
Member Avatar for dce12022
Member Avatar for FireNet

File I/O With C++ Fstream **Intro** File handling is as simple as writing in a book, much easier to modify and find. It's so simple people get confused with it :-). Welcome to the world of file handling. We will use the c++ fstream classes to do our file handling. …

Member Avatar for Swalih
5
12K
Member Avatar for muhamadtaufiq.zaki

<?php echo "<table border='1' style='border-collapse: collapse;border-color: silver;'>"; echo "<td width='100' align='center'>date in</td><td width='100' align='center'>date out</td> <td width='100' align='center'>model</td> "; echo "</tr>"; include("proses/dbcon.php"); $date_in = $_POST['date_in']; $date_out = $_POST['date_out']; if(isset($submit)) { $sql = "select * from inventory where createdate >= '$date_in' and createdate <= '$date_out' "; } $result= mysql_query($sql); while($row=mysql_fetch_array($result)) { …

Member Avatar for muhamadtaufiq.zaki
0
2K
Member Avatar for DS9596

I did some don't know how to read into the vector, need help on this assignment: Rich Software Inc. has hired you for an internship position to create new payroll software for their employees. Your goal is to create a program that reads the newdata.txt file with their salaries. After …

0
154
Member Avatar for yobotiks

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. …

Member Avatar for RichardGalaviz
0
6K
Member Avatar for dietrich.aldz

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 …

Member Avatar for abhisek.bharadwaz
-2
248
Member Avatar for acrocephalus

Hello, I am trying to get all the values (numeric) of the column Bruel_ID from database mpctz_rsform_bruels to display them in a RSForm dropdown box. I'm using this code: //<code> $db = JFactory::getDbo(); $db->setQuery("SELECT Bruel_ID FROM mpctz_rsform_bruels"); return $db->loadResult(); //</code> Howeve, I am only pulling the lowest value of the …

Member Avatar for diafol
0
151
Member Avatar for atul rohilla

My computers config. I5 + gigabyte b75 d3v, 8gb corsair ram and an old msi HD 5830 twin frozr. for some time my lg display is not showing anything after the startup. All fans are running. GPU and cpu everything is working. What should I do?

Member Avatar for rubberman
0
212
Member Avatar for Binoy_1

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 …

Member Avatar for Binoy_1
0
144
Member Avatar for fugio

hi all, I'm using to ComponentOne tools I used to control c1schedule create appointments I created a form similar reminder and have difficulty showing appointments in form, more than one appointment appears in a day how to get selected appointments in c1flexgrid ? if I add three appointments, the display …

0
92

The End.