Click here to Skip to main content
16,014,765 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC9-Jan-11 8:41
LAPEC9-Jan-11 8:41 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute9-Jan-11 9:10
Henry Minute9-Jan-11 9:10 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC30-Jan-11 4:13
LAPEC30-Jan-11 4:13 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
Henry Minute10-Feb-11 13:20
Henry Minute10-Feb-11 13:20 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC10-Feb-11 13:41
LAPEC10-Feb-11 13:41 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC10-Feb-11 13:57
LAPEC10-Feb-11 13:57 
GeneralRe: C# - How to call database records one-by-one and display it in ListView? Pin
LAPEC9-Jan-11 8:52
LAPEC9-Jan-11 8:52 
QuestionHelp with UAC Issue Pin
Jammer16-Dec-10 8:15
Jammer16-Dec-10 8:15 
Hi,

I've got a strange issue that I need a little help with understanding fully. I've posted this on the Inno setup list a few days ago with no response so I thought I'd ask here as well.

There are functions in my application to allow users to select a file in the view of the application and then selectively either open it in another editor application (user configurable) or open Windows Explorer with the file selected. I'm using a ProcessStartInfo object passed to the Process.Start(processStartInfo) method.

This is all working as expected when I run in debug/release from within VS. It also works as expected if I go to either the Release or Debug folders and launch the application outside of Visual Studio. Neither Visual Studio nor the application is running as admin. If I copy either of these to another location on the same machine and launch the app it also works as expected.

As soon as I build the installer and run the install (built using Inno Setup) these functions stop working. This led me to believe that UAC is the issue but what I've tried baring that in mind has only served to confuse me further.

I have an older installer for the same application, if I install this one the functions work as expected! Also, without running as admin. This application code hasn't been touched between these two different versions / installers. The Inno build script is also identical between the two installers.

The difference is that the new one was built on my new Windows 7 (64 bit) dev machine, the old installer was built on my old WinXP dev machine. Both are being installed the Windows 7 machine. The other difference is that I'm using the much newer latest build of Inno itself with the new InnoIDE but I can't imagine that contributing to the weirdness.

Basically, I'm confused as to where to go to fix this, does the setup / script need to change or should I be looking to the app source code for changes to solve this issue? Why does the old installer / app work?

The really odd thing is that even running the new version (post installing it) as admin doesn't fix the issue, it appears that the OS still denies my application the right to launch external programs.

Any pointers on this would be great, I'm really at a loss as to where to go from here.

Thanks in advance,

AnswerRe: Help with UAC Issue Pin
Jammer17-Dec-10 9:39
Jammer17-Dec-10 9:39 
Questionset url file Pin
ali_heidari_16-Dec-10 3:24
ali_heidari_16-Dec-10 3:24 
AnswerRe: set url file Pin
Hari Om Prakash Sharma16-Dec-10 3:53
Hari Om Prakash Sharma16-Dec-10 3:53 
QuestionI am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Honeyboy_2016-Dec-10 2:56
Honeyboy_2016-Dec-10 2:56 
AnswerRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Thomas Krojer16-Dec-10 3:03
Thomas Krojer16-Dec-10 3:03 
AnswerRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Hari Om Prakash Sharma16-Dec-10 3:19
Hari Om Prakash Sharma16-Dec-10 3:19 
AnswerRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? [modified] Pin
Hari Om Prakash Sharma16-Dec-10 3:36
Hari Om Prakash Sharma16-Dec-10 3:36 
GeneralRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Luc Pattyn16-Dec-10 4:17
sitebuilderLuc Pattyn16-Dec-10 4:17 
GeneralRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Hari Om Prakash Sharma16-Dec-10 4:29
Hari Om Prakash Sharma16-Dec-10 4:29 
AnswerRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Luc Pattyn16-Dec-10 5:13
sitebuilderLuc Pattyn16-Dec-10 5:13 
GeneralRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Hari Om Prakash Sharma16-Dec-10 5:16
Hari Om Prakash Sharma16-Dec-10 5:16 
GeneralRe: I am read File and I want to get information from each 256 byte and from each 256 byte ? Pin
Vern Ma16-Dec-10 16:12
Vern Ma16-Dec-10 16:12 
QuestionCrystal Reports Page Header Problem Pin
Muneeb Abdul Shakoor16-Dec-10 2:42
Muneeb Abdul Shakoor16-Dec-10 2:42 
AnswerRe: Crystal Reports Page Header Problem Pin
FunkySteve16-Dec-10 2:49
FunkySteve16-Dec-10 2:49 
GeneralRe: Crystal Reports Page Header Problem Pin
Muneeb Abdul Shakoor16-Dec-10 3:03
Muneeb Abdul Shakoor16-Dec-10 3:03 
QuestionWeb browser in asp.net Pin
abbd16-Dec-10 0:07
abbd16-Dec-10 0:07 
AnswerRe: Web browser in asp.net Pin
Hiren solanki16-Dec-10 0:35
Hiren solanki16-Dec-10 0:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.