Dit wist ik helemaal niet

Kewl
welke zijn er nog meer? C++, VB, SQL ?
Naja, VB is al iets

ff testen
Visual Basic .NET:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| bConnectionOpenedLocal = False
If m_bConnectionProviderAvailable Then
' use provided connection
Set cnADO = m_cpConnectionProvider.conDBConnection
Else
' Create new connection object
' Get connectionstring
Set ceoCEDBCS = CreateObject(mvarsProgIDConStrProvider)
sConn = ceoCEDBCS.AdminConnectionString
Set ceoCEDBCS = Nothing
Set cnADO = New ADODB.Connection
cnADO.Open sConn
bConnectionOpenedLocal = True
End If
Set cmdADO = New ADODB.Command |
Helaas geen color coding *sniff*
C++:
1
2
3
4
5
6
7
8
9
10
11
12
13
| glMatrixMode (GL_PROJECTION);
glLoadIdentity ();
// set up frustum. Compensate the frustum to still have correct proportions, allthough the frustum is wide
glFrustum (-1.0, 1.0, -((double)iRCHeight/(double)iRCWidth), ((double)iRCHeight/(double)iRCWidth), 1.0, 20.0);
// set viewport at the same spot.
glViewport(0,0,iRCWidth, iRCHeight);
glMatrixMode (GL_MODELVIEW);
// generate textureID's
glGenTextures(MAXDLGTEXTURES,m_garriTextureIDs); |
[Wrap test]
gaat de wrapping nu ook goed? gaat de wrapping nu ook goed? gaat de wrapping nu ook goed? gaat de wrapping nu ook goed? gaat de wrapping nu ook goed? gaat de wrapping nu ook goed? gaat de wrapping nu ook goed?
[/Wrap test]
Jaaa!

_/-\o_^H^H^H
(edit) erm.. in de preview wrapt ie wel goed, in de final niet. vaaaag.