- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 24
- Posts with Upvotes
- 22
- Upvoting Members
- 18
- Downvotes Received
- 11
- Posts with Downvotes
- 9
- Downvoting Members
- 9
| |
Re: coffee, regular size cup. 8 packets of domino sugar, 1 scoop of creamer. tonight, jagermeister. | |
Re: [CODE] if me.textbox.text.length = 0 then msgbox("BAD", vbokonly) exit sub end if [/CODE] | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: i should have been an astronaut what do you think when you look down at the ground? | |
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 … | |
Re: 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] | |
Re: Check your IE settings in the internet options - connections tab. | |
| |
Re: 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. | |
Re: 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 … | |
Re: for some reason i did not see the top of your post regarding mysql_real_escape_string. sorry. | |
Re: 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. … | |
Re: [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 … | |
Re: [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 … | |
Re: how about some code [CODE] select * from whatever where whatever = '" & textbox1.text & "' [/CODE] | |
Re: 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 | |
Re: 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 … | |
Re: 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. | |
Re: uhm. owa.domain.com points to exchange server that runs iis + owa .. ? | |
Re: 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 … | |
Re: 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. | |
Re: 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 | |
Re: do you have any code? how many sub items? | |
| |
Re: 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 … |