find text between other text in webpage
lets say i need to see if "kardoser" is between "thread date" and "moderator" in a webpage
View ArticleVS 2012 Application That Login in a website with a textfile
so basically i made an application that require login in my website ( automaticaly ) open = IO.File.ReadAllText(IO.Path.GetTempPath & "\mysiteLogin.txt") Dim username As String Dim pass As String...
View ArticleDGV draw boarder lines
I am really needi9ng some help with fixing the code i have below. What its designed for. this was needed to try draw a rounded rectangle over a DGV row when its selected only. then paint a gradient...
View ArticleVS 2010 Help: value of type 'system.drawing.image' cannot be converted to...
I am using the following function to convert image to hash: Public Function MD5Hash(ByVal sFile As String) As String When I use this: Code: Â Private Sub Button1_Click(ByVal sender As System.Object,...
View ArticlePopulate a listbox with all open forms
I have a form with a listbox, and I want to be able to populate it with all open forms of the same application. However, I want to be able to select an Item from the listbox, and be able to close the...
View ArticleFor All Images in a folder
Hi I have a folder on my desktop. This is what I am trying to do Code: dim x as integer = 0 dim y as integer = All images in Folder For image x to y, Picturebox1.image = image(x) x = x+1 interval: 5...
View ArticleWeird error?
Hi guys! So, I'm trying to write a program that gets the GCD of two numbers (I know, it's real easy, but I'm just doing this as a refresher), and I've finished writing the code, got it to compile and...
View ArticleVB6 Tools: VB6 Rapihken Kabeh (Code Formatter)
This VB6 Add-Ins tools will format your code easy, based on Bobo Code Formatter. How to use: CompileDouble click install.batOpen your project click Add-Ins >> Rapikan Kode.Simply click Button...
View ArticleWorld of Warcraft Spell Cooldown Effect [VB.Net 2008, 2010 & VB6][DirectX]
I had this code for quite sometime, and it was a royal pain to figure it out on my own. Because there is no source code on the internet other than mine that reveals this effect. For those who havent...
View ArticleHow to execute C++ in UNIX
Dear Sir, Thanks in Advance. I need to know how to execute c++ program in UNIX without any extra tools like (Turbo C++).
View ArticleAdding number to days in the calendar and adding them together.
I'm making a program that makes it so you can write a note to that day and adding income aswell as expenses for that day. I've managed to make it so it saves the notes for the day. And the issue is...
View ArticleAn unhandled exception of type 'System.StackOverflowException' occurred in...
I'm trying to use application settings to store a string and call it on the form loading but it's giving me this Overflow Exception
View ArticleVS 2012 How does the ICON know what image to show
All of these are the same .SLN file extension. VS 2008, 2010 and 2012... I understand that there is a VISUAL STUDIO VERSION SELECTOR as the default app to open these files - but does that actually run...
View Article[RESOLVED] Second call to PaintPicture fails
I'm trying to copy the image from Picture2 to Picture1 using PaintPicture method. I call PaintPicture several times to copy from Picture2 which changes it's picture each time I make the call. The 1st...
View ArticleAdding information to the different days in the calendar
Let's say I'm making an application to store income and expenses for my lemonade stand. In this application I would like to be able to set notes for each day aswell as have an area where I can type in...
View Article[RESOLVED] Loop Through TabPages
I'm currently using a source to add line numbers to a RichTextBox. I have a tabControl and the user can open as many tab pages as they want with a RichTextBox added to each. What I'm trying to do is...
View ArticleHow to click on my form without stealing the focus from the foreground window?
How to click on my form without stealing the focus from the foreground window? I want my App acts like On-Screen Keybord
View Article[RESOLVED] help with syntax error
hi i found this code online but it keeps giving me a syntax error wondering if sone one could help please. the full code Code: Imports System.Data Imports System.Data.SqlClient Imports System.Drawing...
View Articlevb6 query problem
I have this query to get record Dim rs As ADODB.Recordset Set rs = New ADODB.Recordset Dim sSQL As String sSQL = "SELECT * FROM customer where (custid = '' or custid = '" & Text1.Text & "') and...
View Article