VS 2010 Access object in treeview tag
Good morning Forum, I have come across a problem trying to access an object I assigned to one of my nodes in a treeview. I used the following code to assign the object. Code: NodeInfo.Type = "Item"...
View ArticleVS 2010 How can I make my transparent panel click-through?
Hello. I've make my panel completely transparent so that you can see what's behind my form through this panel. I need to be able to click through this panel and interact with whatever is behind it, as...
View ArticleHelp with basic console application
hello- I need a little help finishing a program. I'm not sure about how to get the code to display invalid integer when you choose option 4 and you try to divide by 0 as of now it just displays nan =...
View ArticleWebRequest and WebResponse has issues
WebRequest and WebResponse has issues I wrote a C# program that uses WebRequest and WebResponse to perform a simple web crawler. I discovered something about web sites. Web browsers such as IE and...
View ArticleMaximum Index of a List
Hi everybody. I'm creating a function that calculates loan and interest payments and I keep getting an error that says "make sure the maximum index on a list is less than the list size" when I try to...
View ArticleHelp//
HI,im a computer science student and i need help.. i ws given an assignment to create a program that makes poems randomly picking the words from text files,ther should be a text file for : nouns,verbs...
View ArticleVS 2010 Save Binded DGV
Hi, I am beginner in visual studio. I am having a DGV binded with data table (MS Access 2007) in that, user enters the Unit of Measurement and those data to be saved in the same DGV and I tried the...
View ArticleCombobox AutoComplete suggest append mode from MS ACCESS ???
Hello every one .... i'm trying to make an autocomplete with (suggest append mode) with my application witch is connected to MS access 2007 to display a records of products column from table 1 with...
View ArticleVS 2010 Save data thru Binded DGV in MS access 2007
Hi, I am beginner in visual studio so please guide. I am having a DGV binded with data table (MS Access 2007) in that, user enters the Unit of Measurement in the same binded DGV where already saved...
View ArticleHelp with iterating through two DataTables and removing rows from one of them.
I have two DataTables (Assoc and NonAssoc). Assoc is a table from a T-SQL query that gets all the companies an individual client is associated with. NonAssoc is a table that loads all the known...
View ArticleVS 2010 How can I properly take a screenshot of what's in a specific panel?
Sorry if the title is confusing, I'm not sure how to word it. I have a transparent panel on my form. I want to be able to move the form around, and then click a button and have it take a screenshot of...
View Articlevb6 > vb.net - clicking a button without ID
Code: Set HTMLDoc = WebBrowser1.document.frames("top").document HTMLDoc.forms("Nav").GetCase.Click This was my vb6 code to click a button within a form using HTMLDOC as mshtml.document. How do...
View ArticleLittle Boxes (on a hillside)---Trying to Color Code based on Values
Okay....gave up.....am trying to simply color code three textboxes (text1(0), text1(1), and text1(2) base upon their value: If one of them has a value more than the other two, make the BG green. If one...
View Article[RESOLVED] searching in a 2D array
I have an array like Code: public static string[,] ColumnIndex = { {"AcademicInterestCD1Act","25"},...
View ArticleHow do I unzip this code
Hi How do I unzip this code This code works in a way that SHA1CryptoServiceProvider PHP Code: Private Function CreatHash(ByVal PlanText As String, ByVal Mode As HashAlgorithm) As String Dim...
View ArticlePlease help with this!
I have 4 List of strings which are: Dim Instructs As New List(Of String) Dim Assists As New List(Of String) Dim aActive As New List(Of String) Dim Takenresults As New List(Of String) How can I add the...
View ArticleVS 2010 Newly added controls not showing up in codebehind page event drop down
I am working on a web form using VS 2010. The controls I've added previously to this form will show in the drop down list in code behind and are available to add events too. However any new controls...
View ArticleVisual Basic 2012 - Metro Tile Wall Excel Front-End
Hi guys, I need to have a Metro-style (tile wall) application to serve as a front-end for Excel. They just told me this now, and expect it to be finished by Sunday. :sick: I have no experience with...
View ArticleVS 2010 Adding wait times;Delays pauses ect.
How do you add Delays, Pauses I am asking is there a way to say this If Textbox1.Text = "hi" Then [Adding delay here] Msgbox("Displaying here") Additional information.. Is there a way for me too add a...
View ArticleLeslie Gore (of 'You Don't Own Me' fame) chimes in on the US Election
I new meaning to 'You Don't Own Me'. http://vimeo.com/51920265
View Article