Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
AnswerRe: create and moving a polygan on the form c# code Pin
Pete O'Hanlon7-Feb-12 23:23
mvePete O'Hanlon7-Feb-12 23:23 
AnswerRe: create and moving a polygan on the form c# code Pin
Luc Pattyn7-Feb-12 23:34
sitebuilderLuc Pattyn7-Feb-12 23:34 
AnswerRe: create and moving a polygan on the form c# code Pin
Abhinav S8-Feb-12 0:55
Abhinav S8-Feb-12 0:55 
GeneralRe: create and moving a polygan on the form c# code Pin
BillWoodruff8-Feb-12 3:39
professionalBillWoodruff8-Feb-12 3:39 
GeneralRe: create and moving a polygan on the form c# code Pin
Abhinav S8-Feb-12 6:45
Abhinav S8-Feb-12 6:45 
AnswerRe: create and moving a polygan on the form c# code Pin
BobJanova8-Feb-12 4:16
BobJanova8-Feb-12 4:16 
Questionname & count of tables in a MS Access database Pin
phowarso7-Feb-12 21:30
phowarso7-Feb-12 21:30 
AnswerRe: name & count of tables in a MS Access database Pin
Keith Barrow7-Feb-12 22:01
professionalKeith Barrow7-Feb-12 22:01 
PiebaldConsultant gave you and Answer yesterday[^]. If you want more help you will need to be more specific:
1) Did you try his suggestion it should work- if not what went wrong
2) How are you accessing MSysObjects (supply code)?

Point 2 is most important as there are several scenarios:
A: You are accessing the table directly in which case you need to be an admin on the database

B: You are accessing via an application
If this is using windows authentication to the database: The account the app is running under needs to be an admin on the database. For a winforms app, it would be running under your account. Web apps are more complicated and you'll need to work out which account is being used.
If this is using an "SQL account" (i.e. you have supplied a username and password)to the database: The account specified needs to be an admin on the database

AnswerRe: name & count of tables in a MS Access database Pin
Luc Pattyn7-Feb-12 23:04
sitebuilderLuc Pattyn7-Feb-12 23:04 
AnswerRe: name & count of tables in a MS Access database Pin
PIEBALDconsult8-Feb-12 2:29
mvePIEBALDconsult8-Feb-12 2:29 
AnswerRe: name & count of tables in a MS Access database Pin
Dave Kreskowiak8-Feb-12 2:31
mveDave Kreskowiak8-Feb-12 2:31 
QuestionHow to enum the ms exchange queue info and mail details of a server Pin
Stephen T. Charlie7-Feb-12 20:11
Stephen T. Charlie7-Feb-12 20:11 
AnswerRe: How to enum the ms exchange queue info and mail details of a server Pin
Eddy Vluggen8-Feb-12 6:42
professionalEddy Vluggen8-Feb-12 6:42 
QuestionEKRN.EXE Pin
candogu7-Feb-12 20:03
candogu7-Feb-12 20:03 
AnswerRe: EKRN.EXE Pin
Abhinav S7-Feb-12 21:07
Abhinav S7-Feb-12 21:07 
GeneralRe: EKRN.EXE Pin
candogu7-Feb-12 23:17
candogu7-Feb-12 23:17 
AnswerRe: EKRN.EXE Pin
Eddy Vluggen8-Feb-12 0:20
professionalEddy Vluggen8-Feb-12 0:20 
GeneralRe: EKRN.EXE Pin
Pete O'Hanlon8-Feb-12 0:24
mvePete O'Hanlon8-Feb-12 0:24 
GeneralRe: EKRN.EXE Pin
candogu8-Feb-12 0:33
candogu8-Feb-12 0:33 
GeneralRe: EKRN.EXE Pin
Pete O'Hanlon8-Feb-12 0:37
mvePete O'Hanlon8-Feb-12 0:37 
GeneralRe: EKRN.EXE Pin
candogu8-Feb-12 1:50
candogu8-Feb-12 1:50 
AnswerRe: EKRN.EXE Pin
Eddy Vluggen8-Feb-12 5:08
professionalEddy Vluggen8-Feb-12 5:08 
AnswerRe: EKRN.EXE Pin
Luc Pattyn8-Feb-12 5:33
sitebuilderLuc Pattyn8-Feb-12 5:33 
GeneralRe: EKRN.EXE Pin
Eddy Vluggen8-Feb-12 6:12
professionalEddy Vluggen8-Feb-12 6:12 
GeneralRe: EKRN.EXE Pin
Dave Kreskowiak8-Feb-12 2:28
mveDave Kreskowiak8-Feb-12 2:28 

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.