199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for roy.tarabay

Hey guys , well i have the Tic Tac Toe project , i wrote some codes, but i don't know why isn't working . Hopefully you can help me my project contain 9 labels , 2 texboxs ( first player , second player ) , button ( new game ), …

Member Avatar for Reverend Jim
0
199
Member Avatar for game06

does any knows how to set a delay in japple - timmer? before running test method i want to set one sec dalay. public void test() { //some code here } i tried this but didnt work. public void test() { int i = 10000; while(i >= 0){ i--; } …

Member Avatar for Dani
0
110
Member Avatar for RT00220489

Hi, I have a dropdownlist named MyDropDown. I have declared an arraylist and I collect required names of collection in the list. In parallel, I would like to keep appending the names obtained in dropdownlist. I have an If condition, checking for proper valid names. Those names I wish to …

Member Avatar for BMXDad
0
172
Member Avatar for sonicx2218

Had a question before that was partially solved. I'm having trouble getting just one part of it to work. preload = new Element('iframe', { 'src': URL, 'id': mediaId, width: mediaWidth, height: mediaHeight, scrolling : 'no', 'frameborder': 0 }); preload.style.visibility = 'hidden'; startEffect(); } So my issue is the preload.style.visibility = …

Member Avatar for Troy III
0
222
Member Avatar for bibiki

Ok, I am trying to build a jar file and I cannot seem to find my way around. I have attached an image to this thread to show my directory structure. Now, I am navigating to my MultiProjectManagement directory and creating my manifest.txt file with: echo Main-Class: multi.project.management.panels.ProjectListPanel > manifest.txt …

Member Avatar for bibiki
0
185
Member Avatar for chriswelborn

I'm not much of a javascript developer right now, as I just recently found the need to learn it. I'm using jQuery, and Javascript (sometimes stupidly, like when I find out jQuery already "abstracted out" something I wrote a 20 line function for). My question is about style though, with …

Member Avatar for Troy III
0
240
Member Avatar for pravaut

hi first time posting here but have learned a lot from this site my problem is my script display html tags here is what dispalys when i run my script ![431832741e23dc48f183316772bc6daf](/attachments/large/4/431832741e23dc48f183316772bc6daf.PNG "431832741e23dc48f183316772bc6daf") and my code as follows </div> <div> <button type="button" name="getdata" id="getdata">Get Data</button> </div> <div id="result_table"></div> <script type="text/javascript" language="javascript" …

Member Avatar for pravaut
0
608
Member Avatar for GlenRogers

Hi I take data from a html form to inseert to mysql, sometimes that data has single and double quotes in it. How do you get the quotes to be part of the string so i can add to mysql. Hers what I have, but this still gives me a …

Member Avatar for diafol
0
406
Member Avatar for soche123

I'm asked to write a program that takes as input a char value and returns true if the character is uppercase; otherwise, it returns false.. so far I've made the definition of the function but I don't know how to get it's output on the screen through int main..could you …

Member Avatar for phorce
0
146
Member Avatar for davidjennings

Hi all I am trying to add a class selected to click area and a remove class in the hide area for the below jquery/javascript. Not really undstanding how it's added. Thanks in advaance D <script type="text/javascript"> $(document).ready(function(){ $('.partner_image').click(function() { var id =$(this).class('selected'); var id = $(this).attr('id'); id = id.replace('partner_',''); …

Member Avatar for EvolutionFallen
0
230
Member Avatar for soche123

I was solving this problem and I'm struck in some problem..could you guys help me out?thanks Problem: Write the definition of a function that takes as input three numbers and returns the sum of the first two numbers multiplied by the third number. solution: #include <iostream> #include <conio.h> #include <math.h> …

Member Avatar for mike_2000_17
0
157
Member Avatar for sanyam.mishra

I am doveloping a game brain champ. This is its version 3. In this version I want to use mouse in addition with keyboard for input. I have successfully tested its standalone keyboard version as well as mouse version. I have used int86() function for mouse with 0x33 interrupt number. …

Member Avatar for sanyam.mishra
0
688
Member Avatar for Nebil

Hello guys, I have a problem with data type.I want to store a field with a currency format in access with vb.net.i did it by using the format built-in function in vb.net but it only stores the field in access if it's only in text data-type.If the field is in …

Member Avatar for tinstaafl
0
543
Member Avatar for Dani

How can I split a string by word? When I do `$words = preg_split('/\b\w+\b/', $message);` then the resulting array has the correct number of keys, but the array values are all blank?

Member Avatar for pritaeas
0
210
Member Avatar for tony75

Hi Need help with my python functions Where or How can I put def get_startupapps_path(): function in def install(): ? so that when program copy it self to windows homdir,it will be start my ipScript every time at windows startup.Becuse my machine has dynamisk IP-adress. import sys import os import …

Member Avatar for woooee
0
294
Member Avatar for McLaren

Hello, lets say I have to collections - x and y. I know that - when first collection is updated, the second collection has new data and also needs to be updated. So I now did x.fetch and y.fetcg which generates 2 ajax queries. BUt such things when I used …

Member Avatar for McLaren
0
134
Member Avatar for Llama098

Maybe some one can help, to make a programm, who show after some seconds random 30 numbers in massive, then they disappears and you must guess as many numbers as you can.

Member Avatar for riki.kavadarci
0
132
Member Avatar for henrimma

Im using a form which i create in PHP. First im getting two rows from the DB which i submit values to them using the form . Im using the same form for both of them. The values go into the DB ok but after some clicks the first row …

Member Avatar for chrishea
0
162
Member Avatar for abpierluissi

ok i have some code and i need to find out how to do a few things, first of all, i cant post it on here cause for some reason the snippet are wrong and im not sure how to go about swappin everything out so im going to post …

Member Avatar for The Diamonds
0
308
Member Avatar for tunisia

Hello, I'm trying to look at elements of an xml file. I have one on hand but i'm trying to write a utility for extracting info about the MessageId and KeyID, Serialnumber along with a host of other information. Basically, when I've got all of my ducks in a row …

0
133
Member Avatar for irfath

Hello Guys! I need A help for Auto email Generation when A form is submitted. A email Should Send to the web site Admin or wotever from Who filled the form, Form Filled Details! Please Help Me I Tried Many Ways but Still couldnt.. Please Help. and form details are …

Member Avatar for irfath
0
209
Member Avatar for ktsangop

Hello everyone! Just as the title suggests, i would like to know if it's possible to set the position of a dialog box. The default behaviour, is to appear in the center of the screen I use it this way : public static int confirmationBox(String infoMessage, String location) { int …

Member Avatar for ktsangop
0
3K
Member Avatar for charlybones

Ok so I'm a total noob with VB.NET and I so far I've read about a thousand forums and I've yet to get a straight answer. I've read that VB treats anonymous types differently than C# (the why, beats me). I have a DataTable, and I want to return a …

Member Avatar for Begginnerdev
0
3K
Member Avatar for DevonParsons

Hi all, I'm following [this](http://msdn.microsoft.com/en-us/library/dd492149.aspx) tutorial and I'm encountering strange behaviour with the program. My finishLabel *ought* to be calling finishLabel_MouseEnter() when the mouse hovers over it, but it's calling wall_MouseEnter() instead - the location of the mouse resets and the congratulations box doesn't show up. In the properties/events box …

Member Avatar for DevonParsons
0
252
Member Avatar for game06

error on lines: setContentView(R.layout.activity_main); getMenuInflater().inflate(R.menu.activity_main, menu); error: ----- R cannot be resolved to a variable package com.example.android_01; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.widget.EditText; public class MainActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.activity_main, menu); return true; …

Member Avatar for cool_zephyr
0
270
Member Avatar for jLamp

Once, I've stoped Apache in XAMPP by using XAMPP Control Panel. Then, I've tried to start Apache. But it isn't starting. I've already closed Skype, TeamWeaver. :( Help me guys. I've to take so many backups in phpmyadmin :(

Member Avatar for veedeoo
0
317
Member Avatar for rash_13

I am reading from a file which has words like: connecting classes feeds I need to convert each character to lowercase and then call a function to remove suffix from each word. Say, first on connecting, then on classes... I am done with rest of the part but have a …

Member Avatar for Lucaci Andrew
0
319
Member Avatar for dekimpebart

Hello, I’m trying to make a infinite scrolling gallery. I’ve managed to get the data trough ajax and the infinite-part works perfectly. Only when I apply Isotope http://isotope.metafizzy.co/index.html to make it look good it won’t apply the css and the pictures just come behind the ones that are already there. …

Member Avatar for dekimpebart
0
221
Member Avatar for eos.paks

Good Day, I would like to ask some Information. Is is possible to Conenct my Login to Active Directory? Im gonna use the AD Credential as a Login for my Application? Your Response is Highly Appreciated. Eos

Member Avatar for eos.paks
0
170
Member Avatar for klemme

Hi all, I have a function which sends html emails, and inserts an image inline in the body of the email, whereever I want it to be. So far so good.. My question is, how can I insert all the images I want in the email, not just one? The …

Member Avatar for radhakrishna.p
0
247
Member Avatar for cobaltfive

I have been working on this for two weeks now and it has been progressing slowly. I am currently working on getting the the remove function of my program to 1. first check to see if there is a product 2. list the products 3. allow the user to select …

Member Avatar for triumphost
0
238
Member Avatar for sanyam.mishra

I had recently started using Dev C++ 5.4 (earlier I was using Turbo C++ 3.0). Suggest me some good books to start programming in windows. And also my old programs which I had made in Turbo C++ are not compiling successfully. Fstream.h, iomanip.h and graphics.h are not not working in …

Member Avatar for mike_2000_17
0
132
Member Avatar for sheshagirig

Hi learned colleagues, I have application developed in php which has many ajax functions using GET method. All that is working very well. Now i wanted to put this in https- note the s. so far it was in http protocol. Will it work fine in HTTPS protocol? regards

Member Avatar for sheshagirig
0
170
Member Avatar for yxBen

Hi folks, I've recently got into doing a bit of web development and got hosting for it. The website is consisted of mainly 3 separate folders(one for home page, 2 for 2subdomains) under the html root directory to avoid cluttering. To get to my home page on my main domain, …

Member Avatar for LastMitch
0
356
Member Avatar for tom_benton

I'd like to find a software or an online program that allow you to map the floor plan of any house to a SharePoint site. I have a floor plan image and seems unable to get the rooms and amenities documented over the map. Any ideas?

Member Avatar for LastMitch
0
104
Member Avatar for AmrMohammed
Member Avatar for Ancient Dragon
0
113
Member Avatar for johnbelush

I need your help on this, I have a datagridview with 3 columns, text, image,image. the 2 image columns both contain embedded icons. any example on how to write/read this datagridview to an xml or mdb ? appreciated.

Member Avatar for Eternal Newbie
0
323
Member Avatar for mozammel

Hi, i got a program that crashing while i want to delete a pointer value. here is the code: #include<iostream> using namespace std; class sab{ int a; public: sab(int x); ~sab(); int get(); sab(const sab &ob); }; sab::sab(int x) { cout<<"constructor"<<endl; a=x; } sab::sab(const sab &ob){ cout<<"copyconstructor"<<endl; } sab::~sab(){ cout<<"destructor"<<endl; …

Member Avatar for rubberman
0
212
Member Avatar for Gen.Asura

Hi i'm practising in creating an android application where a user can store records into an external database (my local server in myphpadmin). I can store records into the the database just fine but I wish to prevent the same information being entered twice. I wish for my system to …

Member Avatar for rubberman
0
148
Member Avatar for mallows.yum

Hi all!! i have here a code. What i want to happen is when i tick a radio button or checkbox, that will be the one displayed in the next form to be edited or deleted. <html> <head> <title>Export to Excel</title> </head> <body> <form method="post" > <?php define ('DB_NAME', 'vincegac_vince'); …

Member Avatar for mallows.yum
0
244
Member Avatar for GeekPlease

Good day folks, I want to delete some records in my datatable using query. But I don't know how to do it. Can someone help me? Thanks For i As Integer = 0 To objChkArray.Count - 1 Dim rows As DataRow() = dtable.[Delete]("ct = '" & CInt(objChkArray(i)) & "'") For …

Member Avatar for GeekPlease
0
2K
Member Avatar for dourvas

hallo there, i ve build a very small cms that a user can install to a web server (apache). Its about school pages. I am writing this piece of info because i have tested it enough and it had been and still is working fine for several users. Yestarday, a …

Member Avatar for Tpojka
0
174
Member Avatar for Papa_Don

Group, Historically I've used 'Convert.ToInt32(TextBox1.Text)' when moving the numbers stored in a TextBox to an integer variable. But it's made me wonder what the difference is between Int16, Int32 and Int64. In simple terms, can someone explain this to me (remember, I'm simple minded!)? As a follow-up question, I'm finding …

Member Avatar for Papa_Don
0
3K
Member Avatar for duke.tim

Why is it that no matter how long I put the sleep command or loop, cat is unable to read the file, even though the file already exsists? Is there any way of reliably waiting for the whois to finish, write to file and then read that the file exsists?? …

Member Avatar for duke.tim
0
245
Member Avatar for saurabh2007

I am working with JQuery Validation plugin and am having trouble validating the form. The following is a live version of my form: http://demcode.3eeweb.com/ The following is the code for my index.php file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head> <title>DemCodeLines</title> <meta http-equiv="Content-Type" content="text/html; …

Member Avatar for davidjennings
0
310
Member Avatar for gbhs

Hi I'm a newbie in SQL and for scores whose credit is greater than 2, I want to select students with scores of 10 or more .Here is what I wrote and Im having errors(See table below): SELECT Student,COUNT(Score)>=10 AS NumPasses WHERE Credit>2 GROUP BY Student Student Credit Score Tomy …

Member Avatar for cgyrob
0
283
Member Avatar for Papa_Don

Group, I'm not sure if this is a SQL Server issue or a Visual Basic issue. However during the runtime, I'm getting the following error message: String or binary data would be truncated. The statement has been terminated. I'm not sure why or where this is being caught. Searching this …

Member Avatar for Papa_Don
0
3K
Member Avatar for binoy.mathew

Hi, Not sure if I should post it here or in DB section. I am extending an application. This application generates a PDF file and stores it in a SQL Server Database table in a column of image datatype. My requirement is to read the data from this column and …

Member Avatar for edmondhhd
0
313
Member Avatar for arham.malik.900

This is a card game which may have two or more players. Each of the players is given 4 face down cards at a time. The player can reveal his/her cards once he/she gets them. Other 4 cards are kept face up in the center for all the players to …

Member Avatar for iamthwee
0
204
Member Avatar for moone009

I am brand new to web development just moved over from the database side and I am having a bear of a time trying to remove clusters in google maps. I've probably spent roughly 12 hours trying to research what is going on. Attached is my code all help is …

Member Avatar for iamthwee
0
5K

The End.