473,387 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

hacking to the core of access

Hi Gurus

I have often wondered if you can change settings that are at "the core" of
access.

For example:
- the format of a new combo box
- the next number of an autonumber
- etc....

Is there a limit to the things you can set in Access. Are some settings
beyond control/hard wired???

TIA

- Nicolaas
Nov 13 '05 #1
5 1306
You could probably open the .exe in a hex-editor and change a few values at
random, it might be worth a laugh if nothing else. <g>

--
Michael Hopwood
"WindAndWaves" <ac****@ngaru.com> wrote in message
news:nv******************@news.xtra.co.nz...
Hi Gurus

I have often wondered if you can change settings that are at "the core" of
access.

For example:
- the format of a new combo box
- the next number of an autonumber
- etc....

Is there a limit to the things you can set in Access. Are some settings
beyond control/hard wired???

TIA

- Nicolaas

Nov 13 '05 #2
Stephen Lebans has written lots of code to use the API to do things Access is
not directly able to do. Check out http://www.lebans.com.

On Sun, 13 Jun 2004 19:37:06 +1200, "WindAndWaves" <ac****@ngaru.com> wrote:
Hi Gurus

I have often wondered if you can change settings that are at "the core" of
access.

For example:
- the format of a new combo box
- the next number of an autonumber
- etc....

Is there a limit to the things you can set in Access. Are some settings
beyond control/hard wired???

TIA

- Nicolaas


Nov 13 '05 #3
that is the one! LOL Good fun
Nov 13 '05 #4
Yes, you can change the format of a new combo box - search
around in help or google for how to set the defaults for
controls.

You can set the next autonumber of a table using ADOX or DDL.
- search around in help or google for information.

(david)
"Michael Hopwood" <la******@spammers.co.uk> wrote in message
news:ib********************@brightview.com...
You could probably open the .exe in a hex-editor and change a few values at random, it might be worth a laugh if nothing else. <g>

--
Michael Hopwood
"WindAndWaves" <ac****@ngaru.com> wrote in message
news:nv******************@news.xtra.co.nz...
Hi Gurus

I have often wondered if you can change settings that are at "the core" of access.

For example:
- the format of a new combo box
- the next number of an autonumber
- etc....

Is there a limit to the things you can set in Access. Are some settings
beyond control/hard wired???

TIA

- Nicolaas


Nov 13 '05 #5
Michael Hopwood wrote:
You could probably open the .exe in a hex-editor and change a few values at
random, it might be worth a laugh if nothing else. <g>


I used to do that in DOS, e.g. in command.com I would change the message
"Access Denied" to "No way José", needed a reboot though as DOS would
hang with an "Invalid command.com, system halted" message right after
modifying it.

I also tried on a windows program once, DataEase Express it was, there
was a hand pointer for some operations, for laffs I wanted to change the
finger that did the pointing IYSWIM so I used the resource editor that
came with MS C/C++, which was able to manipulate resources within exe
files directly. That didn't work, Express would GPF. Shame really.
Express was written in Borland C so perhaps there was something in the
exe that the MS program didn't understand or take care of fully.

--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 13 '05 #6

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

Similar topics

0
by: Gowhera Hussain | last post by:
Use This for Learning Only .... Do Not Try To Act Smart HACKING WITH JAVASCRIPT Dr_aMado Sun, 11 Apr 2004 16:40:13 UTC This tutorial is an overview of how javascript can be used to bypass...
0
by: Michele Simionato | last post by:
Here is a hack to implement attribute access (say for a Web framework) the way I always wanted it to be. I say "hack" since it uses sys._getframe and it sets the locals of a class, which is not...
0
by: ChangAya | last post by:
I use binary log on mysql system. Yesterday i found some hacking attempt on my machine. ( I found some unknown queries on binary log) But i don't get any information about hacking query...
0
by: masterjuan | last post by:
Networks Hacking (hack C:/ drives, severs...)and security holes all on my website & hacking commands and I explain ways of erasing your tracks so you dont get caught doing "bad" things... What do...
2
by: kevingabbert | last post by:
For anyone wanting to do something fun with tools at hand. I have Developed some code in C# to control your iRobot Roomba vacuum from your computer. (Don't forget to Download Visual Studio...
62
by: robert | last post by:
I'd like to use multiple CPU cores for selected time consuming Python computations (incl. numpy/scipy) in a frictionless manner. Interprocess communication is tedious and out of question, so I...
6
by: enes naci | last post by:
i would like to know about hacking in python too whether its illegal or not is not the point and anyway it doesn't mean i'm gong to use it.
8
by: diana.ruwanika | last post by:
hey how do you hack in to computers ?
15
by: singhraghvendra | last post by:
Hi I have a function as below void print(char* str) { printf(str); } now the user of the function can pass anything as the argument for
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...

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.