jdigital

2,699
Reputation
382 views

Registered User

Name jdigital
Member for 1 year
Seen 15 hours ago
Website
Location Silicon Valley
Age
14h
awarded  Mortarboard
Nov
14
awarded  Yearling
Oct
28
comment vb.net: why is this starting at 0?
If temp_string starts with "<beginning of record>", then that would be the expected result, wouldn't it?
Oct
23
comment Programmatically determine DPI via the browser?
You're confusing the physical number of dots per inch with the DPI setting used by the operating system. Of course you can determine the former, but the operating system cannot and does not (at least not the ones I'm familiar with). The browser uses the DPI setting provided by the OS. I suggest that you actually check the DPI settings on different size monitors running at the same resolution. I have (under WinXP) and they're all reported as 96 DPI.
Oct
19
comment Low-level keyboard hook issue : Keyboard state losed when application is not focused (Delphi)
The barcode readers that I've used emulate a keyboard so there's no need to write any code. Are you using a reader that doesn't have this capability?
Oct
15
answered Actionscript TCP Socket failing to send message for some people
Oct
15
comment Running another program in Windows bat file and not create child process.
In many cases you should be able to omit the "cmd /c" (see answer by Corey Trager)
Oct
15
awarded  Organizer
Oct
15
revised CSE 214 , Java, complex number help
added 58 characters in body; edited tags
Oct
15
answered Log4j versus JCL
Oct
13
accepted Win32 WM_PAINT and a child window
Oct
13
answered Win32 WM_PAINT and a child window
Oct
6
awarded  Popular Question
Sep
23
answered Recursive directory deletion with WIN32
Aug
27
awarded  Self-Learner
Aug
25
answered Best way to convert XML to X12 and X12 to XML
Aug
23
accepted Prevent system tray icon from stealing focus when clicked
Aug
20
comment the wording of the interview question ‘probability of marbles’
"Picking a marble from the jar" would not preclude me from reaching all the way down and grabbing one from the bottom.
Aug
19
answered Desktop-like UI implementations for Java web applications?
Aug
13
comment Hidden Features of Java
"Premature optimization" is a phrase used to describe a situation where a programmer lets performance considerations affect the design of a piece of code. This can result in a design that is not as clean as it could have been or code that is incorrect, because the code is complicated by the optimization and the programmer is distracted by optimizing. [ref: en.wikipedia.org/wiki/…
Aug
13
comment seting proxy in javascript
You can't change the browser's proxy from javascript (at least not without a plugin). What is it that you're trying to achieve? There might be some other way to do it...
Aug
13
answered Downloading a file over https over java
Aug
11
answered Preserving SQLServer permissions
Aug
11
comment Quickly detect if a file mount is unavailable in Windows
You may want to add some state management logic to avoid firing off multiple threads.
Aug
11
comment Connection to a URL from within an applet using Apache’s HttpClient vs using the JDK’s URLConnection
Yes, that would be useful information. From what you've posted, it's not immediately clear just what you mean by "failed".
Aug
10
accepted CBT Hook not working in Windows Vista
Jul
8
comment How can I force the login to a specific ip address
After you clarify your question, could you also explain why you're trying to do this?
Jul
1
answered Multi java processes by jvm ?
Jun
25
answered Prevent system tray icon from stealing focus when clicked
Jun
23
answered How do I prepend information to STDERR when a method generates stderr?
Jun
23
comment Getting Access to Products No Longer Available From Microsoft
The link is not hard to find: msdn.microsoft.com/en-us/subscriptions/…
Jun
22
comment Mocking HTTP Server
I use embedded Jetty for my application and Simple for testing. It's a nice combination.
Jun
22
accepted Can VS_VERSION_INFO be added to non-exe files?
Jun
16
comment GetShortPathName unpredictable results
en.wikipedia.org/wiki/8.3_filename discusses a set of conventions for short file names. Implement this in a loop where you check the return code of SetFileShortName, and if it fails, increment the count at the end and try again.
Jun
16
answered GetShortPathName unpredictable results
Jun
15
answered Alternative to servicewrapper for java?
Jun
15
answered Moving applications between desktops in Windows
Jun
12
accepted Limit availableProcessors