-
Replied To a Post in audio/sound drives
The first place to try is the website for your computer manufacturer. The second is to google **download drivers for** and add the name of your audio device or computer. -
Marked Solved Status for Unknown column 'pcinumber' in 'field list'
Hi.. I'm getting error in my query.. while using it in oracle it is working.. But when using it in mysql it is not working.. i'm getting error as insert … -
Edited how to get combobox N also show textbox
in existing project of combobox not just show the the project No. and also show the textbox of the project name this is my code is it corrct: Private Sub … -
Replied To a Post in The Internet of Things
As I pointed out in another thread, it also makes payment one more step removed from your money making it almost certain to drive people even further into debt. If … -
Edited Microsoft Excel Question
Hello-- I am not sure where I should post this. I have an Excel spreadsheet with some cells I would like to concatenate into one resulting cell. I can get … -
Replied To a Post in looking for a laptop. Any suggestions on a good one? one
I'm also partial to Dell. I have had excellent tech support and service (on the fortunately few occasions it was required). We have three Dells in our house. -
Replied To a Post in There is an elephant on the loo!
What do the following things have in common: 1. The Emancipation Proclamation 1. The banning of child labour 1. Social Security 1. Medicare Each of them was smeared by opponents … -
Replied To a Post in end statement expected
By the way, if the line of code is unambiguously not complete (for example, if it ends with "&") then you can omit the ending underscore. Your code would then … -
Replied To a Post in Focus goes to Menu Bar when Arrow Key is pressed in DataGridView.
If you tell us what you are trying to do then perhaps we can suggest a method. -
Replied To a Post in Things I hate about TV shows
I usually fall asleep during the 6-minute commercial breaks. -
Replied To a Post in Reasons You Get Down-Voted
There is a difference between saying "you are a \#\#\#\#ing moron" and saying "that turns out not to be the case". Both may be true but the former will get … -
Replied To a Post in add the user info at vb to access
For future reference, when you post Dim sql As String = "INSERT INTO tbl_info ([AdminNo],UserName, [Course Title], ICNo, Gender, Address, [Data of Birth], TelNo, Email, Type) values ('" & txtname.Text … -
Replied To a Post in Reasons You Get Down-Voted
No. You're wrong ;) -
Edited hello everyone here..Jerry Lees newbie
i am Jerry Lees its nice to be a part of this site..iam newbie here. regards, Jerry Lees -
Replied To a Post in How to short an array by recursion
There are very few cases where a GOTO is acceptable. This is not one of them. -
Replied To a Post in Memorable Quotations
If at first you don't succeed, suppress the vote. GOP playbook -
Gave Reputation to CimmerianX in Asus Laptop, bad bad lag
boot into safe mode (f8 on startup) run msconfig from START - RUN Select Diagnostic startup Reboot Hows the performance now? If this is acceptable, then you can start turning … -
Replied To a Post in remove noise
The logic If c.G > 255 Then maskg(3) = 255 ElseIf c.G < 0 Then maskg(3) = 0 Else maskg(3) = Convert.ToInt16(c.G) End If is unnecessary. The values returned from … -
Replied To a Post in Fetch local drives and display
You can enumerate the drives as follows: Dim drives() As System.IO.DriveInfo = System.IO.DriveInfo.GetDrives() For Each drive In drives lbxDrives.Items.Add("Name: " & drive.Name) Next Note that there are other properties (DriveFormat, … -
Replied To a Post in array with 20 grades that shows in a list box
Rather than using successive IF-THEN-ELSE I suggest the more concise Select Case score Case 90 To 100 letter = "A" Case 80 To 89 letter = "B" Case 70 To … -
Replied To a Post in Need something other than Real Player to play Real Player files
I believe that [VLC Media Player](http://www.videolan.org/) will play Real Player Files. -
Replied To a Post in Memorable Quotations
I love voting. It's like drafting my own fantasy sociopath team. Anonymous -
Replied To a Post in Memorable Quotations
Freedom is the right to be wrong, not the right to do wrong. John G. Riefenbaker -
Replied To a Post in Windows 10 Tech Preview
Microsoft keeps promising better security and each new version leaks as much as the last and requires just as frequent patching. -
Replied To a Post in Random Facts
Coffee tastes better if the latrines are dug downstream from an encampment. US Army Field Regulations, 1861.[Source](http://www.quoteyquotes.com/quotes_by_category/m/military/military_quotes_001.html) -
Replied To a Post in Data Source, textbox to listbox
Please post the code you are having trouble with in this thread. -
Replied To a Post in Open office vs small cabinets
Of course they do. When my older son was about to enter school, the closest English school was built on the open-area concept because, of course, everyone knows that young … -
Replied To a Post in Random Facts
A new clock based on the strontium atom is the most accurate timepiece ever invented. It is expected to keep perfect time over a five billion year period. It is … -
Replied To a Post in Cmd.exe Opening and Closing Multiple Times at Startup
There are a number of other free and very useful SysInternals utilities available at the same site. -
Replied To a Post in Cmd.exe Opening and Closing Multiple Times at Startup
I suggest you use [Sysinternals Autoruns](http://technet.microsoft.com/en-ca/sysinternals/bb963902.aspx) to see exactly what is running on startup. It's a free utility that I have on all my coomputers. -
Replied To a Post in forbid or authorize copying data from my server
As far as I know, if the data is viewable then it is copyable. I don't see that there is much you can do about it other than in certain … -
Replied To a Post in Time to ask that question again ...
Pants? I think if I restricted a search to only my posts I'd get mostly rants :) -
Replied To a Post in Open office vs small cabinets
Manitoba Hydro built a state-of-the-art head office in downtown Winnipeg a few years ago using the open office paradigm. They soon found that the noise from adjacent areas was too … -
Replied To a Post in Memorable Quotations
A bad programmer writes for the next paycheque. A good programmer writes for the next programmer. - Anonymous -
Replied To a Post in how to create a bootable windows
Try looking at [Bart's PE Builder](http://www.nu2.nu/pebuilder/). -
Replied To a Post in Loops to repeat a word
You could always do Word = txtWord.Text num = CDbl(txtNumber.Text) txtResult.Text = String.Concat(Enumerable.Repeat(Word, num)) -
Replied To a Post in Page rendering problem
I wouldn't rule that out. Problem solved in any case. -
Replied To a Post in Memorable Quotations
The market doesn't give a shit how hard you worked. Users just want your software to do what they need, and you get a zero otherwise. That is one of … -
Replied To a Post in Page rendering problem
It looks that way. It's possible that the problem started with an auto-update to Chrome. I also noticed that for some unknown reason, my CoreServicesShell.exe (a component of my Trend … -
Replied To a Post in send and receive data from a timekeeper
We need more information. What are you connecting to? Is it a web service, a database? If database, what kind of database. What is your expertise and what, specifically, do … -
Replied To a Post in Page rendering problem
I installed the Canary build of Chrome yesterday and the menu lagging has stopped. -
Replied To a Post in What's up with Windows 10?
In my experience, every new version of any software comes with a completely new set of bugs (and security holes). That's not a criticism of Microsoft in particular. It just … -
Replied To a Post in Random Facts
>The Australian government announced Announcing targets is easy. That doesn't require any actual work or money. Meeting them is hard. Just look at our (Canada's) results meeting the Kyoto standards … -
Replied To a Post in Signature Updates
>jump around the page trying to find the next **lie** This is not a political website. I'll assume you meant **line** ^_^ In case you haven't yet read it, a … -
Replied To a Post in What's up with Windows 10?
>yes, and you consider any change to be change for the worse It's also very easy to put words in my mouth and then dis me for those words that … -
Replied To a Post in DaniWeb lag
The lag seems to be gone (for now). -
Replied To a Post in DaniWeb lag
I don't get a lag seeing the text appear, however, I do see a lag of up to 30 seconds before the drop-down menus appear. The page loads, the spinner … -
Replied To a Post in What's up with Windows 10?
I think Microsoft should have taken a tip from Spinal Tap and called it Windows 11. -
Replied To a Post in What's up with Windows 10?
Imagine that every time you went to work your spouse rearranged all the drawers and cupboards for no particular reason other than he/she felt that today's system of organization is … -
Marked Solved Status for convert color image to grayscale
hi everyone .I have this code to convert color image to grayscale image but the problem is that the image after converting does not display on the picturebox2 . I …
The End.