English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design

[Selected]: All categories Computers & Internet Programming & Design

Im trying to make a clock in VBEE2008 and it dosent work. I have everything set up. The timer is set to an interval of 100,and in my project i have 2 labels. 1 says Time: and the other(next to it) is left blank (i spaced so its still there) and for the code in Title it is

Label1.Caption= Time

Well i get errors,Caption dosent work and for time it has to be time of day. But what do i substitute for caption? Do i have to do timercode?

2007-12-31 12:56:29 · 3 answers · asked by . 3

Not that I'm lazy but I've spent hundreds of hours learning loads of software programs and my brain can't handle doing any programming right now. What would be a good place to have a non-animated banner designed for my website if I supplied the image and the text. Also, is the word banner for a website referring only to a income producing sign or can it just be used as a logo too ?

2007-12-31 12:32:43 · 1 answers · asked by holacarinados 4

*********
test.php:
include("includes/get_files.php");
include("includes/parse_html.php");
include("includes/mysql.php");
include("includes/strip.php");

$alines = $html->get_author_lines(1);
$inauthor = " ".join($alines)." ";

$datestriped = print end(explode('   ',$inauthor));
print "
";
$author = print strip_author("$inauthor");

etc.........

?>

*********

returns:

Published: 12-08-2006
Author: Adam Beazley


when i insert into mysql using:

$query = "INSERT INTO t4d.articles (datetime,author)
VALUES ('$datestriped','$author')";
$result = mysql_query($query);
print mysql_error();
$br = '
';


********problem:
1 is inserted in the mysql table columns for: $datestriped and $author!!

why is this?

my data types are varchar(200) null etc...

i have tried everything, these variables print fine in php!
i saved test.php as: utf-8 and tried & other formats, whats going on?

Thanks in advance
Tovia Singer

2007-12-31 10:10:26 · 5 answers · asked by jam 5

What I want to do is be able to debug the exe. Like add a button with code and have that button and code there when he starts the program again.

2007-12-31 08:39:09 · 1 answers · asked by Anonymous

Okay, let’s see if I can explain this clearly enough. I have 2 excel files, one is just a master listing of some product codes (master listing). The other file is a listing of some of the product codes, along with quantities next to them (inventory listing). Now, what I’m trying to accomplish is to filter these two files together and still have my master listing, but with the product codes next to them. Something like this:

Master Listing file:
500251
500313
500452
500556
500617
500721

Inventory Listing file (42,214, and 7 are quantities):
500313 – 42
500556 – 214
500617 – 7

What I’m trying to accomplish is a spreadsheet that filters the data into the master listing, something like this:
500251
500313 – 42
500452
500556 – 214
500617 – 7
500721

BTW, The quantities are in a different cell than the product codes. I use excel a lot, but this is a little over my head. I’ve also attempted at MS Access, but I’m a serious noob for that program. Any advice? Thanks!

2007-12-31 06:54:33 · 1 answers · asked by Adam 1

I have 22 years in SW engineering, but mostly with MF's, Unix, no windows or web dev experience. I want my own business--no more corporate life! I'm looking for a list of skills and the most efficient way to acquire them. I'm a fast learner.

2007-12-31 06:39:48 · 7 answers · asked by Anonymous

Please go step by step, because I have no clue how to do it. Best answer wins 10 points

2007-12-31 06:23:39 · 6 answers · asked by ? 4

2007-12-31 05:15:56 · 5 answers · asked by babygurl43232 2

Hi folks, I want to create a Text Editor (like Note Pad(Not MSWord)) that runs on MS-DOS, don't ask me why because I just want to discover how to write an MS-DOS program. That's all folks, any one who knows please answer me.

Thanks

2007-12-31 01:43:09 · 7 answers · asked by fuji_ferrari 1

I have no Idea what sort of local hosts there are how can I find out?
http://localhost/mlss

2007-12-30 19:00:49 · 2 answers · asked by bboyballer112 2

2007-12-30 18:03:15 · 3 answers · asked by Anonymous

Here's what I want to happen:
(I know this requires HTML coding, so please tell me what i have to do to accomplish what I'm trying to do)

I want there to be background music playing. When you move your mouse pointer over a certain part of a picture, it pauses the background music, makes that area bigger, and autoplays a certain song for that certain area. When you move your mouse pointer away from that area, the area gets smaller, that area's music stops/pauses, and the background music resumes.

I know how to do the rollover effect needed to make the areas bigger, and I also know codes for embedded music players (but new ones would be REALLY NICE!). So please, HELP! thanks!

2007-12-30 17:46:44 · 1 answers · asked by Anonymous

In a text box ,I enabled Multi line
I want to add data to text box but in sevral lines

like :
text1.text= text1.text & .... & "visual basic"

Hi
visual basic

NOT

Hi visual basic

in the place of ... , I think there is something adding ,some sort of command to tell VB to enter this but in new line

2007-12-30 16:36:53 · 3 answers · asked by Anonymous

what is the best website editing software that I can use. I am looking for a response from a professional website developer, so if you are, please put a url to your website, is it better to write the whole code, or to write some of the code, or let the software write the whole thing, if so, what software have you used? also the technicalities like the server setup and things like that, how did you handle that? -- n00b wanting to start web design (I know HTML)

2007-12-30 15:41:37 · 9 answers · asked by ted-m 2

I want to turn words that are in the format like this.

ssgs
esag
ashs
ajss
ssjsjsa

to make it like this

fsagjf kaskfkdkf dsajfdsksdfkfdsk fdsfdkfds fdsjdfjfdjfd fdskjfdjfd dfvjfdsjfds dvfjdfsjfd fdsjfdsjfdsnfds fdsngf wuwuw jfdofds fdskjfdjgd gdhdhgf jfgjgj gfjgfjgf fgjgfgf

2007-12-30 15:31:22 · 5 answers · asked by illini837 1

I've written a code in while loop that finds all occurences of a string in a text. Works great, but now I want to stop the loop at the end, because on each cycle it finds a given string and highlites it in the text. So I want it to stop so that user sees every instance and let him continue by pressing the key. Im sure it can be done, but don't know how.

2007-12-30 15:08:22 · 0 answers · asked by CooK 2

I am trying to make a program using Visual Basic 2008 express edition, that would allow the user to enter in a search word and the program would then return any matching results from an Access database.

I can't figure out how to make it so that the query searches based on what the user has typed in say.. TextBox1. I have tried several variations of code.

For example:

SELECT...
FROM...
WHERE column1 = TextBox1.Text

and

WHERE column1 = "TextBox1.Text"

and

WHERE column1 = '& TextBox1.Text &'

and even

WHERE column1 = '" & TextBox1.Text & "'"

Depending on how I try to write it, it will either come up blank, or will tell me "No value given for one or more required parameters."

Is there some way I can write this differently so it does the search using whatever is in TextBox1? If not, what else can I do that would give me the same results?

2007-12-30 14:59:03 · 3 answers · asked by DuxBelorum 1

Hello I'd like to learn C++, But I don't know where to start... Could anyone help me? Put any links that could help... Or if possible Aim , msn yahoo etc.

2007-12-30 10:47:12 · 1 answers · asked by DjALgis 2

2007-12-30 09:15:18 · 13 answers · asked by Rod H. 1

i go on the internet to find out how to make a website, but all the directions are so confusing. and mostly there's just software programs that you can buy so you can follow steps to make it. I just want simple directions

2007-12-30 09:13:00 · 2 answers · asked by kikikara16 1

i am using the split function but some of my data is separated by a space some by a tab. I have set it up to recognise spaces but cant figure out how to get both space and tab recognised.

strinarr = linstrin.Split((" ".ToCharArray, StringSplitOptions.RemoveEmptyEntries)

The above works well for spaces.
Visual Basic 2005 Express Edition (from internet)

CHEERS!!!!!!!!!!!!!!!!!!!!!!!

2007-12-30 08:01:49 · 4 answers · asked by Anonymous

the one on http://www.apple.com/safari/download/ is it free or not

2007-12-30 05:54:24 · 4 answers · asked by Natasha J 1

I want to know: Will (C++) persist as a language of its own tasks ? or: Will (C++) perish and disappear one day and be replaced definitively by (C#) ?

2007-12-30 04:33:26 · 6 answers · asked by wisedom_bzu 1

I am about to start developing a website where members will be able to leave reviews and comments - I want to be able to use a 'star rating system'. Anyway, does anyone who has experience of CMS know any good solutions? Paid or free - I'll look at any :-)

2007-12-30 03:59:24 · 5 answers · asked by Andy 2

2007-12-30 01:42:10 · 4 answers · asked by Anonymous

my web page is not published in the internet i want the search box to search it on my folder?

2007-12-30 00:45:58 · 2 answers · asked by Anonymous

would anybody happen to know

a. what font the restaurant's logo is in? (check out http://sbeent.com/katsuya)

b. any similar fonts?

c. how i could, for free, type something in that or a similar font?

any help at all PLEASE! thank you!

2007-12-29 20:42:02 · 2 answers · asked by Answer 2

More specifically, is ARM architecture itself responsible for ARM based CPUs consuming less power, or are x86 based CPUs (for mobile devices) more power hungry only because nobody (Intel and others) has made them power saving yet?

So is the architecutre (ISA etc) itself responsible for power saving, or is there some other reason?

2007-12-29 19:15:21 · 3 answers · asked by Rishabh Singla 2