Login    Forum    Register    Search    FAQ

Board index » HELP AND ADVICE » G33K'S CORNER




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Visual Studio
 Post Posted: Sun Nov 05, 2006 6:54 pm 
Offline
Coming out soon...

Joined: Mon Dec 26, 2005 12:13 am
Posts: 6680
Location: Wales
Right i cant find anything on how to make an Address Book...
Its a task that has been set by my dad as to learn but i honestly can not find anything on how to code it i got a layout and buttons, text boxes but where to go from there i dont know :(

_________________
Image
Quote:
- That boy NEEDS to look at porn, if only to try and fake being interested in women :D
- We could rename it to "slayers love life" but that was dead before it even started


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 7:47 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Aug 12, 2004 12:59 pm
Posts: 1840
Try and double click on a button :D

_________________
Codito Ergo Sum | Even i, who have no clue about social life
Image


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 7:56 pm 
Offline
Coming out soon...

Joined: Mon Dec 26, 2005 12:13 am
Posts: 6680
Location: Wales
Chadk=GCHQ= wrote:
Try and double click on a button :D


Stfu ... doesnt matter sorted it out ... had to do bindingnavigator and bindingsource so now im ok with it all :D:D

_________________
Image
Quote:
- That boy NEEDS to look at porn, if only to try and fake being interested in women :D
- We could rename it to "slayers love life" but that was dead before it even started


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 7:59 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Aug 12, 2004 12:59 pm
Posts: 1840
Slayer=GCHQ= wrote:
Chadk=GCHQ= wrote:
Try and double click on a button :D


Stfu ... doesnt matter sorted it out ... had to do bindingnavigator and bindingsource so now im ok with it all :D:D

So you haven wrote single line of code yet? :(

_________________
Codito Ergo Sum | Even i, who have no clue about social life
Image


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 9:19 pm 
Offline
Coming out soon...

Joined: Mon Dec 26, 2005 12:13 am
Posts: 6680
Location: Wales
Chadk=GCHQ= wrote:
Slayer=GCHQ= wrote:
Chadk=GCHQ= wrote:
Try and double click on a button :D


Stfu ... doesnt matter sorted it out ... had to do bindingnavigator and bindingsource so now im ok with it all :D:D

So you haven wrote single line of code yet? :(


Yeahh i wrote MsgBox "Chadk is a n00b" :wink:

_________________
Image
Quote:
- That boy NEEDS to look at porn, if only to try and fake being interested in women :D
- We could rename it to "slayers love life" but that was dead before it even started


Last edited by Slayer=GCHQ= on Sun Nov 12, 2006 2:41 pm, edited 1 time in total.

Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 9:33 pm 
Offline
I'm ghey 4 teh Hoff!
User avatar

Joined: Wed Sep 21, 2005 5:18 pm
Posts: 4142
Slayer=GCHQ= wrote:
Chadk=GCHQ= wrote:
Slayer=GCHQ= wrote:
Chadk=GCHQ= wrote:
Try and double click on a button :D


Stfu ... doesnt matter sorted it out ... had to do bindingnavigator and bindingsource so now im ok with it all :D:D

So you haven wrote single line of code yet? :(


Yeahh i wrote MsgBox = "Chadk is a n00b" :wink:


Isn't that MsgBox.text = "Chadk is a n00b"; though?


:lol: :twisted:
(not used any form of ms visual in about 3 years, can't remember how it goes now :oops: )


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 9:48 pm 
Offline
Coming out soon...

Joined: Mon Dec 26, 2005 12:13 am
Posts: 6680
Location: Wales
Nope what i type is corect :wink: :P
That would be Pascal i beleive??

_________________
Image
Quote:
- That boy NEEDS to look at porn, if only to try and fake being interested in women :D
- We could rename it to "slayers love life" but that was dead before it even started


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 10:46 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Aug 12, 2004 12:59 pm
Posts: 1840
Slayer=GCHQ= wrote:
Chadk=GCHQ= wrote:
Slayer=GCHQ= wrote:
Chadk=GCHQ= wrote:
Try and double click on a button :D


Stfu ... doesnt matter sorted it out ... had to do bindingnavigator and bindingsource so now im ok with it all :D:D

So you haven wrote single line of code yet? :(


Yeahh i wrote MsgBox = "Chadk is a n00b" :wink:

wtf? What language is that?
Its not VB, as that line gives this error:

Argument not specified for parameter 'Prompt' of 'Public Function MsgBox(Prompt As Object, [Buttons As Microsoft.VisualBasic.MsgBoxStyle = Microsoft.VisualBasic.MsgBoxStyle.OkOnly], [Title As Object = Nothing]) As Microsoft.VisualBasic.MsgBoxResult'.

Its not C#. Cant Be CLR/C++ either. J#? I doubt anybody use that.

It should be normal VB then. But then again, afaik MS VS doesn't support VB but the .NET version.

_________________
Codito Ergo Sum | Even i, who have no clue about social life
Image


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Nov 05, 2006 11:43 pm 
Offline
Legal Pidgeon
User avatar

Joined: Sat Apr 17, 2004 11:47 am
Posts: 7844
Location: Manchester
i did vb6

but i think the way your want to going to do it.. is..

make a listbox read in a file (forgot code) and add an itemnumber to each item in the list

so you will want a form that creates a record (address), and that can find it, amend it, delete it...

is that right

also is this A-level computing? if so is it WJEC exam board?

_________________
----------------------------------------
Image


Top 
 Profile  
 
 Post subject:
 Post Posted: Tue Nov 07, 2006 10:55 pm 
Offline
Humping a Super Model
User avatar

Joined: Sun May 16, 2004 4:17 pm
Posts: 3762
Location: NOT in IRAN!!!!!!!!!!!
Slayer=GCHQ= wrote:
Nope what i type is corect :wink: :P
That would be Pascal i beleive??


What I type is correct? PMSL!! Bad spelling I believe.



:lol:

_________________
Image
LINUX : If it was any good, they'd charge for it.
I want to die peacefully in my sleep just like my Grandad, not kicking and screaming like his passengers...


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 10 posts ] 

Board index » HELP AND ADVICE » G33K'S CORNER


Who is online

Users browsing this forum: No registered users and 5 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
  • Shoutbox
  • Shout Message


test
cron