MySQL query problem
Hi,guys. I got an error when I'm using this sql query. INSERT INTO monthly_sales(1) SELECT SUM(quantity) FROM con_sales WHERE (con_sales.brandid='626' AND con_sales.artno = '100G' AND...
View Articleerror creating a vector in visual c++ 2010
just as the name says, class ROOM : public OBJECT_ID { public: ROOM() : OBJECT_ID(OT_ROOM) { // ERROR CODE } ROOM(bool enter) : OBJECT_ID(OT_ROOM) { if (enter == true) in_room = true; if (enter ==...
View ArticleProplem: Construct Triangle from Points
I need help with a problem I'm working on for a project with a robot. (Not homework - I don't get homework this hard) I'm using leJos API for a lego NXT robot. That means it dose have limited memory...
View ArticleUsing data tables in place of trajectory equations
Hello, I'm the lead programmer on a FIRST robotics team, and this is our first year using C++. I have some experience, but I don't exactly know where to begin in this particular area. For the...
View ArticleUsing data tables in place of trajectory equations
Hello, I'm the lead programmer on a FIRST robotics team, and this is our first year using C++. I have some experience, but I don't exactly know where to begin in this particular area. For the...
View ArticleMake vb.net project with embedded flash object installable
Hi., My vb.net project is made entirely from flash (buttons, design interface etc.) embedded to vb.net. I found helpful tutorial on how to make installer but when I tried installing my project it...
View ArticlePrimitive Types
Guys , I researched a lot, but I didn't find a good way and most important: that I could understand about how to draw a filled 2d circle, I found a code,and after study a bit I could understand, but...
View Articleusing PID in getprocessbyid
I know how the function works, so I dont need anyone to explain it to me. However, I have multiple applications open with the same exe name but different window titles. I use this code to find the PID...
View ArticleUsing Whois To Check If Domains Are Registered In C# Is This Code Ok?
So here is the code and I'll explain what it does: I start a whois command line program and it checks a domain in this same class. Depending no whether or not the data received contains "No whois...
View ArticleRead registry binary
So today i wanted to work with registry but i'm having a problem. With the code here: dim binary as byte = My.Computer.Registry.GetValue("REGISTRY PATH", "keyhere", Nothing) I can read anything thats a...
View ArticleAnnotations compilation error. Cannot run the programme
package arrayList; import java.lang.reflect.*; @Retention(RetentionPolicy.RUNTIME) @Interface MyAnnotation{ String Author(); String Date(); } @MyAnnotation(Author = "Dulvin",Date = "06/01/2013")...
View Articlequestion : Variable problem between forms
i use a public variable in form 1 and i try to use the same variable in form 2 and it don't let me do it when i use the same new variable on form2 its act like new variable form1: Public Class Form1...
View ArticleTutorial Request
In this thread, feel free to post topics on which you would like to see a tutorial. As always, please first make sure to search our existing tutorials.
View Articlephp losing 2 decimal
i have two number qty_p and price_db. qty_p will be always int. and price_db can be int or double with 2 decimal place. $qty_p = $_POST['qty']; $price_db = $row['price']; on top iam get the value and...
View ArticleXCelsius Export to Excel
Hi everyone. I am not sure if this is the right forum to post this since XCelsius does not require any programming skills but I am asking this question with programming in mind so I posted it here. My...
View Article[Link] Getting Started with Clojure
QuoteIm about to try to teach a bunch of people (primarily Python devs running OS X) how to use Clojure, and Im not satisfied with any of the currently existing documentation on how to get up and...
View Articlemysql date range not working properly?
my database field format is datetime, and HTML form input type is 'text'. how come I cannot extract the correct range? $start=$_POST['start'].' 00:00:00'; $end=$_POST['end'].' 23:59:59';...
View Articletake selected directory name to string using "FolderBrowserDialog&
im using "FolderBrowserDialog" for locate specific folder(maponline) and want to show message if user select different folder has different name,i dont have idea to take selected folder name to...
View Articlenull pointer exception occurs.
import java.util.Random; import java.util.Scanner; public class Dice { static Random ranNum = new Random(); static int output ; public Dice(){ output = ranNum.nextInt(6) + 1; } public int OutPut(){...
View ArticleWindows Media Player Forcing more DB(volume) VB2010
is there anyway that i could force the DB/Volume to go higher than the maximum? I'm making a Internet Radio program that includes every radio in my country available online but a few of them got really...
View Article