Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for eladreznik

i have a datagridview which i populate from a SQL database. one of the columns is of a Ntext type. i would like to enlarge the cell on focus so the user would be able to read what's in it without entering edit mode. any idea ?

Member Avatar for Luc001
0
49
Member Avatar for eladreznik

issue has to do with the number of rows which I represent The first row in the dB is 0, so to prevent confusions I added 1 to the index so row 0 will be represented as row 1. The issue is that when I scroll down I “gain” a …

Member Avatar for eladreznik
0
88
Member Avatar for eladreznik

I would like to insert my panel at the top, when I do so now the dgv will cover half of the panel, how do I solve that? [ICODE]Private Sub grdSize() Me.grdAccountTypes.Width = 0 Me.grdAccountTypes.Height = 0 For Each column As DataGridViewColumn In Me.grdAccountTypes.Columns Me.grdAccountTypes.Width += column.Width Next Me.grdAccountTypes.Width += …

0
60
Member Avatar for eladreznik

I am trying to delete a row and update the database, i wrote the code, but it results in an error: Dynamic SQL generation for the updatecommand is not supported against a selectcommand that does not return and key column information. the SQL table contains a primary key, any idea …

0
67
Member Avatar for eladreznik

i need to create a vertical seperation line in a panel, how do i do so ? do i need to create a place holder and just load an image or is there a better way for doing so ?

Member Avatar for codeorder
0
68
Member Avatar for eladreznik

guys, where can i find some icons needed for a panel ? i am looking for the regular icons, add, delete, save etc ?

Member Avatar for AndreRet
0
61
Member Avatar for ezajan

hi,sir, i woul dlike to view the data from the database n edit them.but i dont know the coding..sir,please help me sir..i m developing the system using window based.thank you

Member Avatar for eladreznik
0
231
Member Avatar for eladreznik

Hi guys, i created a panel with few buttons, all buttons have the same size, most buttons hold images, 2 of them hold string (1 or 2 digit) the string buttons will not align with the rest of them, and i have no idea why ? anyone ? [code] Public …

Member Avatar for bklynman01
0
102
Member Avatar for eladreznik

i am trying to change the background color of a tooltip i am using tooltip.backgroundcolor = color.colr no errors but thecolor doesn't change any ideas ?

Member Avatar for jugosoft
0
360
Member Avatar for eladreznik

i am trying to create a nextrow button to work with a bound datagridview the problems i have: 1. the row moves down, but the first row is the one who has the focus (the little black triangle is staying to it's left. 2. i am trying to set a …

Member Avatar for eladreznik
0
91
Member Avatar for eladreznik

guys i have an issue with scrolling a datagridview (VB.Net 2010) using the mouse wheel i created a mousewheel event an i am catching the mouse-wheel movement up or down i created a scroll event and set the boundaries for the scroll, but i have no idea how to combine …

Member Avatar for lolafuertes
0
214