Search found 4102 matches

Search found 4102 matches Page 4 of 411
by CodenStuff
Sat Mar 24, 2018 10:21 am
Forum: Announcements
Topic: What is on the way?
Replies: 7
Views: 6213

Mon Mar 19, 2018 7:17 pmCodex wrote:
How can one give reps in the current system?
You can give reps by clicking the thumbs-up button in a post. It should be showing next to quotes and post options:
111111111.PNG
by CodenStuff
Sat Mar 24, 2018 10:17 am
Forum: GFX Media
Topic: Daily Digital Art?
Replies: 1
Views: 7269

I would like to see more arty stuff.

I do use GIMP quite a lot but it would be interesting to see what you can do with the other software.
by CodenStuff
Sun Mar 18, 2018 2:46 pm
Forum: Announcements
Topic: What is on the way?
Replies: 7
Views: 6213

I would like to see a return to the (old) reputation system Reputation system works as it did before. what am I missing? lol How can I view my current reps? There used to be an option to see who gave me reps and for what post. You can still see your reputation count in the top-right of the screen n...
by CodenStuff
Sat Mar 17, 2018 2:26 pm
Forum: Coding Help & Support
Topic: keycode?
Replies: 5
Views: 4045

Try:
Code: Select all
    Private Sub Form1_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
        If e.Control And e.Alt And e.KeyCode = Keys.F1 Then
            MsgBox("Ctrl+Alt+F1 for Help")
        End If

    End Sub
by CodenStuff
Sat Mar 17, 2018 2:18 pm
Forum: Coding Help & Support
Topic: form height?
Replies: 2
Views: 2562

I'm not sure exactly what you are trying to accomplish here? If your form only contains the label control, the form is border-less and the label is at point 0,0 on the form (top-left corner) then you should just be able to use: Me.Height = Label1.Height Which would make the form height the same heig...
by CodenStuff
Thu Mar 15, 2018 8:23 pm
Forum: Other Languages
Topic: [Help] HTML Table - PHP
Replies: 1
Views: 7259

im on my fiddly tablet so cant type out anything lengthy.

i did find this which i hope will be useful

https://www.quora.com/How-do-I-pass-a-J ... ternal-php

hope it helps
by CodenStuff
Thu Mar 15, 2018 8:09 pm
Forum: Announcements
Topic: What is on the way?
Replies: 7
Views: 6213

Mon Mar 12, 2018 2:35 pmCodex wrote:
I would like to see a return to the (old) reputation system
Reputation system works as it did before. what am I missing? lol
by CodenStuff
Sun Mar 11, 2018 4:51 pm
Forum: Announcements
Topic: What is on the way?
Replies: 7
Views: 6213

Hello Coders, Enjoying the new site design? - I certainly hope so. However, if you do have any issues, problems, comments, suggestions or insults then please let us know. We're making some big improvements to the site in 2018 starting with the new design which required a huge and exhausting update t...
by CodenStuff
Sat Feb 17, 2018 12:02 pm
Forum: Codenstuff boardroom
Topic: Real-Time Code Collaboration
Replies: 3
Views: 3685

Sorry about that, mikethedj4. I have corrected my original post :)
by CodenStuff
Sun Feb 11, 2018 2:28 pm
Forum: Codenstuff boardroom
Topic: Real-Time Code Collaboration
Replies: 3
Views: 3685

Hi all, Just a bit of a plug for this great free service which allows you to instantly open up a collaborative code window so you can share your code in real-time with as many people as you like. Simply go to the following URL: https://michaelsboost.github.io/WeaveShare/ Click the group icon in the ...
Search found 4102 matches Page 4 of 411
Go to advanced search