Search found 4 matches

by vmotto
Wed Jun 13, 2012 10:29 am
Forum: PowerShell Studio
Topic: OpenFileDialog causes Not Responding
Replies: 2
Views: 2114

OpenFileDialog causes Not Responding

Yep, that worked ... Thanks.
by vmotto
Wed Jun 13, 2012 9:01 am
Forum: PowerShell Studio
Topic: OpenFileDialog causes Not Responding
Replies: 2
Views: 2114

OpenFileDialog causes Not Responding

Hi, I'm using PowerShell Studio version 3.0.4. When I try using OpenFileDialog, it works perfectly when I run the script using "Run Project" through PowerShell Studio. However, when I Package the project as an EXE file and run it, I get (Not Responding) error. Is there any known issues whe...
by vmotto
Thu Jun 07, 2012 2:45 am
Forum: PowerShell Studio
Topic: DataGridView Help
Replies: 4
Views: 12274

DataGridView Help

Thanks for the info David. I had already defined the columns through the Designer using "Edit Columns..." The first three columns are defined as "DataGridViewTextBoxColumn" and the forth Column Type is defined as DataGridViewComboBoxColumn". I have no problems filling in the...
by vmotto
Wed Jun 06, 2012 9:40 am
Forum: PowerShell Studio
Topic: DataGridView Help
Replies: 4
Views: 12274

DataGridView Help

Are there any examples of using the DataGridView control with PowerShell?? I have no idea how to bind a datasource, or even what datasources can be bound to the control. I have managed to fill the view with data, using the .Rows.Add method, but have no idea if that is correct way to do it. Additiona...