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

Programming & Design - February 2007

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

2007-02-04 04:51:05 · 1 answers · asked by abhi0502 1

2007-02-04 04:41:03 · 3 answers · asked by Anonymous

Just like the green logo on this page in the top left.

2007-02-04 04:30:31 · 2 answers · asked by Kenny B 1

i have a field that shall accept one of the ten numbers (1-10) as its input, i don't wanna use enum. how do i restrict input within the range?

2007-02-04 04:19:19 · 1 answers · asked by Scottsman 3

I want to start learning how to use Linux Opp System. Went to a few websites and to my surprise, I found out that there are 'many' different types of Linux opp system. Or maybe I'm wrong and these Linux(s) are all the same and the only different is its skins.

I'm totally new to this Linux thing but I am sure that it will be the most powerful and most used commonly used system in the world.

Anyways, are there more than one version of Linux? If there is, which do you thinks it the best or at least have the least bugs that a common non-programmer will encounter?

If you can, please provide a link.

This website shows a list of "different" Linux Opp System. Are these opp systems or are they just skins? Don't laugh for such a dumb question, I am totally new to the Linux thing.

Please help.

Are these Diff Opp System or just skins:

http://shots.osdir.com/

2007-02-04 04:02:17 · 5 answers · asked by Inquisit 2

I tried these and
they don't display anything, not even zeros.

echo "Your IP Address is $_SERVER[REMOTE_ADDR]";
?>

Displays the IP address of my hosting provider's server and not the visitor's.

2007-02-04 03:59:25 · 2 answers · asked by Hello 1

Im currently working on a project in VB.Net and Im doing great so far however Ive got stuck. I have 4 forms in total in my application, two of which are the main ones. They are both using notifyicons and I ran into a problem as I got copies of the icons every time I switched so I fixed this using:

Dim form1 As Form1
form1 = New Form1()
form1.Show()
Me.Close()

However I tried to use this on my first form (1):

Dim form3 As Form3
form3 = New Form3()
form3.Show()
Me.Close()

But whenever I clicked to go to form 3 it closes the whole application. So does anyone know of a way round this?
Please give code or relevant link.
Thank You!

2007-02-04 03:22:25 · 1 answers · asked by sbraidley 3

I made an applications and I want it to start up when you log on to Windows.

2007-02-04 03:06:15 · 3 answers · asked by Anonymous

can you please tell me your myspace web address so you can add me as a friend on myspace.

2007-02-04 02:57:48 · 6 answers · asked by ? 2

0

how can add select action for jlist

2007-02-04 02:43:15 · 1 answers · asked by Anonymous

So I have a small application and I want the user to be required to enter a 25 digit serial, so I made 5 input textfields and I named each one with their vars: key1, key2, key3, key4, key5 and put them in that order, then I made a buttun which your will use once you entered your serial. If the serial is right you go to frame 2 if is not you go to frame 3. I preview it but it doesn't work! Here is the script:


on (release, keyPress "") {
if (key1 == "H26BX" & key2 == "294RD" & key3 == "KGFT9" & key4 == "D3B2C" & key5 == "4JKVX") {
gotoAndStop(2);
} else {
gotoAndStop(3);
}
}


What am I doing wrong? This script is added to the "comfirm" button.

2007-02-04 02:33:52 · 3 answers · asked by Anonymous

2007-02-04 02:23:24 · 8 answers · asked by szhob 3

I cannot get past the ADOB connect line of this code, even though it is declared:

Compile Error: User-defined type not defined

Option Explicit
Dim X As Long
Dim Changed As Boolean
Dim DontMove As Boolean
Dim tmrSelect As String
Dim strCnn As String
Dim conConnection As New ADODB.Connection
Dim rs As ADODB.Recordset

Set conConnection = New ADODB.Connection
Set rs = New ADODB.Recordset

2007-02-04 01:57:42 · 4 answers · asked by rebjr1954 1

2007-02-04 01:56:05 · 5 answers · asked by HAPPY 1

Hi, I am writing a program in C#, and I want a customize form to pop up. I created the new form and set it up as a new item (Form frmCustomize = new Form();). So then, in my code, I put this code in for when they click on Customize, and the form shows, but none of the controls are there, any reasons why, or any help?

The code:

// When they click 'Customize' from the help menu the Customize form shows
private void customizeToolStripMenuItem_Click(object sender, EventArgs e)
{
// Show the customize form
frmCustomize.Show();

}

2007-02-04 01:28:15 · 4 answers · asked by SM 3

how can I put a HTML song code on my website with out using a hosting website. Or a way to add the HTML from my disk drive??

2007-02-04 01:23:05 · 1 answers · asked by Justin D 1

2007-02-04 01:16:50 · 4 answers · asked by Booyah! 3

with php

2007-02-04 00:58:45 · 2 answers · asked by cool _ sim 2

I know cout< How would I do it for a binary one?

2007-02-04 00:34:49 · 3 answers · asked by Anonymous

ie suppose the matrix which has 3 rows and 3 columns
eg:-
23 45 67
56 34 90
12 23 22
then, when finding the sum of diagonal elements dont take the middle most one(34) twice.ie 23+34+22+67+12(34 should be taken only once)

2007-02-04 00:16:25 · 3 answers · asked by sunitha a 1

if ther is isalpha() isnumeric() in C/C++ how can u check a string of it in VB 6.0? thanks

2007-02-03 23:57:24 · 2 answers · asked by 3nl70b1 1

I keep bumping into these really cool, modified pictures on the net and I want to make the same stuff to my pics, only that I can't seem to find any good programs. Any suggestions?

2007-02-03 23:48:47 · 4 answers · asked by Arista E 1

I was making a video and when i play it to see how im progressing it freezes up and closes... what can i do to fix this problem?

2007-02-03 23:08:06 · 1 answers · asked by GQsmooth 3

I am developing an website using C#.net,ASP.Net and SQLServer. I completed this project when running from Visual Studio 2005 then all thing is fine.
When I am trying to access from IIS It is giving following error in every .aspx pages but .html pages are fine.

A name was started with an invalid character. Error processing resource 'http://localhost/testing/UserHome.aspx'. Line 1, ...

==>>>>
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserHome.aspx.cs" Inherits="UserHome" %>
-^
<<<==
I am a new webdeveloper and just doing practice in C#. net and ASP.Net/


Please help me to get ride on this error.
thanks in advance

2007-02-03 22:51:47 · 2 answers · asked by Jack J 1

2007-02-03 21:36:38 · 2 answers · asked by rajneesh 1

fedest.com, questions and answers