Click here to Skip to main content
15,923,006 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
Dan Neely19-Jun-09 10:41
Dan Neely19-Jun-09 10:41 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
andyc0118-Mar-11 19:42
andyc0118-Mar-11 19:42 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
Dave Kreskowiak19-Mar-11 5:00
mveDave Kreskowiak19-Mar-11 5:00 
AnswerRe: Converting Access Forms to WinForms or WPF Pin
riced20-Jun-09 3:54
riced20-Jun-09 3:54 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
JohnAndrews18-May-10 15:58
JohnAndrews18-May-10 15:58 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
riced18-May-10 21:39
riced18-May-10 21:39 
AnswerRe: Converting Access Forms to WinForms or WPF Pin
JohnAndrews19-May-10 5:38
JohnAndrews19-May-10 5:38 
GeneralRe: Converting Access Forms to WinForms or WPF Pin
Ruchika.techie22-Aug-11 2:49
Ruchika.techie22-Aug-11 2:49 
Hi,

I have created a macro through which I am able to read the above mentioned property.
but to get all property I had to call the macro from each form.

Is there any easier way to achieve the same result easily which will loop through all the forms and get all controls property like database documenter does.

Anyone has any idea about how database documenter works like which tables it queries to get all the database related information.

I got a helpfull query :

SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],1)<>"~") AND
(MSysObjects.Type)=-32768 ORDER BY MSysObjects.Name;

which retrieves all the forms in a particular database but it doesn't get called from .net application.

I am getting Exception:
Record(s) cannot be read; no read permission on 'MsysObjects'.

I tried to resolved this using suggestion provided here :
http://www.justskins.com/forums/trouble-accessing-the-ms-59921.html

but I do not find 'MsysObjects' in object list.

Any help provided is much appreciated.

It's urgent.

Thanks
Ruchika,
ruchika.sharma83@yahoo.com
QuestionWay to retain focus of transparent form application. Pin
parth_patel19-Jun-09 8:38
parth_patel19-Jun-09 8:38 
AnswerRe: Way to retain focus of transparent form application. Pin
EliottA19-Jun-09 8:52
EliottA19-Jun-09 8:52 
GeneralRe: Way to retain focus of transparent form application. Pin
parth_patel19-Jun-09 8:55
parth_patel19-Jun-09 8:55 
GeneralRe: Way to retain focus of transparent form application. Pin
EliottA19-Jun-09 9:26
EliottA19-Jun-09 9:26 
GeneralRe: Way to retain focus of transparent form application. Pin
parth_patel19-Jun-09 12:30
parth_patel19-Jun-09 12:30 
GeneralRe: Way to retain focus of transparent form application. Pin
S. Senthil Kumar20-Jun-09 18:11
S. Senthil Kumar20-Jun-09 18:11 
GeneralRe: Way to retain focus of transparent form application. Pin
Dave Kreskowiak19-Jun-09 10:37
mveDave Kreskowiak19-Jun-09 10:37 
GeneralRe: Way to retain focus of transparent form application. Pin
parth_patel19-Jun-09 12:29
parth_patel19-Jun-09 12:29 
AnswerRe: Way to retain focus of transparent form application. [modified] Pin
crayzeecoder19-Jun-09 9:30
crayzeecoder19-Jun-09 9:30 
GeneralRe: Way to retain focus of transparent form application. Pin
parth_patel19-Jun-09 12:24
parth_patel19-Jun-09 12:24 
QuestionConfigurationManager - how to read/write into a custom section? Pin
Zeokat19-Jun-09 7:27
Zeokat19-Jun-09 7:27 
AnswerRe: ConfigurationManager - how to read/write into a custom section? Pin
Manas Bhardwaj19-Jun-09 9:37
professionalManas Bhardwaj19-Jun-09 9:37 
GeneralRe: ConfigurationManager - how to read/write into a custom section? Pin
Zeokat19-Jun-09 9:48
Zeokat19-Jun-09 9:48 
AnswerRe: ConfigurationManager - how to read/write into a custom section? Pin
Henry Minute19-Jun-09 10:18
Henry Minute19-Jun-09 10:18 
GeneralRe: ConfigurationManager - how to read/write into a custom section? Pin
Zeokat19-Jun-09 10:34
Zeokat19-Jun-09 10:34 
QuestionReplace Function Pin
Vimalsoft(Pty) Ltd19-Jun-09 7:01
professionalVimalsoft(Pty) Ltd19-Jun-09 7:01 
AnswerRe: Replace Function Pin
musefan19-Jun-09 7:14
musefan19-Jun-09 7:14 

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.