Welcome, Guest |
You have to register before you can post on our site.
|
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
|
|
|
[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: -->
|
|
|
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.
|
|
|
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
|
|
|
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?
|
|
|
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.
|
|
|
|