Questions tagged as 'visual-studio-2010'

0
answers

DataGridView with property ColumnHeadersVisible false does not allow selecting cell CheckBoxColumn c #

I have a DataGridView which has no DataSource associated, but it is filled manually. With two columns: Column 1: seleccion Column 2: descripcion . dgrid.Rows.Add(new object[] { true, "ADMINISTRACIÓN"}); d...
asked by 18.05.2018 / 21:18
0
answers

Filter data in DatagridView, selecting the filter from CheckBox, C #

I am trying to filter data in the DataGridview with the data already loaded, without needing to consult the database. When I filter using the TextBox I do it correctly, but I need to filter the options with CheckBox ....
asked by 31.01.2018 / 15:40
0
answers

Why does Visual Studio show me the code without colors?

Well, I'm using Visual Studio 2010 (the same thing happens to me in the 2013 version), and when it comes to adding a visual basic script, it shows me that way, without colors, as if it were plain text. That would not be a problem if it wer...
asked by 04.04.2017 / 21:26
1
answer

Print an image of a folder with PrintDialog and PrinterSettings

Good, you see I have a small application that creates stickers, those stickers are saved in .jpg format and later my goal is to print the problem I have is that I do not know how to pass the file path to the printer Dim fileName As String =...
asked by 09.05.2017 / 17:55
1
answer

C ++ Win32 Project: Error "Unable to start program. Can not find the file specified "

I have a problem with visual studio 2010. When creating a new project using Win32 Project and running it without making any changes, this error occurs: Unable to start program 'c:\users\....\xx.exe'. Cannot find the file specified" Could s...
asked by 28.02.2017 / 13:17