Click here to Skip to main content
16,008,183 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Sleek GUI - how ? Pin
Dave Kreskowiak4-Mar-05 0:54
mveDave Kreskowiak4-Mar-05 0:54 
Questionhow to display data in data grid in vb.net Pin
nicky_833-Mar-05 16:41
nicky_833-Mar-05 16:41 
AnswerRe: how to display data in data grid in vb.net Pin
Mohamed Ishak5-Mar-05 23:23
professionalMohamed Ishak5-Mar-05 23:23 
QuestionHow to print a picture box image with vb.net Pin
V_A_S_S3-Mar-05 16:16
V_A_S_S3-Mar-05 16:16 
AnswerRe: How to print a picture box image with vb.net Pin
Dave Kreskowiak4-Mar-05 3:33
mveDave Kreskowiak4-Mar-05 3:33 
QuestionHow to use Remoting to transfer a Bitmap? Pin
inew3-Mar-05 16:10
inew3-Mar-05 16:10 
QuestionHow to change file permissions? Pin
Zenly3-Mar-05 11:36
Zenly3-Mar-05 11:36 
AnswerRe: How to change file permissions? Pin
Christian Graus3-Mar-05 11:46
protectorChristian Graus3-Mar-05 11:46 
File.SetAttributes(path, File.GetAttributes(path) | FileAttributes.Hidden)

You can set whatever attributes you like, but you can't cause users who go looking to be unable to access the file, unless your program is logged in as admin, and they are not.

BTW, that C# code above, you'll have to convert it ( change | to OR, etc )

Christian

I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
GeneralRe: How to change file permissions? Pin
Zenly3-Mar-05 12:12
Zenly3-Mar-05 12:12 
GeneralRe: How to change file permissions? Pin
Christian Graus3-Mar-05 12:46
protectorChristian Graus3-Mar-05 12:46 
GeneralRe: How to change file permissions? Pin
Zenly3-Mar-05 12:57
Zenly3-Mar-05 12:57 
AnswerRe: How to change file permissions? Pin
Dave Kreskowiak4-Mar-05 1:01
mveDave Kreskowiak4-Mar-05 1:01 
GeneralBound Controls Pin
lildragon3-Mar-05 6:55
lildragon3-Mar-05 6:55 
GeneralEasy VB.Net Syntax Question Pin
Capilano3-Mar-05 6:02
Capilano3-Mar-05 6:02 
GeneralRe: Easy VB.Net Syntax Question Pin
Dave Kreskowiak3-Mar-05 8:13
mveDave Kreskowiak3-Mar-05 8:13 
GeneralRe: Easy VB.Net Syntax Question Pin
Capilano3-Mar-05 9:53
Capilano3-Mar-05 9:53 
GeneralRe: Easy VB.Net Syntax Question Pin
Dave Kreskowiak3-Mar-05 12:10
mveDave Kreskowiak3-Mar-05 12:10 
GeneralRe: Easy VB.Net Syntax Question Pin
numbrel3-Mar-05 8:39
numbrel3-Mar-05 8:39 
Questionhow to change value in datagrid output Pin
Lisana3-Mar-05 3:46
Lisana3-Mar-05 3:46 
AnswerRe: how to change value in datagrid output Pin
numbrel3-Mar-05 14:59
numbrel3-Mar-05 14:59 
GeneralRe: how to change value in datagrid output Pin
Lisana4-Mar-05 7:57
Lisana4-Mar-05 7:57 
GeneralVB Script to extract message from an IBM MQ Queue Pin
Member 3490943-Mar-05 2:58
Member 3490943-Mar-05 2:58 
QuestionHow to get MX Entries of a Domain Pin
LORDSASH3-Mar-05 2:28
LORDSASH3-Mar-05 2:28 
AnswerRe: How to get MX Entries of a Domain Pin
Dave Kreskowiak4-Mar-05 3:19
mveDave Kreskowiak4-Mar-05 3:19 
Generalrefresh dataset Pin
sumi17102-Mar-05 22:20
sumi17102-Mar-05 22:20 

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.