Inserting Non English data into Database
in my database (MYSQL) i have a field this field is in non english format (it can store english but im inserting sinhala (sri lanka) FirstName TEXT CHARACTER SET ucs2 COLLATE ucs2_unicode_ci, when i...
View ArticleUtilizing the searcher properly
I found this in my learning and Im not completely sure I am utilizing it the right way. I get a positive return on Int M always and garbage on Location return. Any direction on what Im doing wrong....
View ArticleSimple question no responce for awhile 5th try here we go..
How do I create a terms of conditions popup that you cannot exit...until you agree and if you decline you cancel Please give me the exact instructions I am new to this by the way Im using a webbuilder...
View ArticleSimple "Hello World" program won't work in either VS2012 o
So I posted this basic code into Visual Express 2012 on my machine running Windows 7 64bit. I just got this computer 6 months ago... // Gameover // A first #include <iostream> using namespace...
View ArticleHey guys I've been trying this code no success♛
How do I create a terms of conditions popup that you cannot exit...until you agree and if you decline you cancel Please give me the exact instructions I am new to this by the way Im using a webbuilder...
View ArticlePointer Error
While I am getting no C++ compilation errors or runtime errors, my visual studio is having trouble reading the adress for my enemy pointer. If you could tell me what I am doing wrong it would be...
View ArticleC# shell app
I'm in the process of engineering an interactive windows app gui that has 3 textboxes that have use shell input and output, I was going to stream the text and have each one running a thread, but it...
View Articlecreating a class that does matrix operations
Develop a program that performs the following matrix operations using object oriented approach. ï‚· Addition ï‚· Multiplication ï‚· Finding the Inverse ï‚· Finding the Determinant Define a class with the name...
View Articledynamic allocation
#include <iostream> #include <iomanip> using namespace std; //Function prototypes void arrSelectSort(double *, int); int main() { double *TestScores, //To dynamically allocate an array...
View Articleafter input, program crashes
#include <stdio.h> #include <string.h> int InformaticsPayrollSystemMenu(); int main() { char fname[100],lname[100],sex[100],con[100],dob[100],adres[100],ans; int...
View ArticleHow to call me video when i press a button
I have two java class. what code should i write, so that when i click on the button the video class will be called out? The video is playing correctly. the button code is as follows: import...
View ArticleKeylogging, in a non-malicious way.
Hey guys, before you decide to close the thread, this little project of mine is NOT for malicious purposes, and will NEVER, be distributed, it is purely for a LAN Center/Cyber Cafe myself and a friend...
View ArticleAFTER THE INPUT,PROGRAM CRASHES.HELP ME PLEASE
PROBLEMS 1.AFTER INPUT IN PHILHEALTH CONTRIBUTION PROGRAM CRUSHES. 2.AFTER INPUT Y or y in delete employee data PROGRAM CRUSHES. 3.AFTER REGISTER EMPLOYEE AND GOING TO VIEW EMPLOYEE PROGRAM CRUSHES....
View ArticleSave Access Db to txt file
Hello Every one i'm a newbie in vb.net and i am facing a little problem i hope that someone can help me. i made a little programme that i need at work witch have 15 textbox and in each textbox we will...
View ArticleArraylist error
print results but it is wrong and I can not understand why this is the code. public class Aquarium{ public ArrayList<Animal> animals; public Aquarium(){ animals=new ArrayList<Animal>(); }...
View Articlewhy we choose the next to next midpoint for dnew in bresenham line alg
xp,yp are starting co-ord dold=F(xp+1,yp+0.5)= . . . choosen because we want to find out result for next midpoint.. if(d<=0) dnew=F(xp+2,yp+0.5) here, why we taken xp+2, what's the reason for that??...
View ArticleImplementing javax.swing.timer instead of javax.util.timer
Hello, i would like to implement my method with javax.swing.timer instead of java.util.timer because i need to be able to stop my timer. this is my method with java.util.timer: if(event.getSource() ==...
View ArticleQuestion about sum a column in dataGrip view
Hello i'm trying to get the total of a Specific column i've tried this code Dim Profit As Integer = 0 Dim counter As Integer For counter = 0 To (DataGridView1.Rows.Count - 1) If Not...
View ArticleDatabase Tutorial.
I'm a student. Our teacher will discuss about database connection next meeting. I want to study it in advance, any tutorial? especially for database connection using mySQL because for me it's easier to...
View ArticleUnsupportedCommOperationException throws "Error 0"
Hi, I'm new to java. There is a problem to write java program which sets comm port parameters and then reads them into command line. This operation is performed correctly but the following message...
View Article