Search results for query: *

  1. A

    Question Trimming a datagridview based on latest rows

    hi dear ian, thanks for your time,i appreciate it i used .Take(6) and this time the result got worse! my inputs look like this: and here's what happened: before after:
  2. A

    Question Trimming a datagridview based on latest rows

    hi dear jmcilhinney, thanks for your reply, i appreciate it no, unfortunately i'm getting those data which i save 'em to a CSV from some where else. because of the situation i'm trying everything to avoid using and installing a SQLServer due to lack of availability of the system resources, but...
  3. A

    Question Trimming a datagridview based on latest rows

    hi Ian, tnx for this great solution,w0w it's so much easier than i thought! :victorious: but there is a problem, as you see in my op, i have different ip's that i should preserve'em, your method works fine but it gets the latest entry for just one user! like if i have this lines: it only...
  4. A

    Question Trimming a datagridview based on latest rows

    i'm in VS2008 Studio, i have this datagridview with multiple columns which the last column contains a date and time value. lot's of rows are pretty the same except by they're date column. what i wanted to do is to trim the whole datagridview duplicate rows except they're most recent ones...
  5. A

    Question notifyicon contextmenustrip first click wrong position

    sorry for bringing up an old thread, but i have this exact same problem and i couldn't find anywhere else providing a solution until i find this topic! sorry for any inconvenience! i couldn't figure it out which alignment "Conejo" meant!?
  6. A

    Question yet another null refrenced exception!

    hi jmcilhinney, tnx for your reply:couple_inlove: actually i'm not sure if it does, all i did was to select a listbox, drag it on the form, change its name and finally use it where i marked , im not sure if i should initialize it somewhere else. about the other objects like unolibs methods or...
  7. A

    Question yet another null refrenced exception!

    hi jmcilhinney, tnx for your help actually add the point that i mentioned i have a cross-thread exception and after i add this code i get nullreferenced excep at the below mark and the stacktrace is as same as above :ambivalence: If Me.InvokeRequired Then '//i fixed the thread instance...
  8. A

    Question yet another null refrenced exception!

    dear jmcilhinney, tnx for your quick reply, very kind of u sir so by the terms u said, the only thing that might be nothing is this part (purple highlighted): Dim d As New SetTextCallback(AddressOf OnIncomingMessage) because in this part i can see my {args} contain exactly what should it does...
  9. A

    Question yet another null refrenced exception!

    I know its been asked numerous of times about threading and null.reference.exception and what not and i have read every each of solutions provided, but i still couldn't figuring it out some of those nasty exceptions. i just started coding in .net and i have no clue whats wrong with my code. as...
Back
Top