Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,800
» Latest member: DavidIrova
» Forum threads: 856
» Forum posts: 3,643

Full Statistics

Online Users
There are currently 3 online users.
» 1 Member(s) | 1 Guest(s)
Google, MorrissgoX

Latest Threads
Looking for Adventure? Fi...
Forum: Random Discussion
Last Post: iHOMEz
11-16-2024, 09:18 PM
» Replies: 0
» Views: 469
Prettys Womans in your to...
Forum: Random Discussion
Last Post: iHOMEz
10-30-2024, 07:45 AM
» Replies: 0
» Views: 748
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-26-2024, 10:50 AM
» Replies: 0
» Views: 779
Beautiful Womans from you...
Forum: Random Discussion
Last Post: iHOMEz
10-19-2024, 02:48 PM
» Replies: 0
» Views: 876
Prettys Womans in your ci...
Forum: Random Discussion
Last Post: iHOMEz
10-06-2024, 05:00 PM
» Replies: 0
» Views: 1,043
Womans from your city - V...
Forum: Random Discussion
Last Post: iHOMEz
07-28-2024, 10:26 AM
» Replies: 0
» Views: 1,414
Supreme Сasual Dating - A...
Forum: Random Discussion
Last Post: iHOMEz
06-14-2024, 11:28 AM
» Replies: 0
» Views: 1,841
Beautiful Womans in your ...
Forum: VB.NET
Last Post: iHOMEz
06-09-2024, 09:23 PM
» Replies: 0
» Views: 1,644
Hangman in Rust
Forum: Other
Last Post: brandonio21
02-04-2018, 11:14 AM
» Replies: 2
» Views: 20,636
How to: Search files from...
Forum: VB.NET
Last Post: brandonio21
11-25-2017, 12:55 PM
» Replies: 1
» Views: 15,953

 
  Is this possible with SQL Server?
Posted by: Worf - 02-23-2013, 04:34 AM - Forum: Programming Help - Replies (2)

Hi.

I want to creat a database with catagories and sub-Catagories and want to know if it is possible to do the following?

I'll try and explain what i want to do the best i can.

In my database i want catagories and sub-catagories.

Lets say the user added a catagory called 'Electrical' and a sub-catagory called 'Fan' another catagory call 'Vegitation' and a sub-catagory called 'Bushes'.

Anything to do with 'Electrical'- 'Fan' goes under this and anything to do with 'Vegitation' 'Bushes' goes under this.

So i would end up with something like this?

Catagory: Sub-Catagory: Information:
Electrical - Fan Fan information
Electrical - Kettle Kettle info

Vegitation - Bushes Bushes info
Vegitation - Trees Tree info

So if i want to store anything Electrical will go under Electrical and any thing to do with Vegitation will go under Vegitation. ect, ect.

I am using VB.Net 2012 and have created my table.

Many thanks for you help.

Regards

Worf

Print this item

  [HELP] Process.Start
Posted by: flatfish - 02-22-2013, 06:34 AM - Forum: Programming Help - Replies (3)

Been watching the wonderful Visual Basic tutorials on youtube and they are great.

But ive been follow other tuorials on how to use Process.Start and all of them say just do this.....

Code:
Process.Start("C:\")


That should launch explore into your C drive, but not for me i get the error.....
Code:
'Start' is not a member of 'Process'

The only way i can get it to work is by using Diagnostics like so.....
Code:
Diagnostics.Process.Start("C:\")
or like this.....
Code:
Dim p As New System.Diagnostics.Process
p.StartInfo.FileName = "C:\"
p.Start()

Anyone have a idea what's going on here im stumpt for idea's ?

Thanks <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarrassed" /><!-- s:oops: -->

Print this item

  Convert 2 lines to one
Posted by: brco900033 - 02-21-2013, 11:59 AM - Forum: Programming Help - Replies (2)

Sorry I couldn't find a better title for this topic. Basically what I want to do is convert 2 lines to one. I have:

btn_
1

but it has to be:

btn_1

Probably there will be an easy solution but honestly I didn't found one on the internet.

Print this item

  What are some good books to learn Java?
Posted by: Chema - 02-20-2013, 12:13 PM - Forum: Off-Topic - Replies (1)

I'm interested in learning the Java language and would like to get some recommended books or resources. I've been watching the tutorials at <!-- m --><a class="postlink" href="http://www.youtube.com/user/BrandonioProductions">http://www.youtube.com/user/BrandonioProductions</a><!-- m --> and I really want to get this going! <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
Also, is it a bit late to start to learn Programming or Computer Science? I just turned 19 and I love computers and just recently got an interest in languages and coding.

Print this item

  DMD To MD2 Converter V1.1
Posted by: Worf - 02-20-2013, 07:05 AM - Forum: Share your programs! - Replies (7)

Please see new post. Please delete thiss one.

Print this item

  How to retweet using Twitter vb
Posted by: tim687 - 02-13-2013, 08:55 AM - Forum: VB.NET (Visual Basic 2010/2008) - No Replies

Hello coders,
I want to retweet the a tweet using the retweet function, but for that you'll need an ID (as long) how do you get that id?
I have placed the tweet in a richtextbox, and it's shown correctly.
Can somebody please help me?
I'm using twitter vb 3.0
Thanks,
Tim

Print this item

  DotNetBar not working... Please help.
Posted by: Ecnarf - 02-12-2013, 08:18 PM - Forum: Programming Help - No Replies

When I use DotNetBar is doesnt work when I debug the application or run it. The form does not show like it should it just displays the default windows form... How do I fix this?

Print this item

  Full screen game overlay?
Posted by: Ecnarf - 01-26-2013, 02:31 PM - Forum: Programming Help - Replies (1)

I have tried finding tutorials on this and the only one I found was in German. Would anyone try figuring out how to do this for me.

Print this item

  Folders in Eclipse?
Posted by: Derek275 - 01-26-2013, 09:54 AM - Forum: Java - No Replies

While looking at what all was under the 'New' submenu on the Eclipse Project Explorer, I found I can add folders to the project so I won't have to check to see if it exists on the computer, if not create it, and do alot of work like that. But what code would I use to save a file to the folder I created, Default?

Thanks for any and all help.

Print this item

  Backgroundworker and progress
Posted by: brco900033 - 01-26-2013, 09:30 AM - Forum: Programming Help - Replies (9)

Hello everyone. I want a BackgroundWorker reports its progress and send that to a ProgressBar. I did alot of research on the internet but I can't get it working.
Thanks

Print this item