Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
Ranked #4K
~667 People Reached
Favorite Forums
Favorite Tags
Member Avatar for CasperG

Help!!! I cannot get my combo box to populate using a select statement from mysql database. Please see below for coding [code] CN = New ADODB.Connection 'Connecion to database CN.Open("driver={mysql odbc 5.1 driver};server=localhost;database=v_control;user=root;password=;option=3") RS = New ADODB.Recordset RS.Open(SQLdata, CN, ADODB.CursorTypeEnum.adOpenUnspecified, ADODB.LockTypeEnum.adLockPessimistic) If DBconnect() = True Then SQLSearch("select * from engineer …

Member Avatar for andhie.dhie.1
0
525
Member Avatar for grace.t

Hi Guys, Do you know any [B]FREE[/B] Drupal Plug-in which can post Video and Audio comment in the blogs? Thanks :)

0
49
Member Avatar for yaya_star

i need to make a theme form, chossing two colors, and make them in all of the project forms using this code maybe: Sub RepaintForm() grbrush = New System.Drawing.Drawing2D.LinearGradientBrush(New Point(0, 0), _ New Point(Me.Width, Me.Height), x, y) Me.CreateGraphics.FillRectangle(grbrush, New Rectangle(0, 0, _ Me.Width, Me.Height)) End Sub Private Sub frmThemes_Paint(ByVal sender …

Member Avatar for bvvvb
0
93