492 Topics

Member Avatar for
Member Avatar for taylor0934

Hi, I needed some assistance on this program I am working on. First its about putting airplanes into gates, if no gates are open the print airport full. Right now mine simulates all the arrivals and departures. I show it put it will change when I implement the Stack. The …

Member Avatar for David W
0
1K
Member Avatar for hallianonline

I have a problem that my crystal report shows the decimal values as 00 every thing is fine but it does not display proper value e.g. If i have 0.235 it shows 0.000 If i have 2.356 it shows 2.000 Whats the matter behind it the database field is text …

Member Avatar for Santanu.Das
0
222
Member Avatar for abu taher

Delete checked item (one or more) from listview I write this code. Dim x As Long For x = LVEmp.ListItems.Count To 1 Step -1 If LVEmp.ListItems(x).Checked Then con.Execute "DELETE FROM stock WHERE [SrNo] = '" & LVEmp.ListItems(x).SubItems(1) & "'" LVEmp.ListItems.Remove x End If Next con.Close Set con = Nothing but …

Member Avatar for Santanu.Das
0
308
Member Avatar for ahmedtj
Member Avatar for Mr.M
0
116
Member Avatar for kimmi_baby

Hi Guys, I'm currently creating a wordpress theme that has a sticky menu. I've got the basic workings of it. The only problem I'm having is when it snaps to a different position, it isn't quite snapping to the top due to what I believe is to do with the …

Member Avatar for Kateryna_1
0
237
Member Avatar for scubbastevie

Hi Folks, I have a small issue with css that I need help with. I have a rating system on a project. My css is set up to display grey stars that can be hovered over which turn to blue stars until selected, although when I select 1 star, the …

0
175
Member Avatar for shashigowda

hii, it may b very simple or very basic thing but iam confused in this case...any one can explain usage of single & double quotes in **echo** statement <?php $x = "test"; echo '$x';//produces $x as a output echo "$x"; //produces test as a output ?>

Member Avatar for cereal
0
263
Member Avatar for rmahbub

The term database showcasing alludes to a well weave relationship between the client and the producer **[buy email databa](http://www.latestmailinglist.com)**se. This is another technique actualized by the representatives today, through which they get the profitable data about his customer. When you have the email database, then on the off chance that …

0
114
Member Avatar for Shamiah

> Help please, I'm just practicing and it's really annoying to have an error. I tried everything but yeah, failed. lol #include <stdio.h> main(){ int order; int price=5; int bill; int billd; int billf; scanf("Amount of Order: %d",& order); if (0<=order<=10); bill=(order*price); billd=(bill*0.1); billf=(bill-billd); { printf("Bill: %d",billf); } else if(11<=order<=20); …

Member Avatar for deceptikon
0
110
Member Avatar for eramaeztro

Hi guys i need help to read block data from binary.. The format is Byte position, Content, Format 1 - 4, Block Length, I * 4 5 - 12, Sensor Name, C * 8 13 - 20, Satellite Name, C * 8 21 - 24, Latitude, R * 4 Im …

Member Avatar for eramaeztro
0
345
Member Avatar for Ts91

Hi Guys! So im making a small application based around a basic mvc structure. I have three folders: Model, View and Controller The view code is: <?php session_start(); require_once('../Controller/loginController.php'); ?> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Energy Checker: Login</title> </head> <body> <div class="formLogin"> <h2>Login to your account</h2> <form …

Member Avatar for Ts91
0
178
Member Avatar for kiran_10

In Excel sheet, Cell A5 will be given input value (ie., 1 to 5). If A5 = 1, then in cell range A8 to A30, it should count cell to the input value [which is 1. ie., A8, A9 etc] and that each cell will run small formula "=SUM(O17:T17)" and …

Member Avatar for Teme64
0
281
Member Avatar for .Net(beer)

Good day, I have created a WPF (visual basic) application. On the main-page, I have "tab control" inside a "grid". On "tab one" the user selects an "ID" and below the "datagrid control" populates with information (this works). On "tab two" more data (from a different table (linked – using …

0
109
Member Avatar for GCT77
Member Avatar for powerade661

I am trying to make it to where it will read the registry and report back if ProxyEnable is set to the value of 1. If it is, it replies back that the privacy is in risk, if not it says privacy is safe. Here is my code. Any help …

Member Avatar for powerade661
0
331
Member Avatar for LinaAshaji

Hi, i am working on a little slot machine programme on c# and i need to create a totally transparent panel which is used to draw the winning payLines , but when i change the backColor to transparent this panel changed its color to grey( the back color of the …

Member Avatar for JOSheaIV
0
294
Member Avatar for jaai

i need help in adding a new record to the database using adodc in vb6.. i've a command button named add in my form...

Member Avatar for md riyaz
0
14K
Member Avatar for Samuel_Watson

I'm trying to design an encryption program in which the text is converted into its ASCII Code Equivalent and then uses math to change the text and then convert the result into its ASCII Char. I have managed to convert the string I wish to encrypt into its ASCII Code …

Member Avatar for rproffitt
0
237
Member Avatar for savvas3000

Hello i would like to begin programming languages but im new to all these stuff any recommendations about how to start learning?

Member Avatar for denvii92
0
211
Member Avatar for tissam

In MySQL I have "users" table and one user for password and username exist. i need to change this password using basic HTML form. But when press the "Update Password" button every time given print out "The username you entered does not existThe new password and confirm new password fields …

Member Avatar for diafol
0
6K
Member Avatar for knggee

Hello All, I am interested in gaining more hands on experience when it comes to network infrastructure. I am limited as of right now with physical devices and in the meantime would like to know what would be a great software program for either Windows 7 or Linux to utilize …

Member Avatar for rch1231
0
164
Member Avatar for TylerTCF

I was wondering if anyone could help me out with a problem I've had for a few days. This is a code snippet of a program I'm writing to move and delete email attachments from one or more selected emails. Everything works great except the program won't edit the body …

Member Avatar for Stuugie
0
545
Member Avatar for TMartin9988

I had developed an individual blog page by means of a free-of-cost SharePoint that I acquired from[ Cloudappsporta](https://www.cloudappsportal.com/)l and from now on would like to make it accessible it for general public to view only. At this point I believe it really is an advisable preference in my opinion to …

0
139
Member Avatar for Popy_1

#include <iostream> #include <iomanip> using namespace std; enum sizes{small, medium, large, jumbo}; sizes options(int drinkSize, int popcornSize); void printTotal(sizes price); int main() { int popcornSize, drinkSize; cout<<"Please pick the size of your popcorn: "<<endl; cout<<"1. Small"<<endl;cout<<"2. Medium"<<endl;cout<<"3. Large"<<endl;cout<<"4. Jumbo"<<endl; cin>>popcornSize; cout<<"Please pick the size of your Soda: "<<endl; cout<<"1. Small"<<endl;cout<<"2. …

Member Avatar for Popy_1
0
186
Member Avatar for negitron
Member Avatar for mzhavr

I need help understanding this logic: itemList = call Function getItemListFromUser for (each item in itemsList) listItemPrice = get price for item totalOrder = totalOrder + listItemPrice

Member Avatar for overwraith
0
137
Member Avatar for Narbhavi
Member Avatar for zelrick

Hello Linux Users, I'm a new user of Linux Can someone help me out how to add code to the button that I created? and how I code in here? For example: C2:J2 will be add How I will code it in the button I created? Thank you and God …

Member Avatar for rubberman
0
274
Member Avatar for Oli_1

I was thinking about my upcoming school project focused on Windows 10 universal apps and I ran into very interesting experiment : http://gregtatum.com/poems/stochasticity/1/ I want to work on something very similiar or achieve similar level of animation in universal application writen in Csharp Win2D. I have never worked with any …

Member Avatar for Taywin
0
295
Member Avatar for Anne_3

Hi guys, ** Im an IT Intern Student here in the Philippines. they gave me a project which is File transferring, copy and delete. I started my OJT/Internship 3 weeks ago. and that entire week, all I have done is the design :( My professors in our university did not …

Member Avatar for Taywin
0
402

The End.