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
~3K People Reached
Favorite Tags
Member Avatar for DobyMoby

Hi, Is it possible to bind tooltip on cell mouse move event DataGridView in Visual Studio 2015 ? The goal that i want to achieve is , that tooltip to display a float data with SQL querys on DataGridView Ceels. Thanks

Member Avatar for rproffitt
0
85
Member Avatar for DobyMoby

Please help on this one: SELECT Format([expr1],"# %") AS expr2, totvisit/totrem AS expr1 FROM ( SELECT Count(*) AS totrem FROM ( SELECT DISTINCT remid FROM remtable WHERE remtable.pacid = 94) AS r, ( SELECT Count(*) AS totvisit FROM ( SELECT DISTINCT visitaid FROM jurnal WHERE jurnal.pacient_id = 94) AS b …

Member Avatar for xrjf
0
121
Member Avatar for DobyMoby

Hi there. I was trying to filter items in combobox using BindingSource.Filter, to filter after "гр." and "с." ,but typing in combo it recieve only one letter and mouse disapear... Any help pls. This is my lazy try: Private Sub Combo11_TextChanged(sender As Object, e As EventArgs) Handles Combo11.TextChanged If Me.Combo11.Text …

Member Avatar for rproffitt
0
344
Member Avatar for DobyMoby

Hello, My question is not so simple: I have a WindowsForm with a diffrent controls like: textboxes, comboboxes, checkboxes, datetimepickers, listview and so on... How can i create temporary data at runtime in an array /**I dont want to use My.Settings**/ which will save all control values and when needed …

Member Avatar for xrjf
0
346
Member Avatar for DobyMoby

Hello! My question is how to code search in combobox each time typeing a letter. And the search result in DropDown have to show list items which contains letter or the continues number of letters. (Not only ... starts with the inputed letter/s/). Thanks.

Member Avatar for Xavier_5
0
2K