Netcode 33 Veteran Poster

Noisy car horns in a terrible traffic

Netcode 33 Veteran Poster

Secret Agent: This is my disguise

Netcode 33 Veteran Poster

Do you get any error message?

Netcode 33 Veteran Poster

I weep for the fall of higher education.

Am with you

Netcode 33 Veteran Poster

please use the search function for similar threads.

Netcode 33 Veteran Poster

maybe you can design one to fit your needs

Netcode 33 Veteran Poster

for the languages you mentioned, i would suggest vb.net.
Best of luck!

Netcode 33 Veteran Poster

leave out all the rest- Linkin Park

Netcode 33 Veteran Poster

Days begin with hopes and ends with dreams!
Everyday starts with some expectation,
but everyday surely ends with some experience.
"That's life".

Netcode 33 Veteran Poster

Get your caddies and nannies elsewhere, all i give is techies

Netcode 33 Veteran Poster

its basically used to download music, videos, books and more files as you can imagine but illegal as cscgal stated.

Netcode 33 Veteran Poster

“When we lose the right to be different,
we lose the privilege to be free.”

Netcode 33 Veteran Poster

The author of this thread clearly stated that you should give a definition in your own term and we still have posts redirecting us to wikipedia.

Well, in my own simple term, just as the name implies....its a program that requires no external effort to run.

Netcode 33 Veteran Poster

Dont ask what the world needs, ask what makes you come alive and go do it. Because what the world needs is people who have come alive

Netcode 33 Veteran Poster

Until you say you're here before someone can say you're there.

Netcode 33 Veteran Poster

Get the movie 'Area 51'

Netcode 33 Veteran Poster

I guess you may also need a lamp and cant see a toileteries for grooming oneself after using the toilet

Netcode 33 Veteran Poster

Yanni- face in the photograph

Netcode 33 Veteran Poster

So many ideas, but what have you done? Show some effort and you would receive plenty of solutions on any error you encounter

Netcode 33 Veteran Poster

Then we are damned!

Maybe we should go back to the word 'doomed' ;)

Netcode 33 Veteran Poster

To me, you're clearly inserting a string. Whats your error with it?

Netcode 33 Veteran Poster

what i want is to load age in the combo box.then i will have the textbox locked.when i choose an age in the combo box i want the text box to show the equivalent allowance for the age.. is that possible?

very possible, lets see what you've got

Netcode 33 Veteran Poster

And from this, what was the result or did you get any error? let us know.

Netcode 33 Veteran Poster

When you say you have, does it mean you own or you developed?

Netcode 33 Veteran Poster

would adding the panel over the picturebox hide my map?

Try it and learn

Netcode 33 Veteran Poster

You want to modify your assignment?

Netcode 33 Veteran Poster

For sure, no one can help you do it but yourself if not, it wont be your own assignment anymore. Keep researching and post progress on your efforts and codes, help may be on its way.

Goodluck!

Netcode 33 Veteran Poster

and it's very nature implies that it doesn't have a built-in Microsoft Word file format interpreter that gets updated every time M$ releases a new version

Since when did C++ become a Microsoft sole business, am sure you looked at it from just your side maybe because you're so used to the Microsoft platform and forgeting that C++ existed before the .NET framework incorporated it

As it stands I've made my point quite well, even if you should decide to misinterpret it.

Am sure you also misunderstood the author of this thread. Visual C++ was never mentioned.

Netcode 33 Veteran Poster

Are you using a database and if yes, which one? then also, how do you know which name to save it to?
Please explain further and show some code if possible

Netcode 33 Veteran Poster

First thing that I tried and it didn't work on either Firefox and Chrome.

Works for me on firefox

Netcode 33 Veteran Poster

Everything is perfect to me

Netcode 33 Veteran Poster

Probably the first time I've ever been right when posting on this site. Lol

Can probably also be the last time you would be wrong on this site

Netcode 33 Veteran Poster

Not sure of any. It would sincerely pay off and i think it would also help in having more members active online.

Netcode 33 Veteran Poster

If you're used to clearing your browser history and cache, then be sure to log in again

Netcode 33 Veteran Poster

As I usually recommend, use the "Search" feature above. There have been many threads about career changes and plans in general, and I think you'll find the information and advise useful.

That said however, you've asked a question with a slightly different slant (networking VS Programming). In many (smaller) organizations, there is a blurred line between a network engineer and a programmer as they both have core values, that line generally becomes more distinct as the organization's size demands specialization(maybe dealing strictly on just software development)

What I'd suggest is that you start looking for positions that will make use of what you already know, and demand some stretching on your part.

Look for what interests you in any of these fields you mentioned and read books on it to develop yourself.

Goodluck!

Netcode 33 Veteran Poster

Where are you getting your data from? because it seems you have a connectionstring and yet you want to get data from a label

cmdPro = New SqlCommand("select distinct Page from " & Lbl_model.Text & " order by Page", con)

I don't understand the above part of your code

Netcode 33 Veteran Poster

You will never change your life
until you change something you do daily.
The secret of your success
is found in your daily routine.

Netcode 33 Veteran Poster

In mathematics and computer science, an algorithm is
> an effective method expressed as a finite list
> of well-defined instructions
> for calculating a function.

In simple words an algorithm is a step-by-step procedure for calculations.

Netcode 33 Veteran Poster

Yes, something is clearly missing and that's you:)

Netcode 33 Veteran Poster

Do not accustom yourself to use big words for little matters.
~Samuel Johnson~

Netcode 33 Veteran Poster

1. Read
2. Practice what you read
3. Get dunps(past questions) for the CCNA certifications so you can know what the questions look like and prepare yourself.

Goodluck

Netcode 33 Veteran Poster

yes.....

Netcode 33 Veteran Poster

You can check here

Netcode 33 Veteran Poster

Hey! i think you should calm your nerves. One thing is sure, there is support for and a fight against the subject.

Maybe this attachment would help.

Netcode 33 Veteran Poster

I can't believe you took the time to reply to a lame thread. How lame.

best reply

Netcode 33 Veteran Poster

You can read if you have the time, all asp.net books you come across. No knowledge is a waste and some useful tips maybe be mentioned in the ones you decide to ignore. But for a start, you can also check out 'Wrox.Professional.ASP.NET.4.in.CSharp.and.VB.Mar.2010'

Netcode 33 Veteran Poster

You're talking about pseudocode. That's not the same thing as an algorithm. Yikes, I can only imagine what you folks are learning in school these days.

Maybe this would help out:
Algorithm is a set of instructions or steps applied to a problem with a view to solve it. In simple words we can say that algorithm is method of solving a problem. Pseudo code describes algorithm itself. Pseudo code makes no use of syntax of a specified programming language. So, it cannot be executed in a computer. But it contains almost the same detail as a programming language does and has the same structure.

Netcode 33 Veteran Poster

it may increase the number of future murders (the argument for this is weak)

I love the way you mark yourself but When someone takes a life, the balance of justice is disturbed. Unless that balance is restored,
society succumbs to a rule of violence. Only the taking of the murderer's life restores the balance
and allows society to show convincingly that murder is an intolerable crime which will be
punished in kind.
Retribution has its basis in religious values, which have historically maintained that it is proper
to take an "eye for an eye" and a life for a life.
Although the victim and the victim's family cannot be restored to the status which preceded the
murder, at least an execution brings closure to the murderer's crime (and closure to the ordeal for
the victim's family) and ensures that the murderer will create no more victims.
For the most cruel and heinous crimes, the ones for which the death penalty is applied, offenders
deserve the worst punishment under our system of law, and that is the death penalty. Any lesser
punishment would undermine the value society places on protecting lives.
Robert Macy, District Attorney of Oklahoma City, described his concept of the need for
retribution in one case: "In 1991, a young mother was rendered helpless and made to watch as
her baby was executed. The mother was then mutilated and killed. The killer should …

Netcode 33 Veteran Poster
' Return True if a file exists

Function FileExists(FileName As String) As Boolean
    On Error GoTo ErrorHandler
    ' get the attributes and ensure that it isn't a directory
    FileExists = (GetAttr(FileName) And vbDirectory) = 0
ErrorHandler:
    ' if an error occurs, this function returns False
End Function
Netcode 33 Veteran Poster

This should be dependent on what is to be done. But just as Rashakil Fol stated, for starters, PHP would do you good.