Get An Ongoing List Of Your Threads In Forum?
Mar 25, 2012
I found it quite difficult to find a thread from a few months back as I wanted to use the URL to that thread to show in another today. If you're willing to update this periodically (it'll only keep the last 100 of your threads/replies), this might get you started on a way to save them on your computer from now on.
Start by clicking on your own name (you can also use go to "View Profiles" and find it), then look for the following
[code]...
View 2 Replies
ADVERTISEMENT
Jun 12, 2009
it might help to change the forum name to Visual Basic .NET General Forum. or VB.NET General Forum maybe would help the vba and vb6 developers know this is not for them.
[Code]...
View 1 Replies
Jun 10, 2010
I have 2 thread.One that put some data inside a list?the second that take out these data from the same list.what is the best "list" that allows one thread to put something inside and another one that take stuff out>
View 1 Replies
Jul 13, 2011
I'm looking for advice/ideas in regards to ongoing file encryption.I have an event that fires frequently that contains small amounts of data passed through the eventargs.This data is then written out to disk (currently unencrypted).I need to encrypt this data (which, I can do).My attempt in the first five minutes was unencrypting the file, appending the data and reencrypting the file.This obviously works, but is pretty inefficient and not going to be my solution since the file could grow rather large and the resources to unecrypt/ encrypt grow larger as the file grows larger.My next thought was to encrypt each set of data as it's written out and have some kind of marker in the file to denote where to split so I could unencrypt each chunk to reproduce the original file.I'm leaning towards this approach now (though by encrypting small chunks of data multiple times, the file size will be considerably larger.As an example, if I encrypt each letter of the alphabet the file is approx 8 times larger than if I encrypted a string with all of the letters of the alphabet in this case each files decrypted content would be identitcal).
View 3 Replies
Nov 25, 2008
<edit on 10th March 2010.>
Changed thread type to QUESTION. I was then able to mark AS ANSWER the relevent post which now also immediately follows this post and so it is easier to find as suggested by forum user j2associates .
<edit> It is also my 3rd post in this thread, the 8th one up, of my posts, from the bottom ( for now ), as the forum format has changed yet again.I will leave the rest of this post( as is ) purely for historical reasons. I have been on these forums long enough to see 3 forum changes. <edit> 19th May, 2010> Link added to a video on the next line of text.
[code]....
View 1 Replies
Jun 17, 2011
I am new to VB and I am trying to add text from a thread to a listview in my Form1.I have tried implementing the invokerequired method but still the new text is not added to my listview.[code]The new text that I add is not displayed in the listview. I do not get any compile or runtime errors but still no new text to list box. I can add text from my Form1 class but not from the thread.
View 1 Replies
Nov 22, 2011
Im making program that scrapes things from big url list, is it possible to make user set how many threads program uses to scape list faster? If its possible,
For each url as object in urllist.items Do something.Next If can be made into that, would be nice :P
View 9 Replies
Dec 14, 2009
I have an app that I'm trying to keep single threaded, mostly for reasons to do with simplicity of ongoing maintenance. I've structured it so that I can eventually multi-thread it if need be but I'd rather not at this point. It's semi-real time and does perpetual looping to display a number of different graphs and do various work with both the graph display and the work being hosted in their own respective objects. If you're familiar with the Windows dispatch manager it's that general paradigm run synchronously. And yee haw, it pretty much works at this point and runs fast enough to meet requirements by a happy margin. I have a cosmetic problem that I'd like to solve if I could. When I left-click and move any form around, my graphs stop updating until I release the left click button. I was thinking about a doevents somewhere in the click event catalog.
View 1 Replies
Mar 18, 2011
I recently had some problems with the performance of the Word object model. In an add-in that I wrote for Word I need to parse through all the words of a document and replace some of them or ask the user for the ones that have multiple replacements. I know that it is faster to ask Word for all of the document text content at once and then process it and put it back all at once again, but this is not suitable for my add-in because I need to have access to the range objects that represent the words that have multiple replacements so that I can somehow mark them in the document and present the user with a tool tip from which he can select the replacement he wants.
So for the moment the single great speed improvement that came in my head was multithreading since most people already have dual core or better. The problem is that all the things you find on Google say that multithreading in Office is a very bad thing to do.
So is there any one who managed to do this in a manner that worked in most of its usage? By this I mean if it also worked on other PCs then the development one?
View 1 Replies
Feb 2, 2010
I have the following multithreading function to implement threads fetching from a list of urls to parse content. The code was suggested by a user and I just want to know if this is an efficient way of implementing what I need to do. I am running the code now and getting errors on all functions that worked fine doing single thread.for example now for the list that I use to check visited urls; I am getting the 'argumentoutofrangeexception - capacity was less than the current size'/Does everything now need to be synchronized?
Dim startwatch As New Stopwatch
Dim elapsedTime As Long = 0
Dim urlCompleteList As String = String.Empty
[code]...
View 2 Replies
Oct 19, 2011
I just had a new, last-minute idea on to take on a task, so I am running to StackExchange for quick help.
What I want to do is execute a series of methods right in a row, each in their own threads. I want the application to wait until all of these threads are completed, after which the program will resume. It also has to use managed threading (thread pool).
What quick examples could you provide to help me along the way? If it's too complex, what things should I know about so that I can Google it on my own?
View 1 Replies
Dec 30, 2009
I have a main thread which is designed to be a batch processor - it spawns a series of 'child' threads from a loop (which can vary in terms of the no of items) - see below
[Code]...
However, each of the 'child' threads could take anywhere from milliseconds to about a minute to process - depending on the complexity of each calculation. There may also be a large number of child threads - e.g 100s. Creating large numbers of child threads is not efficient. I therefore want some way to effectively queue each child thread (and cancel if the process is taking too long to complete). Autoevents seems like one way of doing this, but the only examples I can find seem to assume there are two different processes on seperate threads, not one process being repeated.
View 4 Replies
Jun 16, 2009
I have a little bit of trouble figuring out why I am getting these error messages. Here is the error messages and then the code will follow behind it.The code is taken directly out of the book "ASP.NET 2.0 Everyday Applications for DUMMIES". [code]
View 6 Replies
Oct 18, 2009
I am developing a web site in Visual Basic 2008 using .NET Frameworks 3.5 on an IIS7.0 web server and I am having a problem with a simple error page redirect. Furthermore I only have ftp access to the webserver in a web hosting environment. I am having problems with some errors and not others, mainly error 401 is the problem.<customErrors defaultRedirect="~/Default.aspx" mode="On" > </customErrors> this is the custom errors section of my [URL] file,
View 1 Replies
Feb 22, 2010
times i have seen questions like, how can i search inside my threads or how can i search for threads i have started. I have found Beth Massi`s blog about searching msdn forums by using meta information. I have checked a few other sources about this and wanted to summarize this for anybody who is interested.
If you want to search for threads to which you have contributed use : meta:Search.MSForums.ThreadContributorUserName(Heslacher)
If you want to search for threads you have started :
meta:Search.MSForums.ThreadStarterUserName(Heslacher)
If you want to search for threads which are answered :
[Code]...
View 14 Replies
Aug 31, 2009
I'm supposed to make a game for a friend of mine, or for his site more specifically which has an IPB forum. He wants only users from his site to be able to use the game, so I need to make some kind of authentication so that only registered users can login. I have no idea how to do it and all research turned sour I'd prefer not to have to deal with cookies, but POST instead since I have a wicked awesome wrapper at my disposition
View 3 Replies
Feb 7, 2011
I found this source code for controlling mappoint in .net .Net confuses me so much.
What would it take to convert it back to VB6? The projects seem small in size, but I just dont understand .net[URL]...
View 7 Replies
Jul 23, 2009
I searched all over the this forum and did not find a section to ask my questions about VB6
View 2 Replies
Jan 28, 2012
For those that are interested but have lost track of where we are about it Here the link for the update, your comments and suggestions[URL]...
View 1 Replies
Mar 1, 2009
I am using ASP.net, I know the basic of VB.net language, don't really want to use HTML, I did not use it since school. I was thinking to create a forum for my mates, I think I will need to create a database and try to play with SQL commands, I thought it should'nt be a lot difficult.
View 5 Replies
Jan 23, 2011
how? i need to delete a thread how do i delete it? i see no delete thread button
View 1 Replies
Jun 10, 2010
I started a little project to make it easier for me to post an image (screenshotby having the program output thehtm page which shows a thumbnail image, the URL, and the HTML text used to post the image here in the forus a question. I've set the name to "index" so that it appears by default rather than the former open browsing
View 4 Replies
May 19, 2010
I have seen in the past that many aren't familiar with how to insert code so I put a little two-minute screencast (a video done in Flash with no audio),url...
View 15 Replies
Feb 25, 2012
Private Sub btn_Minimze_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Minimze.Click
Me.WindowState.Minimized()
End Sub
Im trying to minimize a bordless forum. For some reason this code does not work. It says change it to this;
Private Sub btn_Minimze_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Minimze.Click
FormWindowState.Minimized()
End Sub
But that gives me a error as well "Error 1 Expression is not a method. C:UsersAdmindocumentsvisual studio 2010ProjectsUOK Radio 2.0UOK Radio 2.0Radio.vb 1125 9 UOK Radio 2.0"This works but their is no taskbar icon to click on to load it back up.
Private Sub btn_Minimze_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Minimze.Click
Me.Hide()
End Sub
View 2 Replies
Dec 18, 2010
I have a visual basic application and I want to be able to paste a string to a forum.
How do i do this so that when you click done, it puts the code in the post box?
View 5 Replies
Aug 29, 2009
I need some advise as to which options I have to go about this problem.I want to to create a simple application consisting of two text boxes.One for username Second for Password And then a submit button.What I want is when I enter user/pass and press submit.It should only give me a single message "Login Succeeded" or "Login Failed". The forum I trying to login into is : warez-bb.org What are my options to go about this?? I have considered Sockets but thats in VB6.Still,I couldnt get it to work.It doesnt even connect warez-bb on port 80.
View 2 Replies
Oct 15, 2007
We are excited to support all your Innovate On Office support questions and inquiriesthe following guidelines before posting your inquiry to this forum.Please expect up to 24hrs for initial response from an engineer after posting an inquiry to this forumPlease expect to receive status about every three days of status on your question/inquiry to this forum
View 14 Replies
Apr 27, 2011
How can I format entries like this one. I see only B(old) I(talic) and U(nderline).Furthermore how to insert pictures.
View 4 Replies
Aug 6, 2010
I tried this code but it shows me errors:Picture:
[Code]...
View 20 Replies
Oct 30, 2010
I'm trying to make a program that will automatically log me into a forum. I have the webbrowser control and a button. the site is automatically loaded on form load. I want it to log me in using my username and password when i click the button. I tried it on [URL] to test and worked fine. But for some reason when I try it with my forum it doesn't work. My forum is SMF. It seems that the problem lies with the Login button itself.
I can easily send the username and password to the corresponding boxes but when it comes to clicking the Login button it fails. What makes that Login button different from the Login button of Yahoo other than having a different name? Below is an example of the code I was using. How can I get it to successfully click the SMF Login button?
[Code]...
View 19 Replies