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

I HAVE to make a few calculations on VB for access by the next three days.
Problem is i dont know any Visual Basic coding.
What i wanted to know is that i have a book that claims to be able to teach the reader Visual Basic 6 within 24 hours.
If i learn Visual Basic 6, or atleast the fundamental aspects of VB 6, Can i use this in Access for calculations?
I know that Access uses VBA, however Im not entirly sure if the language methods are similar.

~~
Note: I am calculating Tax on staff members wages. I am limited to what i can do. I cannot use SQL or other methods. It is not permitted within my course. Only VB.

Thank You

2007-03-12 08:48:07 · 7 answers · asked by Gurpz 2

So I just figured out how to make slide shows using windows movie maker. The only problem I have is I have no clue on how to add music to my slide show! If anyone could help and explain how i can do this it will be greatly appreciated!

2007-03-12 08:46:26 · 3 answers · asked by Krissa D 3

2007-03-12 08:46:03 · 2 answers · asked by jz 1

Ok so I'm a pretty decent programmer. I know C and C++. I used to know Visual Basic a long time ago. I have no official experience though.

I want to get a job as a programmer, but I've been looking on Monster.com and each one of them wants somebody with experience, without exception.

Also, it seems like they want somebody familiar with ASP and .NET and I don't know much about that stuff.

How can I get my foot in the door?

2007-03-12 08:40:44 · 6 answers · asked by Anonymous

I have never programmed anything before, but already downloaded Visual Basic and C sharp 2005 Express, but don't know which is better or if I should download another. Thanks!

2007-03-12 08:33:15 · 8 answers · asked by ferrariman610 2

like

    , whats the coding for it

    2007-03-12 08:32:15 · 2 answers · asked by virus_photo 3

I used to be a VB and asp developer and know something about MS Sql server and RDBMS as I did Computer Science BSc and am MCSD qualified but I have been out of IT for 4 years and want to re-enter in Oracle as a DBA.

2007-03-12 08:32:06 · 3 answers · asked by Anonymous

even allaboutabe.com and zomble.com is blocked. Which one should I use!!

2007-03-12 08:06:23 · 9 answers · asked by Anonymous

should i used adobe photoshop rather than fireworks?

thank u

2007-03-12 07:53:27 · 5 answers · asked by prokopio t 1

2007-03-12 07:49:37 · 6 answers · asked by Anonymous

2007-03-12 07:48:13 · 3 answers · asked by venkat 1

I have a project to do in the Visual Basic 6.0 program, and some of the requirements are a sequence structure, a selection structure and a repetition structure. What exactly are all of these???

2007-03-12 07:45:47 · 6 answers · asked by Bucknuts 1

2007-03-12 07:43:37 · 3 answers · asked by Siu02rk 3

I copied the contents of a PDF Table of Contents into Wordpad, which looks like this:

Planning
Topic Planner . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .561A
Math Background for Teachers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 561E

and so on for 20 chapters.

I am trying to replace each "........" of variable amounts of periods with a tab, so that I can then copy and paste the text into Excel, which will have the title on one column and the page on another.

Is there a program (like TextPad) that can do this? If so, how?

2007-03-12 07:30:40 · 1 answers · asked by Wes Ide 2

ok I have a Windows app thats hooked up to an access database and i want the user to type in a football players name in a textbox, push a button and have it select the players info from the database (first name, last name, number, etc) right now i can see the whole table with all the info filled in on the datagrid when i run the app. I can get everything else to work except the select statement.

2007-03-12 07:30:19 · 1 answers · asked by Bryan N 2

2007-03-12 07:25:36 · 8 answers · asked by Anamik 1

I have successfully just created a script, I know it connects to the db and adds a record for the comments field and puts the value in. However it will not add the name and email address, I have taken all error checking because it won't seem to get past the !$var to check if the forms are empty as well. what can I do. Here is my main block of code.

$user = addslashes($user);
$email = addslashes($email);
$comments = addslashes($comments);
$dbh = mysql_connect("localhost", "admin", "password");
mysql_select_db("admin_mj", $dbh);
$addfeedback = "INSERT INTO 'feedback' (user, email, spam, comments)
VALUES ('".$user."', '".$email."', '".$spam."', '".$comments."')";
$result = mysql_query($addfeedback);
?>

Using 4.1.21 and the latest mysql.

How can I tell if the variables are not being sent from the submitted form which is as follows

2007-03-12 07:19:03 · 4 answers · asked by william_mac_13 2

I want to search a file and wherever I see the characters "char" I want those to be replaced with nothing. For example

"Character" would end up being "acter" I do not want spaces in place of the char.. simply deleted. How do I do this with xvi?

2007-03-12 07:12:04 · 2 answers · asked by Ryan300x 2

How am I suppose to import Outlook if I don't already have a CSV file? I am not understanding how to Create one since it states using a CSV. I am running on Windows XP with Office Suite 2003, as well, all the "Notes:" areas mention only 97 and 98 programs for this actions. Is there no way to merge my two calendars used? I would love to have one calendar to remember instead of two or more.

2007-03-12 07:07:50 · 3 answers · asked by Peniey C 1

I am using asp.net's club website starter kit. I am able to run this on my xp pro machine, you know http://localhost. On my w2k machine, I can execute it from visual web developer and gives me http://localhost:1516/default.aspx, but if I try http://localhost, I get various errors. They all seem to deal with permissions. Arrrrr. So what is the difference between xp and 2000. I know the iis are different versions, could that be it?

2007-03-12 06:53:36 · 2 answers · asked by BenjaminT76 2

http://homeinbulgaria.info

Well, it is still not complete...and not everything is done by myself....but its enough to recieve some critics :)

Thanks :)

2007-03-12 06:49:45 · 3 answers · asked by Anonymous

I have 2 tables:

tblCountries(country_id int(4) Identity PK, country_name varchar(30))

tblCities(city_id int(4) Identity PK, city_name varchar(30), country_id int(4) FK)

I am loading all the country names from tblCountries in a combo box.

I want when the user selects a particular country from the combo, the cities associated with that country should appear in another combo box (from tblCities through PK-FK relationship)

Now, If the country id's were loaded in the countries combo, then on SelectedIndexChanged of countries combo, I can easily look up the selected item in tblCities to find the city name against that country_id. The problem is, when I load the country names in the combo, then, on SelectedIndexChanged event of countries combo, how should i load the city names in the cities combo ?

One solution is to first look up the id against a country name in countries table, then use that id as a lookup in cities table
which i think is not a good logic. PLZ HELP!

2007-03-12 06:41:13 · 3 answers · asked by Anonymous

create table table1(id number unique, f_name varchar2(50),l_name varchar2(50));
Insert into table1 values(1,'posh',' martin')
Insert into table1 values(2,'billgate','money ')
Insert into table1 values(3'game',' football')
Insert into table1 values(4,'england','fans ')
Insert into table1 values(5,'america',' korea')

now if the value of the textbox1.text=billgate america
then i will expect to get "money korea"
if textbox1.text=posh game england
then i will expect to retrieve "martin football fans"
so on ....
so how could i do such retrieving of data?
i am using vb.net and sql server to do this
so you can show me any method you know or you
think that this problem can solve.
with billions thanks!

2007-03-12 06:37:03 · 4 answers · asked by Anonymous

I mean whatever window is open, in most any spot, when you click the cursor, it initiates a new command.

2007-03-12 06:35:42 · 1 answers · asked by charlie k 1

2007-03-12 06:21:33 · 3 answers · asked by Fresca Jesca 2

I don't want a 1D barcode, like UPC. I think the best type would be a 2D barcode like Semacode or Datamatrix or Shotcode. However, I do not want to use any of these.
I would prefer a visually appealing design.
I will also need a software reader that works with images taken from a camera.

2007-03-12 06:20:13 · 3 answers · asked by mattthescientist 2

2007-03-12 06:18:02 · 2 answers · asked by Anuradha N 1

I am using myphpadmin through yahoo

i typed this q a few times now and no one gets me or they are telling me things that are not an option on my interface

so i will show you this time
i need something like this
http://my.monster.com/Account/Account.aspx

i will b using the varchar for the majority of the fields but what do i need to do for a field like state where a drop down of options comes up?

2007-03-12 06:16:58 · 3 answers · asked by mypoints_5 1

fedest.com, questions and answers