4,901 Posted Topics
I logged in a few minutes ago and saw **Chat (3)** in the bottom ribbon so I went to my shoutbox and saw three lines that were posted seconds after I closed it the last time I was in my ShoutBox. Now that I've been to my ShoutBox, shouldn't it … | |
Re: In the GUI, click on that column. If you are running it from the command line then tasklist /nh | sort | |
I'm having a conversation with learner010 in my ShoutBox and I noticed that my name is the only one that appears in the right hand panel. I'm using Chrome Version 31.0.1650.57 m on Windows 7 Pro. | |
![]() | Re: I had the same problem a few years back. I was responsible for ensuring that all copies of a very large software package were kept current. Because the install process was so complex I took a different approach. The shortcut on the desktop, instead of launching the app directly, ran … |
![]() | Re: > I have already wrecked it three times and it hasn't been a year yet. So you don't take care of your things. Your parents must be so proud. ![]() |
![]() | Re: Beef is not grown in Canada? Are you freaking kidding me? Have you had your head in a bucket for the last 20 years? |
Re: If you properly indent your code then it looks like Private Sub cmdBuild_Click() Dim Message As String Dim I As Integer Message = PizzaWhere + vbCr Message = Message + PizzaSize + " Pizza" + vbCr Message = Message + PizzaCrust + vbCr For I = 0 To 5 If … | |
Re: I suspect it was for personal reasons that have little or nothing to do with daniweb. | |
Re: I quite like the new look. When we first switched over to the redesigned site some time ago I found the multi-coloured look too distracting. The current look is functional, pleasing to my eye, and does not distract from the main content. | |
Re: I forwarded this article (and the other one you posted on anti-oxidants) to my son at Stony Brook. His research involves mitochondria, and as coincidence would have it, was able to talk with Dr. Watson at a recent conference. | |
Re: Perhaps OP should be writing **item.Text** as in hisWrite.WriteLine(item.Text) | |
Re: I think the question should be why is the government cutting food stamps for poor people but leaving subsidies for wealthy corporations making record profits and run by rich people who only want to end handouts for the poor. Agricultural subsidies were actually increased this year. If the Republicans want … | |
Re: The virus could be introduced into your system in a number of ways. Some of them are * you opened an email attachment with an executable that contained the virus * you downloaded and installed a program that contained the virus * you visited a rogue web site that installed … | |
Re: If you want to challenge him then do it yourself. There is no challenge in getting one of us to do it for you. | |
Re: Work? What's work? I use whatever is appropriate, except I never use public transportation. I **do** use my bicycle whenever possible. | |
Re: Try [google](https://www.google.ca/search?q=What+is+basic+difference+between+Windown+Vista+and+Windows8&oq=What+is+basic+difference+between+Windown+Vista+and+Windows8&aqs=chrome..69i57.4346j0j8&sourceid=chrome&espv=210&es_sm=93&ie=UTF-8#es_sm=93&espv=210&q=What+is+difference+between+Windows+Vista+and+Windows+8) | |
Re: My experience with IRC clients was not positive. I found them difficult to use and not user friendly. | |
Re: Right click on a txt file and select **Open With** in the pop-up menu, then **Choose default program**. From there select your application (browse to it) and make sure **Always use the selected program...** is checked. | |
Re: These articles are for vb.net but they may be applicable to your version as well. [Asynchronous Named Pipes](http://www.codeproject.com/Articles/16669/Asynchronous-Named-Pipes-Overlapped-IO-with-VB-NET) [Inter-Process Communication in .NET Using Named Pipes, Part 1](http://www.codeproject.com/Articles/7176/Inter-Process-Communication-in-NET-Using-Named-Pip) [Inter-Process Communication in .NET Using Named Pipes, Part 2](http://www.codeproject.com/Articles/7177/Inter-Process-Communication-in-NET-Using-Named-Pip) | |
Re: You want us to hold your hand through the process of learning how to use someone else's website? I think that is asking a bit much. | |
Re: Or you can just select **Run as Administrator** by right clicking on C:\Windows\System32\cmd.exe (or whatever the 64 bit equivalent is if you have a 64 bit computer) | |
![]() | Re: no exclamation marks and no upper case in the event that you have another migraine psst... have a happy birthday |
Re: If you start with Button2.Enabled = False Button3.Enabled = False then in the button click handler for Button 1 you just set Enabled = True for either or both of the other buttons. | |
Re: I'll let the python experts comment on the code. What I would add (and this is independent of the language) is a header which describes the purpose of the code and perhaps some notes on its implementation. I would also add comment blocks to each class/method. The class/method names are … | |
Re: Then of course, the truly paranoid can worry that the fingerprint is being forwarded to the NSA as part of giant fingerprint database. | |
Re: Racquetball, squash and badminton but years ago bbk (before bad knees). I never cared for team sports.. I preferred one-on-one. | |
Re: It used to be that when you watched the news you saw reports of occasional deaths and injuries from things like traffic accidents and natural disasters, crime, etc. The reports were from areas, if not close to home, at least in the same country. Nowadays the media reports things like … | |
Re: You could just create the controls at runtime and put all of them inside a panel as in Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load Dim xpos As Integer = 10 Dim ypos As Integer = 20 Panel1.Controls.Clear() For Each line As String In System.IO.File.ReadAllLines("d:\temp\test.txt") Dim txt … | |
Re: My first car was a 1959 Ford Sedan that I bought in 1971 for $1 from an uncle who was too old to drive. It lasted me through University. I sold it for $75 to someone who wanted it for parts. In terms of percentage profit I made a killing. … | |
Re: Have you tried the connection string examples at [connectionstrings.com](http://www.connectionstrings.com/teradata/)? | |
Re: I've noticed that in Windows 7 when you go to restore from a system checkpoint that few checkpoints are shown, however, there is usually a link that says "show more restore points". Perhaps Vista is the same. Personally, I'd rather be presented with the entire list right up front. | |
Re: I think the **ON AND** in the above post should just be **ON**. | |
Re: If your field values are all the same length then use CHAR. Something like a postal code or a car licence plate would be suitable for CHAR, whereas a name or address should be a VARCHAR or NVARCHAR. | |
Re: Is this a wireless mouse? I've been having problems for over a year on my 5-year old Dell Inspiron laptop, mostly when I restore from hibernation; almost never when I restore from sleep mode. I've had this happen with two wireless mice and it seems to happen more frequently on … | |
Re: You have to open the connection before you read. Here's an example lvwResults.Items.Clear() Dim con As New OleDbConnection("Provider=SQLNCLI10;Server=.\SQLEXPRESS;Database=PUBS;Trusted_Connection=Yes;Connect Timeout=15;") Dim cmd As New OleDbCommand("", con) cmd.CommandText = "SELECT au_lname,au_fname,phone " _ & " FROM authors " _ & " WHERE au_lname like ? " _ & " AND phone like … | |
Re: I'm not sure about a couple of things. First, I don't know why you have the single quotes arount **@NEW** in CMD3.Parameters.Add(New OleDbParameter("'@NEW'", OleDbType.Date)).Value = Date.Today I'm also confused as to why you don't get an error by putting "@" type parameters in the query. On my system (vb.net 2010) … | |
Re: If you want something easy (but not free) you can use [DivX Converter](http://www.divx.com/en/software/converter) (excellent compression and easy pick of options). If you want something free and flexible (but more difficult) you can use [Pazera](http://www.pazera-software.com/products/flv-to-avi-converter/). It uses ffmpeg as a back end. There are several versions of the software for various … | |
Re: You can only change the title of a thread that you started, and only in the first 30 minutes after you created it if I am not mistaken. | |
Re: You have to do that in two separate queries. SUM is an aggregate function. | |
Re: If DateDiff(DateInterval.Day, CDate("2013-10-01"), Now) > 10 Then MsgBox("program too old") Me.Close() End If If you want to save a date, for example, the date the program was first run, you could create an application level settings variable and give it a known initial value like 2013-01-01 then do If My.Settings.FirstRun … | |
Re: When you get a response back that says **0 rows affected** it means that no records were updated. Try SELECT * FROM mysql.user WHERE User='garrett' AND Host='localhost'; and see if any records are returned. | |
Re: It would help to see the code. | |
Re: Taking a database class is valuable no matter what programming language you are planning to specialize in. What you will need to know is mostly independent of the programming language. You will learn how to define a database to properly store real world data in a manner that is both … | |
Re: This thread is more than nine years old and does not require a response. Please do not resurrect old threads. | |
Re: There are several faux printers available that print to PDF. I use the free version of [CutePDF Writer](http://www.cutepdf.com/). | |
I cannot get BlueTooth to work on my laptop. I have a Dell Inspiron 1720 running Windows 7 Pro. When I got it back in 2008 the BlueTooth was working fine. I have re-installed Windows several times since then and have never had to use bluetooth. Today I got hearing … | |
Re: Nothing special required. Just make the startup form your login form. The login form would have a text control for the username and another for the password. For the password box, set the PasswordChar property to "\*" to hide the characters. To use roles you would have to have a … | |
Re: As far as I know, your headset will not show up as a device because it is already present as **microphone** and **speakers**. When you plug in the headphones, one cord goes into the microphone jack and the other into the headphone jack which just redirects the sound from the … | |
Re: It's flagging **dt** as the problem. It would help to see all code relating to **dt** including declaration/instantiation. |
The End.