473,748 Members | 2,274 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Registry change

When I get an open a photo in an imagecontrol I am getting a box that
briefly shows the import process.
Now I know I can suppress this by editing the registry with

HKEY_LOCAL_MACH INE\Software\Mi crosoft\ Shared Tools\Graphics
Filters\Import\ JPEG\Options No

However after shutting down the computer, this seems to get reset to Yes

How can I change the registry entry on opening the offending form

TIA

Phil
Nov 13 '05 #1
3 1613
Phil if you GoogleGroups search for this issue with my name you will
find a few threads detailing the resolution to this issue. Depending
how/what profile you log onto your system the registry change you posted
needs to be modified in multiple areas.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Phil Stanton" <di********@sta ntonfamily.co.u k> wrote in message
news:41******** *************@m ercury.nildram. net...
When I get an open a photo in an imagecontrol I am getting a box that
briefly shows the import process.
Now I know I can suppress this by editing the registry with

HKEY_LOCAL_MACH INE\Software\Mi crosoft\ Shared Tools\Graphics
Filters\Import\ JPEG\Options No

However after shutting down the computer, this seems to get reset to Yes
How can I change the registry entry on opening the offending form

TIA

Phil


Nov 13 '05 #2
Thanks Stephen

Partially resolved now

Phil
"Stephen Lebans" <Fo************ *************** *************@l invalid.com>
wrote in message news:_7******** **************@ ursa-nb00s0.nbnet.nb .ca...
Phil if you GoogleGroups search for this issue with my name you will
find a few threads detailing the resolution to this issue. Depending
how/what profile you log onto your system the registry change you posted
needs to be modified in multiple areas.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Phil Stanton" <di********@sta ntonfamily.co.u k> wrote in message
news:41******** *************@m ercury.nildram. net...
When I get an open a photo in an imagecontrol I am getting a box that
briefly shows the import process.
Now I know I can suppress this by editing the registry with

HKEY_LOCAL_MACH INE\Software\Mi crosoft\ Shared Tools\Graphics
Filters\Import\ JPEG\Options No

However after shutting down the computer, this seems to get reset to

Yes

How can I change the registry entry on opening the offending form

TIA

Phil

Nov 13 '05 #3
Thanks Stephen

Now completely solved.

Table of approved type of pictures. Registry now changed on opening the
form if the ShowDialog is "Yes"

Thanks again

Phil
"Stephen Lebans" <Fo************ *************** *************@l invalid.com>
wrote in message news:_7******** **************@ ursa-nb00s0.nbnet.nb .ca...
Phil if you GoogleGroups search for this issue with my name you will
find a few threads detailing the resolution to this issue. Depending
how/what profile you log onto your system the registry change you posted
needs to be modified in multiple areas.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Phil Stanton" <di********@sta ntonfamily.co.u k> wrote in message
news:41******** *************@m ercury.nildram. net...
When I get an open a photo in an imagecontrol I am getting a box that
briefly shows the import process.
Now I know I can suppress this by editing the registry with

HKEY_LOCAL_MACH INE\Software\Mi crosoft\ Shared Tools\Graphics
Filters\Import\ JPEG\Options No

However after shutting down the computer, this seems to get reset to

Yes

How can I change the registry entry on opening the offending form

TIA

Phil

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
12373
by: Bob Kirkwood | last post by:
I believe the intent in .NET is that we store application setup information in an XML file now instead of the Registry or INI files. Is this correct? Are there any tools, sample apps, or guidelines for how to do this?
8
2913
by: Mark A | last post by:
Here is the description of a new feature in 8.2.2 (FP9) from the InfoCenter: "DB2_SKIPINSERTED registry variable You can use the DB2_SKIPINSERTED registry variable to skip uncommitted inserted rows for Cursor Stability (CS) and Read Stability (RS) isolation levels. The registry variables DB2_SKIPDELETED and DB2_EVALUNCOMMITTED are used to skip uncommitted deletions and uncommitted updates. Otherwise, CS and RS
8
5492
by: Al Kaufman | last post by:
I have a simple console app that uses: regSubKey = <some registry key> Dim reg As RegistryKey = Registry.ClassesRoot.OpenSubKey(regSubKey) Dim path As String path = CStr(reg.GetValue(""))
4
46475
by: LP | last post by:
Hi, My webservice is currently deployed on WIndows 2000 server and runs pretty fine. I am trying to run my webservice on a Windows 2003 server. My webservice tries to write to a eventlog. The code is as follows: System.Diagnostics.EventLog Log = new System.Diagnostics.EventLog( EventLogName ); Log.Source = EventLogName; Log.WriteEntry( "PCHistory Service Application started up successfully.",
3
1924
by: mark.jerrom | last post by:
I'm fairly new to this Web Service game so please feel free to suggest something different if it looks like i'm completely off track! I'm trying to write an application that runs on a Pocket PC that is accessing data stored in a SQL server database on a seperate server (not on the pocket pc). This wil be deployed to lots of customers sites so I can't hard-code the location of the database in the program. I wrote a seperate little app...
2
470
by: nikou_70 | last post by:
I have a message in (LegalNoticeText) in winlogin in registry ,when user( in our network) log to windows can see massage that I put in LegalNoticeText , every day I should change this message(it's message of the day) I write a html form that I could input massage in it ,I want to change the value of the LegalNoticeText with text box in this form, or if you have any other way that I can change the value of the LegalNoticeText?( user allow...
7
12102
by: Peter Ritchie | last post by:
I'm writing a Web Service and I would like to add performance counter data for monitoring performance of the Web Service's operations over time and load. The problem is, I get the "Requested registry access is not allowed." SecurityException when I try and create the performance counter category via PerformanceCounterCategory.Create(). I understand the login used to run the Web Service does not have access to the registry keys...
6
2528
by: ewolfman | last post by:
Hi, Is there any way in which I can monitor / hook the Registry, and upon a call to a specific key from a specific application - swap the returned value? I was thinking of using this method to overcome the "click" sound of the WebBrowser, without having to affect the Registry permanently. This way I could monitor the call for the sound file to be played (located in
3
9424
by: Giovanni De Angelis | last post by:
Hi all, I am trying to develop a program in C# and I need to change some registry keys with a dinamic entries. Let's explain better. I've to change automatically the "Briefcase Path" key of the partnership created by Microsoft Active Sync but the name is not fixed. I'd like to find in the registry the key named "Briefcase Path" and then to change the value with a chosen one. Usually the key is located in:
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9552
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8245
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4877
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.