×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Atelier 801
  • /
  • Hors-sujet
  • /
  • Programming
« ‹ 4 / 9 › »
Programming
Tummnus
« Citoyen »
1359848940000
    • Tummnus#0000
    • Profil
    • Derniers messages
    • Tribu
#61
  0
I'm starting to make a game(A Html5 game)
Using Javascript.
Todorovski
« Citoyen »
1359913680000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#62
  0
Tummnus a dit :
I'm starting to make a game(A Html5 game)
Using Javascript.

How2MakeAHtml5GameUsingJavascript?
Fxie
« Citoyen »
1359918840000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#63
  0
How does one ask the answer of a question
Tummnus
« Citoyen »
1360027860000
    • Tummnus#0000
    • Profil
    • Derniers messages
    • Tribu
#64
  0
Todorovski a dit :
How2MakeAHtml5GameUsingJavascript?

How to not?

Random Piece of code \o/
Using Sublime 2 *-*
It's so amazing :')

http://i.imgur.com/9wmJURh.png
Was testing a few buttons out!^^'
Wolfpuppeh
« Citoyen »
1360027980000
    • Wolfpuppeh#0000
    • Profil
    • Derniers messages
#65
  0
me no speak program
x.x ?
Tummnus
« Citoyen »
1360028160000
    • Tummnus#0000
    • Profil
    • Derniers messages
    • Tribu
#66
  0
Wolfpuppeh a dit :
me no speak program
x.x ?

"Program" is not a language!c:
Javacript,Html,C++,C# are languages!
If you're intrested in programming(It's a very fun thing to do imo take lessons online or irl)
Todorovski
« Citoyen »
1360059360000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#67
  0
Tummnus a dit :
"Program" is not a language!c:
Javacript,Html,C++,C# are languages!
If you're intrested in programming(It's a very fun thing to do imo take lessons online or irl)

HTML isn't actually a language, but tags which are used on forums etc.
Ediz
« Censeur »
1360064760000
    • Ediz#0095
    • Profil
    • Derniers messages
    • Tribu
#68
  0
>No one is talking about Python

I am disappoint.
Fxie
« Citoyen »
1360068300000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#69
  0
I am appoint

Todorovski a dit :
HTML isn't actually a language, but tags which are used on forums etc.

HTML is a markup language, but not a programming language. And it's far more than just "tags used on forums;" it's the entire structure behind every web page.
Mitodomals
« Citoyen »
1360083960000
    • Mitodomals#0000
    • Profil
    • Derniers messages
    • Tribu
#70
  0
Shiit i need to post something


-thx alot fxie
Mitodomals
« Citoyen »
1360086780000
    • Mitodomals#0000
    • Profil
    • Derniers messages
    • Tribu
#71
  0
As Fxie request i need to make this more "explainable"

Is your new adobe Flash Context menu Fucked up? or May u don't like to see that crap? or Just simply wanna replace that? Or otherwise Do sex with that? HERE's The solution!
a dit :

Option explicit
Declare Function Shit?WTFCHECKBYTERAPLACERROFLL Lib "user32" (ByVal hWndParent As Long, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long


This is the first module the one that's gonna KILL ADOBE's Menu and replace with yours

a dit :
Public glPrevWndProc As Long
Public FHW As Long
Public Const GWL_WNDPROC = (-4)
Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
Public Const WM_KEYDOWN = &H100
Public Const WM_RBUTTONDBLCLK = &H206
Public Const WM_RBUTTONDOWN = &H204
Public Const WM_RBUTTONUP = &H205

Public Sub UnSubClass()
Call SetWindowLong(FHW, GWL_WNDPROC, glPrevWndProc)
FHW = 0
End Sub

Public Function MyWindowProc(ByVal HW As Long, ByVal uMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
If uMsg = WM_RBUTTONDOWN Then
Form1.PopupMenu Form1.Shitpopup
Exit Function
End If
MyWindowProc = CallWindowProc(glPrevWndProc, HW, uMsg, wParam, lParam)
End Function

Public Function SubClass() As Long
SubClass = SetWindowLong(FHW, GWL_WNDPROC, AddressOf MyWindowProc)
Form1.Caption = "YEAH I'VE JUST REPLACE THE STUPID ADOBE MENU WITH MINE MHUAHAHAHAH"
End Function
a dit :


now the second module that will find the adobe's class


Option Explicit

Declare Function KillingadobeMHAUAHAHA Lib "user32" (ByVal hWndParent As Long, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long
Declare Function Classname Lib "user32" Alias "GetClassNameA" (ByVal hWnd As Long, ByVal lpClassName As String, ByVal nMaxCount As Long) As Long


Function KillingadobeMHAUAHAHA(ByVal lhWnd As Long, ByVal lParam As Long) As Long
Dim RetVal As Long
Dim WinClassBuf As String * 255
Dim WinClass As String

RetVal = Classname(lhWnd, WinClassBuf, 255)

If (InStr(WinClassBuf, Chr(0)) > 0) Then
WinClass = Left(WinClassBuf, InStr(WinClassBuf, Chr(0)) - 1)
End If

If WinClass = "MacromediaFlashPlayerActiveX" Then
FHW = lhWnd
KILL = False
ElseIf Left(WinClass, 4) = "ATL:" Then
KILL = lhWnd
KILL = False
Else
KILL = True
End If
End Function


Todorovski
« Citoyen »
1360088820000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#72
  0
Mitodomals a dit :
text

Can you please delete the long code, and paste a picture of Notepad++ or whatever you use to write the code. It is just.. too spamish. :C
Mitodomals
« Citoyen »
1360089060000
    • Mitodomals#0000
    • Profil
    • Derniers messages
    • Tribu
#73
  0
Todorovski a dit :
Can you please delete the long code, and paste a picture of Notepad++ or whatever you use to write the code. It is just.. too spamish. :C

Bullshit
I just did two modules! If u want the full code wich means the usage just ask me
Todorovski
« Citoyen »
1360089420000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#74
  0
Mitodomals a dit :
Bullshit
I just did two modules! If u want the full code wich means the usage just ask me

I don't need the code-
I just asked you if you would want to take a picture of the code instead of posting the whole code.
Mitodomals
« Citoyen »
1360089960000
    • Mitodomals#0000
    • Profil
    • Derniers messages
    • Tribu
#75
  0
Todorovski a dit :
I don't need the code-
I just asked you if you would want to take a picture of the code instead of posting the whole code.

This is programming right? a picture isn't programming
Todorovski
« Citoyen »
1360091520000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#76
  0
Mitodomals a dit :
This is programming right? a picture isn't programming

OOOOOOOOOH, DO YOU UNDERSTAND ME?
I meant, if you can post a picture of the scripts instead of writing them. Clear now?
Mitodomals
« Citoyen »
1360091640000
    • Mitodomals#0000
    • Profil
    • Derniers messages
    • Tribu
#77
  0
Todorovski a dit :
OOOOOOOOOH, DO YOU UNDERSTAND ME?
I meant, if you can post a picture of the scripts instead of writing them. Clear now?

OOOH you can make the best software with a picture *-*
Fxie
« Citoyen »
1360091760000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#78
  0
For future reference: it'd help to, if you do share code (for relevance, not just randomly copy/pasting a chunk of code just for the sake of it), use [quote[url][/url]] tags.
a dit :
This would minimize the text and make chunks of code a lot less spacious

For example (useless code for demo purposes)
a dit :
// Array Remove - By John Resig (MIT Licensed)
Array.prototype.remove = function(from, to) {
var rest = this.slice((to || from) + 1 || this.length);
this.length = from < 0 ? this.length + from : from;
return this.push.apply(this, rest);
};

text
Mitodomals
« Citoyen »
1360091760000
    • Mitodomals#0000
    • Profil
    • Derniers messages
    • Tribu
#79
  0
Fxie a dit :
For future reference: it'd help to, if you do share code (for relevance, not just randomly copy/pasting a chunk of code just for the sake of it), use
For example (useless code for demo purposes)

text

to lazy, sorry
Fxie
« Citoyen »
1360091880000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#80
  0
If you wrote your own code, you wouldn't be "to lazy" to share it in such a way that people would actually be willing to read it, not just say "damn remove that text wall."
  • Forums
  • /
  • Atelier 801
  • /
  • Hors-sujet
  • /
  • Programming
« ‹ 4 / 9 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27