Search found 4102 matches

Search found 4102 matches Page 3 of 411
by CodenStuff
Fri Jul 27, 2018 4:57 pm
Forum: Coding Help & Support
Topic: Startpage by using an combobox
Replies: 2
Views: 3608

Not sure about this one. Try using just "=" instead of "+=" 'we have 2 pages Private SubiComboBox2_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox2.SelectedIndexChanged Dim sheets As Double = ComboBox2.SelectedText.ToString Me.PrintPreviewControl1.StartPag...
by CodenStuff
Wed Jul 11, 2018 4:50 pm
Forum: Tutorial Requests
Topic: Sqlite with Delete db
Replies: 2
Views: 3145

I remember having this problem. I'm not sure how your program is working but could be due to sqlite using the file. You may need to exit sqlite before attempting to delete the file. Other options are try garbade collection or put the delete function in a loop/timer until file is deleted as it can ta...
by CodenStuff
Mon Jun 25, 2018 5:53 pm
Forum: Help & Support
Topic: PUT Request
Replies: 2
Views: 3033

I would try using CURL in PHP to do this. It is quite simple to understand and use and should do what you need. I'm unable to go into detail with this at the moment due to being out and about but I'll be home soon if you need help. Until then I think sitepoint has a good tutorial on this: https://ww...
by CodenStuff
Sun Jun 17, 2018 1:47 pm
Forum: PC Games
Topic: I played Fortnite for a fortnight
Replies: 1
Views: 3201

Hello all, In between work and everything else I kept hearing about this "wickedly awesome addictive" game called Fortnite, an ultimate battle royal game that combines the joy and pleasure of shooting games with the creativity of building games like mine-craft. 2gUtfBmw86Y Now I've never b...
by CodenStuff
Fri Jun 01, 2018 8:48 pm
Forum: Tutorial Requests
Topic: Coloring bars?
Replies: 4
Views: 3147

You could use a boolean and change its true/false each time you add a bar... Dim BarBackCol as boolean = true Default your bars to have a white background and then check it when adding each bar and changing its value , example; If (BarBackCol) then Change background colour to gray BarBackCol = false...
by CodenStuff
Fri Jun 01, 2018 5:35 pm
Forum: Tutorial Requests
Topic: Coloring bars?
Replies: 4
Views: 3147

Can you clarify your question a bit.

Do you want the bar to change color like this?
backbar.png
If not can you give a quick image of what you're looking for :)
by CodenStuff
Wed May 30, 2018 8:28 pm
Forum: Codenstuff boardroom
Topic: Learning to drive..er..ride
Replies: 2
Views: 3182

Hi guys, After years of thinking should I..shouldn't I? I have finally decided to learn how to drive. Well, actually learn how to ride a bike. NO, not a pedal bike! I'm going to learn how to ride a motorbike, one with an engine and a horn :D I know absolutely nothing about motorbikes or how to ride ...
by CodenStuff
Sun Apr 29, 2018 7:31 pm
Forum: Announcements
Topic: Privacy Policy & Terms of Use - April 29th 2018
Replies: 0
Views: 8521

Hello Coders, On the 25th May 2018 a new law will come in called the GDPR. This law applies to everyone in the European Union (EU) but applies to any EU resident whose data is used, shared, accessed outside of the EU and it is all about you and protecting your personal data. As a result of this we h...
by CodenStuff
Sat Apr 21, 2018 5:57 pm
Forum: Announcements
Topic: It's official. We are SSL secure.
Replies: 0
Views: 7998

Hi Coders, It's been a long time coming and requested hundreds of times but we finally got there in the end. Our minions were working around the clock for the last couple of days to get this sorted, drank 678 cups of coffee, ate 52 crates of bananas and wasted a couple of hours playing LUDO but Code...
by CodenStuff
Sun Mar 25, 2018 12:23 pm
Forum: Coding Help & Support
Topic: keycode?
Replies: 5
Views: 4001

I'm not sure why it's not working for you but the code I posted works fine for me.

Are you capturing keys anywhere else within your application?
Search found 4102 matches Page 3 of 411
Go to advanced search