-
Replied To a Post in "cannot create a window handle" exception
Where did you get the information regarding number of handles from? -
Replied To a Post in Do I have some sort of programming talent?
Here's an [online IQ test](http://www.free-iqtest.net) I found--it's 20 questions. Just something for fun. And the [Breakdown of IQ Scores](http://psychology.about.com/od/psychologicaltesting/f/genius-iq-score.htm) -
Replied To a Post in Do I have some sort of programming talent?
"People don't care how much you know until they know how much you care." -- Zig Ziglar -
Replied To a Post in flow
Sounds like a test question. -
Began Watching Create ODBC DSN to InstallShield
Hello people, In my server i have database bd_final_v1, but now i need to create a DSN OBDC linkage for other users. I create a program for consult results and … -
Replied To a Post in Create ODBC DSN to InstallShield
The information you've supplied is too general. If you want help, I suggest you be more specific. I don't believe that DSN's are used very widely anymore. It is preferrable … -
Replied To a Post in help with string and for next loop
@Reverend Jim: What if a last name contains a space? http://public.wsu.edu/~brians/errors/multipart.html -
Replied To a Post in Need To Upgrade My PC.But Now I am In The Problem
Go to [Intel website](http://www.intel.com) and search for "slb9u". [SLB9U specs](http://ark.intel.com/products/spec/SLB9U) Looking at "Sockets supported", one sees "LGA775". Look for motherboards that have "LGA775" processor socket. Other things that you may … -
Replied To a Post in VBA to VB.net "Open filePath For Input As #1"
Alternatively, read all text (the entire file). Then use split to split using the line delimiter--storing the result in an array. Then loop through the array as necessary. -
Began Watching VBA to VB.net "Open filePath For Input As #1"
Hello Group, I'm trying to convert some VBA code into VB.net. Here is that VBA code: Open filePath For Input As #1 ' filePath = the text file I need … -
Replied To a Post in VBA to VB.net "Open filePath For Input As #1"
The following would be a close translation: Dim fn As String = "C:\MyTextFile.txt" Dim sr As New StreamReader(fn) Dim LineFromFile As String = Nothing Dim textRowNo As Integer = 0 … -
Replied To a Post in Alienware M17xR4 (U3E1) Issues.
Use the recovery disks that came with the computer and then repeat the upgrade. -
Replied To a Post in Warning: Dell Laptops may cause insanity
First of all, I'd re-install the OEM drivers from the manufacturer's website. Then you could try the following: [How to Fix Slow USB 3.0 Problems in Windows 8.1](http://wind8apps.com/windows-8-1-usb-3-0/) Article references … -
Replied To a Post in How to increase speed when sending output to file
How are you measuring these speeds? -
Replied To a Post in The Root Namespace for a new VB.net application
http://msdn.microsoft.com/en-us/library/ms184412(v=vs.110).aspx Look at naming guidelines -
Replied To a Post in Publishing and attaching text files to VB.net program
You really should put your folder in %ProgramData% (or in one of the other Windows folders designated for user data). -
Replied To a Post in morse to text dictionary - System.ArgumentException: An item with the same
Encoding should match the encoding of the file you're using. Using more try-catch blocks (as shown above) will help you to troubleshoot and will cause little to no performance issues … -
Replied To a Post in morse to text dictionary - System.ArgumentException: An item with the same
The problem is that *"An item with the same key has already been added."* Every key is not unique in the data that you provided, because you use two dictionaries. … -
Began Watching How to safley give my function without making my main form stuck
I have made a WPF application, it has a button to move some files attached to the column cells from one column to another column. The moment when i press … -
Began Watching Converting Unfomatted Text into Formatted Text
Hello Group! I am in need of converting a "text" file created by a UNIX based program (it is only semi-formatted) and put it into a more-formatted text (.txt) file. … -
Replied To a Post in Converting Unfomatted Text into Formatted Text
I think that you are going about this the wrong way. Why are you set in using Notepad to view your file? Have you considered using Wordpad (or Word) to … -
Replied To a Post in Datagrid c#
It would be easier to understand what you are trying to do if you post screen shots from the program. As an alternative, you could create tables in Word/Wordpad that … -
Replied To a Post in Controlling other Winform apps with mouse
From what I recall in using the program, not all of the items one may perceive as buttons, knobs, switches, etc are clickable, but MS does allow one to create … -
Began Watching how do I convert hext to binary
I have this hex code and i want to convert to binary. 242465313037382c3031343536373536343335363738322c5858582c3134303632363033343033375f43314530312e6a70672c32332c302cc3bfc398c3bfc39be2809e13200e100e0c13100f10151413161c2f1e1c1a1a1c39292b222f44c2ab62e2809cc387243d03c592c2a9c387434c0e38064628c39f794e202d3101c2a4c2a601452534c593c39201282002c5bec2abc3b8c5bec39401c2a505c2a948c382e2809a15c39bc2ab3535c5a0c38648690139c3aa5ac2b4e280b921c2a1c28d2065210e7d4d371de280a127c39054c38b5654741de280b0c3986120c380c3b734c3a16f70c3b804c386e282ac761cc393c3a615e280a1c3bde28098c388c3834ec398c3bf6540c2a3c3acc5a00fc38d70c398c3bac5a0571ecb863cc2ab45c3ab213fc28d01c2ad13c2a47bc2bec2abc5a149e282acc2be7c23c3aec383c3ba203ec3947fe280a0151f5a2f7013c3ad52c3ba20c3bc2920c384c387c3b8c388c3ba2041713cc3997fc3a7c2abc3be746e73c395c39bc3b33420c3a1c38fc2ad1408514b400b566c57c3bd6b7d050345e280b010c2bc6ce282acc3a3771401e280b03de2809a01c3bac39058c3bc53c3a219e2809cc3b0c2a4c3981fc3bfc390c3abc2b6c5937bc393c3820e6801c3a146314b4c02c5a0282002c5a06b20742a4706c2b3c39e36195ec592290114e2809a5946646520c3bdc395c3afc3b5c2a8192a3741 but I don't know how to convert this kind of data. Thank you in advance. -
Replied To a Post in how do I convert hext to binary
You might have better luck if you explain what the data is for. Do you want to break the string into 2-character hex strings and convert those to binary? If … -
Replied To a Post in Controlling other Winform apps with mouse
Are you using a touchscreen or an actual mouse? Are you sure that the "buttons" you are trying to operate are actually clickable or are they images (with no clickable … -
Began Watching Controlling other Winform apps with mouse
I think this is an unusual question but here goes. There is a winform app that has a window with controls on it that can only be operated via a … -
Replied To a Post in Controlling other Winform apps with mouse
What operating system? Is this an in-house program or a publically available program? If publically available, what is it called? If in-house, please post a screen shot. The following may … -
Replied To a Post in Connect with ms sql server database from Visual Studio Express
[SQL Server connection strings](http://www.connectionstrings.com/sql-server/) In addition, searching for one or more of the following should be helpful: SqlConnection, SqlCommand, DataTable, DataSet. -
Replied To a Post in My Gateway:NCL20 DC RATING:19V 1.58A
Your power adapter is probably not working. Try using a different power adapter. -
Replied To a Post in System Recovery does not work, using Discs or Hard drive.
It is probably a bad hard drive as @rubberman stated. However, not all diagnostic tools will necessarily find the issue--even the HP ones. I've had the best luck using Acronis … -
Replied To a Post in NaN (Not a number) error!
Btw, you don't look Swedish...hence my confusion earlier. :) -
Replied To a Post in NaN (Not a number) error!
@JamesCherrill: "...why didn't OP see that Exception?" I ran the code in NB, and it didn't throw an exception. It appears that `while(input.hasNextDouble())` doesn't recognize the number as a double … -
Replied To a Post in NaN (Not a number) error!
I have been able to replicate NaN in your originally posted code by the following. Using locale = "en_US" -- English (United States), change numbers (in "orange.csv") to use "," … -
Replied To a Post in NaN (Not a number) error!
Some of your comments in your program were in another language and your profile shows your location as Greece. Didn't really look like Greek, but I don't speak Greek so... … -
Replied To a Post in NaN (Not a number) error!
What do you mean by "...did you send that Greek numbers link?" It's something I found when searching for the decimal separator for Greek. -
Replied To a Post in NaN (Not a number) error!
In my opinion the program shouldn't get to the point of NaN. You should check that the array contains data before trying to use it for computations. I believe that … -
Began Watching NaN (Not a number) error!
Hi, If you look trough my code you can see that i have tried to print out some values (the mean value) with a scanner from a csv file with … -
Replied To a Post in NaN (Not a number) error!
Post the file "orange.csv". What is the range of numbers that is acceptable? -
Replied To a Post in better way of doing if statements
No need to repeat statements that are exactly the same. Just move them outside the if statements. Also, you don't need to use "&&", just order them from high numbers … -
Replied To a Post in 4 dimensional array
Looks like you figured it out. One comma is 2 dimensions. Three commas are 4 dimensions. Ensure your initialization matches your declaration. -
Replied To a Post in 4 dimensional array
Get rid of the second "=" sign. Also your declarations don't match. You have 3 commas, then only 2 commas (and dimensions) in the intialization. The following should work: int … -
Replied To a Post in Backgroundworker process types
Copying files in the foreground could make your application unresponsive. When running in the background, be aware that updating progress too frequently will have a performance impact on your operation. … -
Began Watching Notify icon to all employee computer's when adding new employee
Hi guys I need to make notification icon to any computers in Hr department when i added new Employee because my employee in my company forget to tell each others … -
Replied To a Post in Notify icon to all employee computer's when adding new employee
You could create an additional table, called "NewUsers". Create a trigger that populates this table when a record is added (Alternatively, rather than using a trigger, your application could create … -
Began Watching Screen resolution - need your help!
Although layout managers usually scale text properly, with the spread of "retina" Macs with screen resolutions over 200 d.p.i. we can't just keep ignoring pixel size for grahics or animation. … -
Replied To a Post in Scraping Text from a Screen
Another update. Added code to check that a session exists in Session Manager. It doesn't really check if the file exists in Session Manager, but rather checks for the .ini … -
Replied To a Post in Scraping Text from a Screen
Here is an updated copy of the above script. The previous version logged the error and then exited if it couldn't connect to a computer in the list. This version, … -
Began Watching Scraping Text from a Screen
Hello group! I need to scrape data from the screen of an open application. It will be used as text, so it will need to be converted into a string … -
Replied To a Post in Scraping Text from a Screen
SecureCRT has built-in support for scripting. Here are some resources: [Scripting Essentials: A Guide to Using VBScript in SecureCRT](http://www.vandyke.com/support/tips/scripting/scripting_essentials.pdf) [Script Examples](https://forums.vandyke.com/showthread.php?t=10365) [Example Scripts for SecureCRT® for Windows](http://www.vandyke.com/support/securecrt/scripting_examples.html) [Table of Protocol-Specific …
The End.