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

Programming & Design - March 2007

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

2007-03-22 04:13:30 · 3 answers · asked by biplab m 1

I just need to print a piece of paper that look like it came from the USA Treasury (income tax) and the brown envelope because I already got my income tax via direct deposit but I told someone else it was coming through the mail!! please I need your help, how can I recreate, not to cash of course, just so they can "see" that I got my icome tax through the mail

2007-03-22 04:12:00 · 5 answers · asked by Anonymous

when i open my MS Access application, i simply cannot see an option for IMPORT from the File Menu and even from all the Main Menu, Tool Box, etc. who can you give me a clear way of doing this import?
i just wanna import a database file from an MS SQL server (200) on the LAN into my local workstation.

2007-03-22 04:09:06 · 2 answers · asked by P T 1

If you want to produce an animated project for the web, which program would you use? (Your project must have transparent background) Flash or Fireworks?

What file format would you use?

1) PNG 2) JPEG 3) BMP 4) FLASH (RWF)

please explain why thank you

2007-03-22 03:57:39 · 1 answers · asked by Anonymous

i will use basic things from ASP.net and some JAVAscript , please if you know some useful one and easy to use, because iam beginner for ASP.net and JAVAscript.
thanking in advance....

2007-03-22 03:44:52 · 6 answers · asked by WAW 1

I have the code to create a new button during runtime. NOT VISIBLE = TRUE!

I did a
AddHandler x.Click, AddressOf myButtonHandler_Click

Me.Controls.Add(x)

Then I created a Sub(ByVal sender As Object, ByVal e As EventArgs)

I want to know if there is a way to take the users code in a textbox and use that code as the buttons CLICK event code handler. Did any of that make sense?

BASICLY...what I want to do, is to be able to write the code during runtime and use that code when ever the btn.Click event is initiated.

2007-03-22 03:39:19 · 2 answers · asked by Anonymous

2007-03-22 03:28:06 · 2 answers · asked by Anonymous

I made a simple program and Im trying to convert it into a Installable program? How can I do it? Any help would be appreciated :D

2007-03-22 02:27:48 · 2 answers · asked by cheez 1

i have a linux machine and i just installed oracle 9 client on it, but when i open a terminal and i type the lsnrctl command, i get 'Command not found', does anyone know what i am doing wrong here. Also what commands do you use when the command actually works.
Thanks,

2007-03-22 02:13:11 · 1 answers · asked by sijosers 2

I am trying to do some application automation and have noticed that installing .msi packages is much easier to do and work with. Most of the applications, however, are in .exe format. Does anyone know of a free, easy to use compiler that I could use to create .msi files from .exe. I realize there will be coding involved which is ok.

2007-03-22 02:12:08 · 2 answers · asked by Anonymous

Are there any web design / hosting companies that can produce for its customers a simple 1-2 page website that can be hosted for them also.

I'd normally just do the above myself using a simple program e.g frontpage etc but currently I haven't the time but do indeed need to get this simple 1-2 page project up & running quite soon - hence my question.

Thanks for your info in advance guys.

2007-03-22 02:09:55 · 11 answers · asked by clubkid_03 3

#include
#include

int main ()
{
char num[] ="1.00:2.00:3.00";
char *ch;
char r[100];
printf ("split \"%s\":\n",num);
ch = strtok (num,":");
while (ch != NULL)
{
i = 0;
printf ("%s\n",ch);
ch = &r[i];
ch = strtok (NULL, ":");
i ++;
}
return 0;
}


--> here is my strtok code, but it doesn't work.

how can i copy the values of the pointer ch into a char array r? thanks.

2007-03-22 02:02:28 · 1 answers · asked by Anonymous

I am gonna be designing some web pages with various types of content from ecommerce to blogs and information services. Which would be the better option from a designers aspect as well as from a functionally aspect?

I am new to Joomla and am reading up on it as well as refining my craft in Dreamweaver 8.

All advice and input is welcomed and please be as detailed as possible... Assume that I am a novice (which I am) and every detail would go a long way!

Thanks in advance!

2007-03-22 01:58:30 · 2 answers · asked by Jimmy P. 3

I have a list of students. I have one table and associated table that contains their basic information. I have another table and form that contains assignment information, including when the assignment is given and date due. In the assignment form, I can filter it to see all the assignments that a particular student has not submitted and a field that shows how many days until due/past due each assignment is - using the DateDiff function. I want to be able to make a field on the BASIC INFO form that returns the max value of that particular student's overdue assignments (ie. returns a number of the days past due for the MOST overdue assignment). Currently I can't figure out how to do this, because the assignments form field that shows the overdue number of days is caculated via the DateDiff only when that form is opened.

Thanks!

2007-03-22 01:48:39 · 2 answers · asked by ArmyAIRBORNE1 1

I wanna ask how much should i give about each month/ year if I want to have a website myself? a website, not a xanga or geocities or whatever like www.(myname).com

2007-03-22 01:46:57 · 8 answers · asked by Avril Lavigne RULES 2

Need to get a linux box for a project I am working on at the moment.

2007-03-22 01:45:39 · 2 answers · asked by John B 2

My boss wants to move to SQL server becuase it is free on our company computers vs. SAS which we pay for. Is this free version that comes on the computer any good or will we need to buy additional software for the SQL Server to be of any real use to use. We currently do a lot of programming in SAS. I'm wary of any software that's free because it's usually worthless without some expensive upgrade.

2007-03-22 01:37:36 · 2 answers · asked by joseph c 1

2007-03-22 01:30:38 · 5 answers · asked by mejmej1012 2

Even small MDB samples will do, but please not the MDE ones, it would be cool to know how other people have come to solved a particular problem.

2007-03-22 01:19:46 · 2 answers · asked by rejj 1

hi
is it possible to display a right aligned message through window.alert API?

2007-03-22 01:04:23 · 2 answers · asked by mephelistomelas 1

hey, i want the PHP API scripts for changing the yahoo account password.

Following are the input i like to give, yahoo username, current password and new password.
following are the responses i like to here, success or failure

2007-03-22 00:59:24 · 1 answers · asked by gansatanswers 3

t should work properly i have found many while searching on google but the sites are not showing the links to download and i am also not sure may be they are infected with viruses pls tell me if you know one or more sites........for free classified scripts thanks.......

2007-03-22 00:36:34 · 2 answers · asked by Deepest-Blue 1

2007-03-22 00:24:28 · 6 answers · asked by ritu 1

think about that why we use the coffee cup to represent the java computer language i dont know hepl me

2007-03-21 23:55:15 · 6 answers · asked by papseddy 1

hey,

Im trying to make a program but i need a litte help, The program im trying to make is like a CD code Generator.
I world like it to be, 4 numbers and 12 letters.
E.G

1QAE-9RED-6YCE-4KJB

Now i been trying to make this program ( and its in Java ) but i can make a Random Number Generator. ( from 0 - 9 )

but i dont no how to make a Random Letter Generator from A - Z

so if you can give me some tips or what i need to import.* or if you can make a small code up that can make Random Letters what would be great ( but not in swing / GUI coz that up be too much work for you :P )

or if you know of some link(s)

thank you

2007-03-21 23:53:58 · 4 answers · asked by lonewolfy92 1

i need to write a review on the different tools that can be used for developing mobile software and select 1 for developing a mobile application. i know of J2ME, C++, MADE but i nd to know if there are any and what they are suitable for. can sum1 help please?? i nd information

2007-03-21 23:42:12 · 1 answers · asked by kafui d 1

Hello.
The problem is simple..or not.
I have a website and some of its content is provided free of charge by another website. The thing is that they provide many text links in that content that directs to their website for more details about an issue. For some of those text links I have my own details, written in a different manner, and would like to ask someone to write me a script or program that is able to identify some words from that content and override the link and point to my details pages.
I believe that this is possible, but I don't know what program could be used for this project, so I can ask somane that knows that programing language.
Any help is appreciated. Thanks

2007-03-21 23:37:50 · 2 answers · asked by Anonymous

fedest.com, questions and answers