Search found 1811 matches

Search found 1811 matches Page 5 of 182
by Cheatmasterbw
Tue Jul 03, 2012 6:26 pm
Forum: Tutorials
Topic: Website redirect help
Replies: 7
Views: 3834

I have a problem with a website... does anyone know how to redirect from something like this: www.website.com/asdf to this... www.website.com/asdf.html Thanks :D --edit-- is there a way to make it so when someone types ".../asdf" into the address bar, the webpage shows ".../asdf.html&...
by Cheatmasterbw
Mon Jul 02, 2012 12:14 am
Forum: Codenstuff boardroom
Topic: 1x 512gb vs 2x 265gb ssd?
Replies: 4
Views: 1512

I'm thinking 128 because it can get 12gb/s (2x6gb)(2 sata cables) while 256 would only get 6gb/s (1 sata cable).
by Cheatmasterbw
Sun Jul 01, 2012 7:38 pm
Forum: Codenstuff boardroom
Topic: 1x 512gb vs 2x 265gb ssd?
Replies: 4
Views: 1512

This is just me being curious about speeds, i'm probably not going to buy it :P
by Cheatmasterbw
Sun Jul 01, 2012 4:00 am
Forum: Codenstuff boardroom
Topic: 1x 512gb vs 2x 265gb ssd?
Replies: 4
Views: 1512

I'm wondering if it is better to buy two 256gb SSDs and put them into raid 0, or to get a single 512gb ssd. 256gb: http://www.amazon.com/Crucial-2-5-Inch-Solid-State-CT512M4SSD2/dp/B004W2JL3Y/ref=sr_1_1 512gb: http://www.amazon.com/Crucial-2-5-Inch-Solid-State-CT512M4SSD2/dp/B004W2JL3Y/ref=sr_1_1 Th...
by Cheatmasterbw
Mon Jun 25, 2012 2:42 pm
Forum: Coding Help & Support
Topic: Replace line out of text file but the rest must be saved.
Replies: 7
Views: 1931

i think you replace this...
Code: Select all
strElements(i) = ""
...with this...
Code: Select all
ReplaceLine(str, i, chrw(8))
by Cheatmasterbw
Mon Jun 25, 2012 1:54 pm
Forum: Coding Help & Support
Topic: Replace line out of text file but the rest must be saved.
Replies: 7
Views: 1931

Try using this function to change a line of text: Function ReplaceLine(str As String, line As Integer, replaceWith As String) As String ReplaceLine = "" Dim l As String() = str.Split(vbCrLf) For a = 0 To l.Length - 1 ReplaceLine &= IIf(a <> line, l(a), replaceWith) & vbCrLf Next Re...
by Cheatmasterbw
Mon Jun 25, 2012 1:41 pm
Forum: Coding Help & Support
Topic: Get Minecraft Server Info?
Replies: 5
Views: 1560

Does anyone know how to determine if a Minecraft server is online, and if it is online, determine things like Message of the Day, and the number of people online? I am trying to make a notifier, but i don't know what to do :P

Thanks!
by Cheatmasterbw
Tue May 22, 2012 10:45 pm
Forum: Coding Help & Support
Topic: See if processes are the same program?
Replies: 6
Views: 1678

I have a program that can be updated. I want to check if this program is the same as another running program (to see if the program is running, aven if the other program is another version).
by Cheatmasterbw
Tue May 22, 2012 12:24 am
Forum: Coding Help & Support
Topic: See if processes are the same program?
Replies: 6
Views: 1678

Is there a way to check if two processes are the same program? One way I thought of is to compare GUIDs, but I dont know how to do that. Is comparing GUIDs good, or is there an easier way to compare processes? Note: the processes can have different file names, and may have different code (for differ...
by Cheatmasterbw
Thu May 17, 2012 12:28 am
Forum: Coding Help & Support
Topic: Control Network Computer's Disc Tray?
Replies: 2
Views: 1093

Is there a way to open the disc tray of a computer on the network?
Image

I know I can control my own computer with this code, but I want to know if it is possible to control a network computer.

Thanks :)
Search found 1811 matches Page 5 of 182
Go to advanced search