Search found 411 matches

Search found 411 matches Page 1 of 42
by bisnes_niko
Mon Jan 20, 2014 9:32 pm
Forum: Coding Help & Support
Topic: Seperate text [VB.NET]
Replies: 4
Views: 1771

To split strings, you may use:
Code: Select all
dim String1 as String = "color:red"
msgbox("The color is: " & String1.Split(":")(1))
by bisnes_niko
Mon Jan 20, 2014 7:35 am
Forum: Work in Progress
Topic: ASP.NET Website Project - Funny Medias Website
Replies: 1
Views: 1387

Hello fellow Codenstuff members. I am proud to present you my latest work-in-progress website: Funny Medias Website. It is done in ASP.NET with VB.NET programming inside. You may try the current work here: Test Here I am fairly new in Web Design, so the web pages may not look the best. I am improvin...
by bisnes_niko
Wed Nov 13, 2013 7:38 pm
Forum: Codenstuff boardroom
Topic: Which programming language to learn first
Replies: 11
Views: 3581

If you are just hobby programmer, I'd just stick with vb.net and maybe a year later goto C#.net (moving won't be hard)
by bisnes_niko
Mon Oct 21, 2013 4:05 pm
Forum: Work in Progress
Topic: ASP.NET Chat Project
Replies: 5
Views: 2175

Well it works, not bad. If you click back after logging in you can login again and two people with the same name will show up. Really long messages won't send it takes you to an error page. The interface needs some work too, I'd be willing to help out though if you're interested. That's just the ma...
by bisnes_niko
Sat Oct 19, 2013 11:08 pm
Forum: Work in Progress
Topic: ASP.NET Chat Project
Replies: 5
Views: 2175

Hello fellow members. Recently, since I got out of army, I have been into ASP.NET programming. This is one of my recent projects that I am currently working out: Chat Project It works with MySQL and has tons of errors, if you use illegal characters ETC. due to SQL injection prevention and stuff. (It...
by bisnes_niko
Tue Jun 18, 2013 4:10 pm
Forum: Website Help & Suggestions
Topic: A big change is coming!
Replies: 13
Views: 6989

When I change to the new theme, I lose the tool icon to get to the settings (ucp)
by bisnes_niko
Mon Jan 21, 2013 5:42 pm
Forum: Website Help & Suggestions
Topic: Auto forwarding
Replies: 1
Views: 2361

I cannot get to homepage, because it keeps to redirect me back to the community page. I had mobile phone layout and changed it to desktop. I am on my Nokia Lumia 900.

#CodenStuff
by bisnes_niko
Sun Jan 20, 2013 9:29 am
Forum: Coding Help & Support
Topic: Listview problems when trying to keep track of hours
Replies: 9
Views: 2560

This will work: ' Working example: For I = 4 To ListView1.Columns.Count - 1 ListView1.Items.Item(3).SubItems.Item(I).BackColor = Color.Red Next nimetön.png The reason 4 starts to color 5, is that ListView has items starting from 0, but I made it to start from 1...
by bisnes_niko
Fri Jan 04, 2013 8:07 pm
Forum: Coding Help & Support
Topic: Proccess.start (mdi) Help Please
Replies: 6
Views: 1778

Thank you both but that code give me this error but loads both the program and a blank form system.invalidoperationexception: Process has exitedm, so the requested information is not avaiable #muttley1968 did you try the updated code I posted or the older one? This works fine on notepad.exe, but no...
by bisnes_niko
Fri Jan 04, 2013 7:26 pm
Forum: Coding Help & Support
Topic: Proccess.start (mdi) Help Please
Replies: 6
Views: 1778

Removed old post, here's the new post: I guess this is what you want to do: 1.png Heres the full code: Public Class Form1 Declare Auto Function SetParent Lib "user32.dll" (ByVal hWndChild As IntPtr, ByVal hWndNewParent As IntPtr) As Integer Declare Auto Function SendMessage Lib "user...
Search found 411 matches Page 1 of 42
Go to advanced search