Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
AnswerRe: (ActiveWindow == DesktopWindow) Pin
JokerXtreme3-Nov-09 11:16
JokerXtreme3-Nov-09 11:16 
Question!!! HELP ME !!! Realize a vumeter for file audio Pin
uelfox2-Nov-09 13:13
uelfox2-Nov-09 13:13 
AnswerRe: !!! HELP ME !!! Realize a vumeter for file audio Pin
Christian Graus2-Nov-09 13:45
protectorChristian Graus2-Nov-09 13:45 
AnswerRe: !!! HELP ME !!! Realize a vumeter for file audio Pin
The Man from U.N.C.L.E.2-Nov-09 23:58
The Man from U.N.C.L.E.2-Nov-09 23:58 
Questionms char and contour surface plot Pin
ThorTheBraveGod2-Nov-09 11:25
ThorTheBraveGod2-Nov-09 11:25 
AnswerRe: ms char and contour surface plot Pin
Christian Graus2-Nov-09 11:40
protectorChristian Graus2-Nov-09 11:40 
GeneralRe: ms char and contour surface plot Pin
ThorTheBraveGod3-Nov-09 4:49
ThorTheBraveGod3-Nov-09 4:49 
AnswerRe: ms char and contour surface plot Pin
Super Lloyd2-Nov-09 14:08
Super Lloyd2-Nov-09 14:08 
GeneralRe: ms char and contour surface plot Pin
ThorTheBraveGod3-Nov-09 4:48
ThorTheBraveGod3-Nov-09 4:48 
QuestionProgrammatically launch wifi settings dialogs in Windows 7 Pin
David Knechtges2-Nov-09 10:08
David Knechtges2-Nov-09 10:08 
AnswerRe: Programmatically launch wifi settings dialogs in Windows 7 Pin
Christian Graus2-Nov-09 10:09
protectorChristian Graus2-Nov-09 10:09 
GeneralRe: Programmatically launch wifi settings dialogs in Windows 7 Pin
David Knechtges2-Nov-09 10:31
David Knechtges2-Nov-09 10:31 
Questionencryption Pin
jashimu2-Nov-09 8:31
jashimu2-Nov-09 8:31 
AnswerRe: encryption Pin
Christian Graus2-Nov-09 9:02
protectorChristian Graus2-Nov-09 9:02 
GeneralRe: encryption Pin
jashimu2-Nov-09 9:11
jashimu2-Nov-09 9:11 
GeneralRe: encryption Pin
netJP12L2-Nov-09 10:19
netJP12L2-Nov-09 10:19 
GeneralRe: encryption Pin
jashimu2-Nov-09 10:41
jashimu2-Nov-09 10:41 
GeneralRe: encryption Pin
Dave Kreskowiak2-Nov-09 10:42
mveDave Kreskowiak2-Nov-09 10:42 
GeneralRe: encryption Pin
jashimu2-Nov-09 10:45
jashimu2-Nov-09 10:45 
AnswerRe: encryption Pin
Last Attacker3-Nov-09 3:14
Last Attacker3-Nov-09 3:14 
What you could do (don't ask me how, I just know that we are using it in our project) is, if you're using SQL 2005, encrypt the column which contains your passwords, generate the proper cert for that encryption to happen.
Then create an Updatable View which will only allow certain SQL users to see the actual values and when other users do a select on that view, it will appear as NULL to them. Also, if you have access, you can change the password values through the Updatable View (you'll have to since the column is not a string column anymore but a binary one).
You'll have to find out how to do it but it is definitely possible as we are using it.

- Last Attacker

GeneralRe: encryption Pin
jashimu3-Nov-09 4:39
jashimu3-Nov-09 4:39 
Questionload image with open file? Pin
Arefeh Haghpnah2-Nov-09 8:12
Arefeh Haghpnah2-Nov-09 8:12 
AnswerRe: load image with open file? Pin
Christian Graus2-Nov-09 9:01
protectorChristian Graus2-Nov-09 9:01 
AnswerMessage Closed Pin
2-Nov-09 9:03
stancrm2-Nov-09 9:03 
GeneralRe: load image with open file? Pin
Arefeh Haghpnah3-Nov-09 7:52
Arefeh Haghpnah3-Nov-09 7:52 

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.