Click here to Skip to main content
15,894,343 members

Comments by Luiey Ichigo (Top 200 by date)

Luiey Ichigo 13-Sep-22 2:16am View    
No, I'm using General Net SDK for PTZ Camera by Dahua Technology. All their samples are using Winforms.
Luiey Ichigo 14-Mar-19 23:39pm View    
simple yet effective
Luiey Ichigo 6-Nov-18 22:02pm View    
Happen to me earlier when moving to C# and your options working great. The backup project was a savior.
Luiey Ichigo 27-Dec-16 10:05am View    
Hi Micheal,

It seems this lines of code works. Have found since the code lines of some count return wrong number. Example total arraylist count is 10 datas, 15 lines to be shown for each page, total page return 1/2. Below code return 1 page:-

lngTotPage = CInt(Fix(Math.Ceiling(CDbl(arr_tenantview.Count) / 15)))
Luiey Ichigo 26-Dec-16 13:00pm View    
:)
That one works! Thanks. What's left is how to show the data in "UpdatePromotionsInfo" in the correct and dynamic ways because I have some other pages which need to show 30 data's on it. So, it will made me 30 repeated "Case". Some pages show 16 data's.

I'm using WPF Pages (Navigation)