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

i saw one question that to write a program for changing capital letter to small and small to capital by using vdu memory but it should stop the moment when user hits a key from the keyboard. i tried but it is not executing. this question is from LET US C book at 255 pg.no.

2007-02-19 05:22:57 · 1 answers · asked by mahendran d 2

I have tried a lot but I want it to be like Vbulletin because I like that kind.

2007-02-19 05:01:18 · 4 answers · asked by John 1

2007-02-19 05:00:55 · 6 answers · asked by girl 5

Please help, just the version7, another place than Adobe? Thks!

2007-02-19 05:00:10 · 2 answers · asked by Anonymous

Does anybody know a good LEGITIMATE website for freeware/shareware? I am looking to obtain a photoshop type program, and something to animate .gif files. Thanks.

2007-02-19 04:59:36 · 8 answers · asked by paulp3009 2

I need help with this:
I have created five checkboxes with caption A, B, C, D, e respectively. As the user are finished with clicking on any of those checkboxes, then need to click a commandbutton. Then the captions of the checkboxes they selected should be displayed in a list?

What is the code for this?

And what is the code to display the date and time?

* 10 pts for a good answer

2007-02-19 04:46:08 · 3 answers · asked by Anonymous

ok, so heres my problem. i would like to remove my comments, but keep my "add comment" link. i dont know if this would effect it, but i also would like to hide my top 8. if anyone has a link to a code, or whatever, please, please help! right now my myspace doesnt show my friends or my comments, but it also doesnt show the "add comment" link, and no one can comment me. =[ please help!



=] <33


my myspace is:

http://www.myspace.com/kayleigh_is_cool

2007-02-19 04:32:15 · 3 answers · asked by Kay 3

Hi downloaded microsoft visual basic trial a few months back and quite enjoyed making a internet browser etc. but now my trial has run out and i was wondering if there is a decent free prgramming software and a online good manual as i have forgotten some of the language.
Many thanks
TipsyTom994

2007-02-19 04:28:08 · 4 answers · asked by tipsytom94 2

i am curruntly using open suse 10.1

2007-02-19 04:27:51 · 4 answers · asked by Anonymous

Essentially I have a variable named "strfile" that is in Javascript. I need to access this variable or "make it available to be used" by ASP. The Javascript and ASP code is all in the same page.

2007-02-19 04:12:00 · 3 answers · asked by Anonymous

http://www.swimchick.net/graphics/layouts/torn1.jpg

i want to get the black dots over a picture but dont know how...also how do you make the picture transparent so you can color behind the picture such as the blue behind the woman?

im using photoshop elements and paintshop pro x.

2007-02-19 04:07:43 · 3 answers · asked by aar930 2

library IEEE;
use IEEE.std_logic_1164.all;
entity test is
port (
a: inout STD_LOGIC_VECTOR(19 downto 0):="00000000000000000000";
clk:in STD_LOGIC
);
end test;
architecture test of test is
signal si:STD_LOGIC;
begin
process(clk)
begin
if(rising_edge(clk))then
si <= a(19);
a(19 downto 1)<= a(18 downto 0); --gave a=AB480h
end if;
end process;
end test;


I EXPECTED TO GET THE BITS IN a IN si ONE BY ONE DURING EACH CLOCK ..BUT WHAT I GOT WAS A '1' ALL THE TIME....PLS HELP ME OUT

2007-02-19 03:59:39 · 1 answers · asked by Anonymous

2007-02-19 03:59:27 · 3 answers · asked by mehran_sal 1

If you cant, what other program can you?

2007-02-19 03:55:17 · 3 answers · asked by ktskins 3

I have created 5 checkboxes and their captions are A, B, C, D, E respectively. After the user clicks on all the desire checkboxes and clicks calculate. I need the captions of the textbox to be displayed as a list. What would be the code to do that??

2007-02-19 03:53:16 · 3 answers · asked by Kino K 1

I've been out of Software for many years (over 10). I was thinking of getting back into the field and the only thing I can think of is going for a Masters degree in CS. Is there a quicker less costly way to re-enter this field? Self study C# .net maybe? I have a BS in CS and haved worked in the financial field in recent years. I did work as a Software Engineer for 4 yrs prior to my career change. Any suggestions?

2007-02-19 03:51:26 · 5 answers · asked by Scott D 1

Hi folks im working on a project in Access nd stuck in login form can any one help me with it.

My access project :

tblLogin (which contain username and password such as Username: doctor001 n Password: ***********)
and a form that has a cboUsername and txtPassword and cmdLogin.

i used an example code that is available on internet:


Private Sub cmdLogin_Click()
'Check to see if data is entered into the UserName combo box

If IsNull(Me.cboEmployee) Or Me.cboEmployee = "" Then
MsgBox "You must enter a User Name.", vbOKOnly, "Required Data"
Me.cboEmployee.SetFocus
Exit Sub
End If

'Check to see if data is entered into the password box

If IsNull(Me.txtPassword) Or Me.txtPassword = "" Then
MsgBox "You must enter a Password.", vbOKOnly, "Required Data"
Me.txtPassword.SetFocus
Exit Sub
End If

'Check value of password in tblEmployees to see if this matches value chosen in combo box


If Me.txtPassword.Value = DLookup("Password", "tblLogin", "[Username]='" & Me.txtUser.Value & "'") Then


ID = Me.cboEmployee.Value

'Close logon form and open splash screen

DoCmd.Close acForm, "Form1", acSaveNo
DoCmd.OpenForm "frmSplash_Screen"

Else
MsgBox "Password Invalid. Please Try Again", vbOKOnly, "Invalid Entry!"
Me.txtPassword.SetFocus
End If

'If User Enters incorrect password 3 times database will shutdown

intLogonAttempts = intLogonAttempts + 1
If intLogonAttempts > 3 Then
MsgBox "You do not have access to this database. Please contact your system administrator.", vbCritical, "Restricted Access!"
Application.Quit
End If



End Sub

2007-02-19 03:45:53 · 4 answers · asked by khanz 3

2007-02-19 03:45:32 · 2 answers · asked by chris3rm 1

How do you display the current date and time in Visual Basic?

What is the code to do that?

2007-02-19 03:30:15 · 1 answers · asked by Kino K 1

I need help with this program:
design five checkboxes with the names Check1, Check2,...
and when clicked let a textbox display $1 for Check1, $2 for Check and so on. Then use a command button and when clicked add up all the values of the checked and display it in Text2.text
* I got everything except the adding up part. I dont know what the code would be for it to add up the checkboxes clicked. Pls i really need help with that part. 10 pts for a good answer

2007-02-19 03:23:55 · 4 answers · asked by Kino K 1

What is the absolute reference of a spread sheet?I'm learning exel at school but can't work out what is the absolute reference of a spreadsheet,can anyone plz help me :((

2007-02-19 02:48:36 · 1 answers · asked by spykid_345 1

Algorithm to generate permutations
For every number k (0 function permutation(k, s) {
var int factorial:= 1;
for j = 2 to length(s) {
factorial := factorial* (j-1);
swap( s[j - ((k / factorial) mod j)], s[j]);
}
return s;
}
Notation
•k / j denotes integer division of k by j, i.e. the integral quotient without any remainder, and
•k mod j is the remainder following integer division of k by j.

2007-02-19 02:33:11 · 4 answers · asked by arpit k 2

One chap use to tell me that he is working better while listening music with out distracting.
His job is programming.

Is that true? How many of you can do so?

Can I start the same for better performance?

Good, Personal exp will be appriciated

2007-02-19 02:17:49 · 8 answers · asked by Gayatri Kumar 2

2007-02-19 02:08:40 · 4 answers · asked by Anonymous

are there any printing object in vb? if not in listview printing? then can i make my own format? well i really have no idea. does my question even make sense? sory, its my first tym to encounter this problem

2007-02-19 01:57:02 · 1 answers · asked by 3nl70b1 1

2007-02-19 01:53:56 · 1 answers · asked by hellangelfury 1

I am not very educated in MS Access and I'm having an issue with a combo box. Is it possible to link one combo box in a form to a list box in a subform? If so how?

2007-02-19 01:29:47 · 2 answers · asked by sweetandprettyinnc 2

I could not find what exactly is NRF or RAVE here. Please help me

2007-02-19 01:25:55 · 1 answers · asked by ram A 1

(I am new and want to know lots of things)

2007-02-19 00:58:06 · 10 answers · asked by Naman 2

I've been teaching elementary students how to create 2d games using gamemaker (gamemaker.nl). I want to be able to teach them 3d games, but I need something that's not too painful or math-intensive. Please don't suggest $400 packages! My teaching budget can't handle it!

2007-02-19 00:32:43 · 4 answers · asked by Meg W 5

fedest.com, questions and answers