- 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
262 Posted Topics
Re: it makes perfect sense.. if you don't think about it | |
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 … | |
Re: if it is network bandwidth, i have read that by turning off QoS packet scheduling or whatever helps. i do not know this for sure , just read it, never tried it | |
Re: arin.net i beleive is the site that will tell you the ips registrar (there isp) you can get the location of it to get the name, your gonna more than likely need a court order or something - contact the isp , and if your lucky they have a log … | |
Re: are you talking about a spec sheet kind of situation? what we do when a new system is asked to be developed (keep in mind it is a smaller company) we talk to the key people that are going to use the system. get feedback, ideas, and so forth and … | |
Re: the real gi joe cartoons :\ | |
Re: what does the NDR say? | |
Re: i get a headache if i don't. and i dont like that energy drink shit or soda. | |
Re: everyone is going to have there own personal choice for this i like nero myself but there are lots available | |
Re: email marketing is still highly profitable - just be careful however, even with third party mailing companies, there are still risks involved with black lists and so forth depending on the systems that you run | |
Re: i know this thread is solved - unhnd exception nailed it. but i wanted to add a small addition to it. where i work we have a windows domain with roughly 100 a/d users One one a/d user is actually an administrator i dont allow myself or my coworkers to … | |
Re: there are lots of things to look at. viruses, network security, system healths, updates etc... one of the biggest security risks you are going to run into is USERS. users don't care about the impact of what they do. they will download a bruce willis screen saver that has trojans … | |
Re: this might sound really dumb. but if you remove the www does it work? you might also want to look at opendns.org - it may provide alot more easy to use blocking features for you and is fairly easy to configure and setup | |
Re: ok class. todays assignment is go to daniweb, type out your homework question, and wait for someone to do this for you! how about this: how far did you get so far? | |
Re: yeah there is a hole bunch of ways to do this, i agree with both posters. you could go from simple file shares on a server, Microsoft share point, if you have exchange use the public folders, there is online hosted solutions. if they are docs maybe check out good … | |
we have a mysql server running from mac os x. i dont like mac but the server has been here forever. a client machine received the 'too m any connections to server' error. my colleague restarted the mysql server - and now the mysql server service will not start. does … | |
Re: what exactly is it that you want it to do? says the server connection could not be established? | |
Re: if i was allowed, jagermeister. since im not i stick to coffee and smokes. newports or malboros, doesnt really matter. | |
Re: the easiest way i know is with purchased software. i had a similiar situation and purchased a program for like 40 dollars that restored everything that was deleted off of a thumb drive. unfortunatily.. i can no remember the name of the program that i used. dont perform any activity … | |
Re: i think this is just a terrible question, because everyone is going to suggest what they like the best.. very wide question. it is like asking the question what is better, c# or vb.net? the vb.net guys are going to say vb.net, the c# guys are going to say c#. … |
The End.