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...
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...
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?
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...
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...
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...
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...
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 ^^
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.