Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for rvotri_1

I'm noteven sure how to ask about it.. Lol... The fact is... I have my own "autocliker" thing that i use to auto repost my itens to sell over the internet in specific sites. So work this way. I have around 40 advertising itens, and to keep'em update i use …

Member Avatar for rvotri_1
0
210
Member Avatar for TheGuy831

hi im trying to run this method without a webBrowser.. Please help.. Thank you... This is what i got so far.. Dim PageElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("iframe") For Each CurElement As HtmlElement In PageElements TextBox1.Text = CurElement.GetAttribute("src") Next

Member Avatar for Stagnant
0
171
Member Avatar for Jim_11

I am doing an application in c# and in my application I am opening some exe file like MS word, calculator so when I open the application and then I hide it I would like to create a sort of shortcut in the app so that when I click on …

Member Avatar for ddanbe
0
440
Member Avatar for Jeff-Bennett

I'm looking for a way to get the coordinates of a polygon offset x pixels within a known polygon. This seems to be a non-trivial problem, but I thought of a trick - What if I have the original polygon drawn by Windows with a thick line, the inside edges …

Member Avatar for Stagnant
0
494
Member Avatar for Stagnant

Cell C4 has the expression =565+660+709+1093 Is there a function/nest of functions that can output the number of values being added? BIG NOTE: I AM NOT ASKING FOR THE SUM OF THE EXPRESSION!

Member Avatar for rch1231
0
180
Member Avatar for Stagnant

I made three image hotspots on an image called Tab1. I want to click on each of them so it shows an UI next to Tab1. I used the jQuery example off their website since it's close to what I want, but what do I do when I want another …

Member Avatar for LastMitch
0
301
Member Avatar for poloblue

Good Morning, I just want to know how to implement a body initilization in a class. Below is the class information. class A { private: const int size; //a const data member char *cat; public: A(); //default constructor A(const int n); //constrcutor with parameter void print(); //print A ~A(){delete[] cat;}; …

Member Avatar for Stagnant
0
136
Member Avatar for Stagnant

So my program uses the list template as the towers and the values in them are disks. I used the push and pop methods with loops to display changing values due to user input. > Rules of the game: > 1. All disks are stacked into an initial tower. > …

Member Avatar for WaltP
0
3K