Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
69% Quality Score
Upvotes Received
24
Posts with Upvotes
22
Upvoting Members
18
Downvotes Received
11
Posts with Downvotes
9
Downvoting Members
9
20 Commented Posts
2 Endorsements
Ranked #621
Ranked #396
~125.48K People Reached
Member Avatar for Duki

coffee, regular size cup. 8 packets of domino sugar, 1 scoop of creamer. tonight, jagermeister.

Member Avatar for Dani
22
17K
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for Mike Bishop

[CODE] if me.textbox.text.length = 0 then msgbox("BAD", vbokonly) exit sub end if [/CODE]

Member Avatar for Deep Modi
0
257
Member Avatar for 3devo

If the connections are the same, sure. If it is IDE and you now have SATA, no. And if you are talking about plugging it in and having XP work, No. You can buy adapters ect. If you just want your music and files from the old drive I would …

Member Avatar for <\Jericho>
0
361
Member Avatar for debasisdas
Member Avatar for mpatram

im kind of having the same issue in .net 2008 im trying to figure out a way to exit sub whenever the user clicks on a tab strip. not performing any action, forcing them to use a button to switch between the different tabs. the panel option seems ok, just …

Member Avatar for ajinkya1234
-2
4K
Member Avatar for styleest

turn UAC off perhaps. allow the program to run as administrator i dont know what you are making or using - so i cant help from a 'code' end. but windows 7 has options to run in xp compatibility mode etc.

Member Avatar for hares
0
1K
Member Avatar for abelLazm

i should have been an astronaut what do you think when you look down at the ground?

Member Avatar for <M/>
2
1K
Member Avatar for jlego

MVC is something being sugested to us for use in vb .net (by someone who doesnt use vb.net, uses php etc.) i did research on it, and it seems to be more of an asp .net tool and not so much a vb .net tool.. for asp it states: You …

Member Avatar for Reverend Jim
0
319
Member Avatar for discovery-power

you are not comparing it.. on your form, in the ok button_click event [code] select username, password from users where username = " & txtusername.text & " and password = " & txtpassword.text & " if rs.read msgbox("GOOD") continue.. else msgbox("BAD") continue end if [/code]

Member Avatar for pratik65
0
328
Member Avatar for Sandman4040
Member Avatar for c-tech
0
254
Member Avatar for codeorder
Member Avatar for magicmarkuk
Member Avatar for Quinncunx

I recommend picking a copy up of the book 'The Programatic Programmer'. It isn't language specific but a general guidance to best practices whenever it comes to developing.

Member Avatar for jlego
0
235
Member Avatar for M4rc0

i have seen this before make sure that NO usb devices are connected to the computer once installation starts make sure that you are installing the correct version (32 or 64 bit) let me know if one of these helps you, if not I'll dig up some things i read …

Member Avatar for metrion001
0
727
Member Avatar for Draucia

for some reason i did not see the top of your post regarding mysql_real_escape_string. sorry.

Member Avatar for jlego
0
240
Member Avatar for Nick10

perhaps try to increase the mhz on the router. i had issues with a netgear wireless n myself. i ended up taking it back and getting a linksys wireless n. with wireless n, you need to make sure that all of your wireless network cards support the wireless n technology. …

Member Avatar for tizzerwizzer
0
494
Member Avatar for compulove

[CODE]Imports MySql.Data.MySqlClient Imports System.Data Public Class classDatabaseRead Private sqlConnection As New MySqlConnection Private sqlCommand As New MySqlCommand Public sqlReader As MySqlDataReader Private stringConnection As String = "SERVER=Gemstore;DATABASE=yourdatabase;PORT=3306;UID=user;PWD=password~;" Public Sub New(ByVal stringQuery As String) Try sqlConnection.ConnectionString = stringConnection sqlConnection.Open() sqlCommand.Connection = sqlConnection sqlCommand.CommandText = stringQuery sqlReader = sqlCommand.ExecuteReader() Catch ex As …

Member Avatar for jlego
0
231
Member Avatar for 44shooter

[CODE] Option Strict On Public Class frmMain Private Function AverageScore(ByVal testscore1 As Decimal, ByVal testscore2 As Decimal, ByVal testscore3 As Decimal) As Decimal Return (testscore1 + testscore2 + testscore3) / 3 End Function Private Function CalculateGrade() As String If CDec(lblGrade.Text) >= 90 Then Return "A" ElseIf CDec(lblGrade.Text) >= 80 Then …

Member Avatar for TheClan
2
2K
Member Avatar for Jaseem Ahmed
Member Avatar for aktharshaik
-1
1K
Member Avatar for Ted87

go to control panel - admin - event log clear the application event log restart the server and try to open the wsus management console post the errors that appear in the application event log here and ill try to help out

Member Avatar for lasitha2005d
0
966
Member Avatar for Afoollery

try to plug in a different keyboard via usb. make sure all the drivers are up-to-date. run an antivirus. it could be alot of things, but more than likely you got something (dirt, drink, food) inside your keyboard that causes it to flip out and go ////////////////////////////// clean it or …

Member Avatar for M1n1m@l1$t
0
104
Member Avatar for Portgas D. Ace

funny thread. the only way i get any 'relax' time is if i tell them i am busy and piss around. 100 users with computers should keep you pretty busy unless they all actually know what they are doing with a computer.

Member Avatar for Capt. Fantastic
0
206
Member Avatar for Majestics
Member Avatar for jlego
0
75
Member Avatar for DuroF1

windows 7 pro also has xp mode. depending on your new computer - you can install XP, it just may be a bigger process with drivers. Refer to the driver support of your computer model to see if there are in fact drivers for XP. if there isn't, it may …

Member Avatar for Miss M
0
747
Member Avatar for JohnDove

my personal preferenceis connection strings. (adodb, mysqlclient, and so on i dont use access databases) i feel that it gives me more freedom.. but i never really gave the data sources tab much of a chance to begin with.

Member Avatar for vagheladev
0
122
Member Avatar for Dani

never changes the max log file size on innodb without first getting rid of the existing log files :| learned that the hard way in the middle of a work day today

Member Avatar for Ramin2000
0
303
Member Avatar for jemz
Member Avatar for GrimJack
Member Avatar for VernonDozier
1
308
Member Avatar for troverman

look into journaling. if im remember right, journaling will send a silent copy of all messages sent or received and store them in a mailbox. you will then have a copy of the email weather or not they delete it you could also use transport rules to copy a mailbox …

Member Avatar for jlego
0
177