Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by iranor

  1. iranor

    Small question about greasemonkey

    At first I thought it was another browser-wide session, but that's exactly what I was looking for. Thanks a lot :)
  2. iranor

    Small question about greasemonkey

    Is it possible to make tab-specific variable? Let's say you open two time the same website in different tabs, when you use GM_setValue, it's gonna change the data for both tabs. I've been looking for some time on google, but I couldn't find anything, or maybe I didn't formulate it correctly...
  3. iranor

    Outlook XP strange crash

    Can't reinstall, it's at my job, plus it happens on some computer while it doesn't on others.
  4. iranor

    Outlook XP strange crash

    Hi, i'm having a small problem with outlook 2002 (on XP SP3). On some computers at my job, outlook crashes one time out of two runs.. The first run goes fine, but when I close it and re-open it, after 5 sec it crashes without notice. It doesn't even remember lastest opened folders. I tried...
  5. iranor

    Problem with datagridview Frozen property

    Oh, thanks a lot, that's perfect! The first one is the good one :)
  6. iranor

    Problem with datagridview Frozen property

    Yes, I know there are like 2446 rows total displayed in the datagrid. There's 19 rows always visible in the view port. Is it possible to get the index of the lastest VISIBLE row, and not the lastest row of the table?
  7. iranor

    Problem with datagridview Frozen property

    I think that is what i'll have to do.. Is there a way to know the last row VISIBLE on the viewport? This way I could calculate the difference between the last and the selected one, and using your code, freezing X rows before the selection, instead of having a specified number of rows to keep...
  8. iranor

    Problem with datagridview Frozen property

    Hi, i'm having a strange problem here. I have a big datagridview with like 2000 rows. If I freeze the first rows, no problem, the row will be frozen and i'll be able to scroll through the other entries. However, if I scroll down to the 100th entry for example, and freeze it, the scrollbar will...
  9. iranor

    Little help on a query..!

    Heya, I have two tables. The first one: articles, with the fields ArticleID, Title, Content. The second one: comments, with the fields EntryID, ArticleID, Rank. What I want to do is select all the articles from the table and order them by rank (which is, the sum of all "Rank" fields divided...
  10. iranor

    Calendar Range

    Already did, that's why I ask here.
  11. iranor

    Calendar Range

    I'm looking for a calendar that allows you to select a range of dates and highlight them. Let's say you select january 5, and then you select january 15, in the calendar all days between january 5 and 15 would be highlighted and the 2 dates would be in different input box. For single date...
  12. iranor

    ASP get loop array HTML fields

    Thanks, the one you gave me earlier will do the job, but i'll note that one if I ever need it ;) I've been coding PHP for a long time, and i'm trying ASP now, there's a lot of differences ^^
  13. iranor

    ASP get loop array HTML fields

    Ah, I didn't tough about that one... And i'm lucky, that Field is the only field that I got! Thanks :)
  14. iranor

    ASP get loop array HTML fields

    Hi, I have some fields dynamically generated and I don't know how many. Let say that I create 10 fields on an HTML page with asp: <input type="text" name="Field[1]"> <input type="text" name="Field[2]"> <input type="text" name="Field[3]"> ... Using PHP, I could loop on the Field value and get...
  15. iranor

    Get folder permission

    At my job, I have to check a list of approximately 480 users ans folders to make sure every user has a folder, and every folder has a user. I decided to code something in c# to make my life easier... I can't find how to check if a user has access on a certain folder. I'd like to do something...

Part and Inventory Search

Back
Top