3D code
I put a project for anyone interested on monoboom.co (not .com). All the code should be there and should work with the reference files. I'd like to know if someone has any ideas for deploying a final...
View Articlexml-rpc post
Hi, I am using VB.NET & XML-RPC and posting data to WordPress normally. How to attach web or local image this post? Thanks. PHP Code: Dim newBlogPost As blogInfo = Nothing         newBlogPost.title...
View ArticleVS 2010 [RESOLVED] Modifying 1000s of lines of code quickly
I have developed an application in VS2012 Visual Basic.NET that has over 5000 lines of code. Originally, each public method/sub was stored in a module. Since then, I have changed the module to be a...
View ArticleRandomizing, yet omitting certain numbers
My issue is simple...my attempts at solution have failed. I am developing a replica of an old game show, Tic Tac Dough. On the program, initially nine categories are shown in a tic-tic-toe type...
View ArticleVS 2005 txtStName Exception error.
Hi the first block of code upto line four is my connection portion. Code: Â Dim strConn As String = "Data Source = (local); initial catalog = School; User ID = sa; password = 123;" Â Â Dim cnSql As New...
View ArticleVB programming Request
Hi, saw the picture below? I have a question to ask, you saw "StartingTime" & "StartingDate" ; how can i BOLD this two word??? anyone know??? cause I'M putting my Info into a Note Pad Attachment...
View ArticleVS 2010 Help me to turn my windows form with webbrowser control into a...
Ok so the program i use to auto-administer my forum is working great thanks to all the help I've recieved here on vbforums. Thanks again to everyone that helped. Now here's something I've been wanting...
View ArticleVS 2010 Unknown problem: Serial Port receive a lot data, suddenly can't...
I'm create a program to receive hex data, program run smooth and didn't get any error. But now the machine send out the hex data from last time 48 hex code increase to 512 hex code per second. Now my...
View ArticleVS 2008 Ho do I wrap text on a print page?
I need to print a paragraph of text onto a document and i need the text to wrap in an area that could be represented by the bounds of a rectangle. I know that this is possible but i don't know how to...
View ArticleVS 2010 How do i do this: If textbox1 value = good Then ... (comparing values...
Ok so I am doing some newbie style error checking stuff to keep a program running. Because I am still learning the basics. But in these examples I am simply trying to look at the text value of...
View Articlespf fail error.
I am never new to this one so i am using dyndns and i get an spf fail error on some mail provider. I'm using v=spf1 mx ip4:100.000.00.000 mx:myserver.my.com mx:mx2.mailhop.org a:mho-03-ewr.mailhop.org...
View Articleidentify lable on the form
i have 5 textboxes and 5 lables infront of it on the form how can i identify which lable object is located infront of the textbox
View ArticleVS 2010 Unit testing
When testing in VS2012 Visual Basic.NET, I have added a Test Project to the solution. I see that you can add more than one Unit Test to a Testing Project, and that each unit test added can have many...
View ArticleStrip URL
I have a the following URL http://www.google.com/temp/2012/sample.jpg I need to strip the URL from it so it is left with just sample.jpg Any help would be great.
View Article2.0 Get BLOB data in a image control
Hi I need to retriev my data using BLOB in a image box I am going throught codes like FileStream, MemoryStream etc However nothing gives me perfect solution as to how to retrieve the data as from...
View ArticleMicrosoft Exce 2010l comments to text + column code
Hey guys, I was wondering if anyone can write a code for me or knows of a code that will allow me to turn comments into text and also pull the column title that the text is coming from. IE: Title Here...
View ArticleCopy Paste Rename Delete Files and folders
i was seraching it for about a hour but couldnt find wat i needed :( if you can give me code for all of this that would be amazing :)
View ArticleOld vb6 data types in live file... now dot.net?
Hello I am working on some live random access files created with a vb6 application. I would like to read those files in a dot.net application. I have two problems that clash. Obviously I need to read...
View ArticleVS 2010 Why does the WebBrowser control appear to use an old version of IE?
Hey guys, I just noticed something strange. I am on Windows 7, and I have IE9 installed on my system. But when I use the web browser control in VB (2010), it appears that it uses IE7! I had assumed...
View Articlestop a call in IE
I am using IE scripting object to navigate to a URL, and that URL calls a reconnect.aspx once it's logged in. From programming perspective, is there a way to stop that call?
View Article