VS 2012 [Help] How To Insert Controls Into RichTextBox..?
hey guys.. Would someone please help me Inserting Controls Into RichTextbox?! i have googled alot for this.. and i have found this project.. http://www.codeproject.com/Articles/...control-the-OL This...
View ArticleVS 2008 Need help with top down shooter
Code: Private Sub shoot(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseClick     Dim num1 As Decimal = 0     Dim num2 As Decimal = 0...
View ArticleVS 2012 Can someone help me get this Screenshot form working
I have explained how i want to get this working in the code but i am stuck and need someone to help me with the code to get this to the way i want it, you will make my day if you can help Code:...
View ArticleNeed help telling when an event has changed
I'm just about finished creating a diving competition program in Visual Studio 2010... It has well over 2,000 lines of code in 5 different files that I've attached. I'm stuck though on trying to figure...
View ArticleVS 2010 [RESOLVED] Get Entire Node Path from Database without using Treeview
Dear Experts; I have a table for the data storing of treeview. Now, the challenge is I need to get the full path of a node without using treeview; how to achieve this I am bit confused, any help will...
View ArticleCollision troubles
Greetings, I am making simple Pong application using just one picturebox, which is used as an canvas for everything happening. The code for collisions is : Code: Public Sub Collision() Â Â Â Â If...
View Articleresetting question!!!!
hello! my question is how to reset a private sub, I'm not sure if I'm saying it right, but here is an example, Code: Private Sub btnOne_Click (...) Handles btnOne.Click  lblOne.ForeColor = Color.red...
View Article[Excel] Can't put IsEmpty in a code
There is a code: Code: Sub CopyToClipboard()   Dim str As String   For Each rangeRow In Selection.Rows     For Each rangeCol In rangeRow.Cells       str = str & rangeCol.Value &...
View ArticleHow to override NULL value returned by a SQL command?
I have a "small" problem. Namely, I want to delete data associated with p_ID value from a table. Before of that, I'm trying to check is there data which should be deleted or not. vb Code: Dim amnt As...
View ArticleVS 2012 Multiple Textboxes that read from one textfile
I am in the middle of developing an application that will load lines of text from a txt file to specific textboxes. For example textbox1 would read from line one on the text file. I have this codes...
View ArticleVS 2012 Form2.Textbox1 update text from form1.textbox1
So I have been successful in importing form1.textbox1.text to form2.textbox2.text, however it does not update immediately. I have to either begin typing in form2.textbox1 for it to load. Is there a way...
View ArticleVS 2010 Need help with a probably simple error im new to this
im really new at this so sorry if its stupid but when I run this code it comes up with the error operator "=" is not defined for types system.windows.forms.labels and integer can you tell me whats...
View ArticleVS 2010 Question about Thread.Sleep.
Quick question. Does anyone know if Thread.Sleep yields explicitly yields to other threads while its blocking ?
View ArticleHow to display the name of every column in a chart?
Hi, I am trying to create a graph to show the user the amount of times they have pressed the keys 0-9. However my graph is only showing the numbers 1,3,5,7 and 9 as shown in the image. Is there anyway...
View ArticleVS 2010 AddHandler - With Params
As I understand Code: AddHandler xxx, AddressOf RoutineToRun Will execute the 'RoutineToRun' when the handler is triggered, What I would like to do is pass a param with the RoutinrToRun, so effectively...
View Articledatabase design for unbalanced tree
Hi every one I need to draw an unbalanced tree in a web page and i need to get the values from a database i have no resource to do such thing , if any one have a reference i'll be thank full :) .
View ArticleEditing an excel file downloaded from a server and opened with Process.start
Hi, I have a template that is an excel file. This template had been uploaded to the server. My application downloads this template but I would like to populate it with values from the application. I...
View ArticleHelp With Combo Box
Hey guys, im getting this error trying to when trying to import a txt file and use it as my combo box. "Handles clause requires a WithEvents variable defined in the containing type or one of its base...
View ArticleVS 2012 startup object
in vb6 i know i can choose sub main as startup object but in vb2012 i dont see that startup object. how can i use sub main in vb2012?
View ArticleVS 2012 Encrypt/Decrypt an Object
In VS2012, Visual Basic, is it possible to encrypt/decrypt an object? If so, is it similar to a serialize statement with a Cryptography stream, except rather than saving to file, an encrypted object is...
View Article