VS 2010 ContextMenuStrip image for ToolStripTextbox?
Added a ToolStripTextBox to a context menu, but there is no image property for this menu item. Is it possible to set the image of a menu item when the type is a ToolStripTextBox? Attached Images
View ArticleCompile error: BC30636: '>' expected.
Hello I am getting the following compilation error in my ASP.NET (VB) project: Quote: BC30636: '>' expected. Line 27: <asp:Button ID="SubmitButton" runat="server" OnClick="SubmitButton_Click"...
View ArticleFTP Upload Check
I have a small script to upload a file to my webserver via FTP Currently it over rights a file with the same name, how can I check if a file online already exists before uploading?
View ArticleProblems with hex values stored in a textbox to integers
Hello everyone! I am reading back information on my serial port into a textbox and trying to convert it into an integer but hit some issues. The value comes in as a 6 separate characters, starting with...
View Articlevb.net app to web browser options
I need some pointers to get started with a conversion project and initial searches have left me confused. I have a vb.net app and would like to make a version that runs in a web browser for both pc and...
View ArticleVS 2010 calculation difference
Why is it that the numbers differ that i calculate in the code below. the figures in lstfiles are correct and when i look at lstgef it is different. Why is that possible? lstfiles shows all the...
View ArticleVS 2013 Using Thread in vb.net
Hello everybody. Can you help me ,how to use Thread in vb.net . I have a phrase of code C# ok. Then i use converter.telerik.com to convert to vb.net but result not correct. Can you help me add Thread...
View ArticleVS 2013 Code Analysis rules driving me mad...
I have the following function (names are being changed to protect IP). vb.net Code: Private Function LoadValidationMessages(RecID As Guid) As List(Of MessagesModel)...
View Article[RESOLVED] Control.Invalidate(Rectangle) invalidating the whole control?
I might be blind, however it looks to me as if Code: With Rectangle .X = 0 .Y = 0 .Width = 0 .Height = 0 End With Control.Invalidated(Rectangle) will Invalidate the whole control. I was...
View ArticleVS 2010 DataBound Masked Textbox
Can someone direct me to use a Masked Text Box that has data bindings? I want the mask to be 000-00-0000 ' basic SSN mask I drag a masked textbox onto the designer set it's mask to SSN per designer,...
View ArticleCalculate Downline
I have a problem in making a MLM project. I have a table with following fields ID Ref_ID NAME 1 0 2 1 3 1 4 3 5 4 6 2 7 6 8 4 9 8 Now if I calculate the downline of 1 then the result ID will be...
View ArticleVS 2013 [RESOLVED] UK pound symbol comes back as garble
Hi, I'm having an issue when reading from a file when it contains the UK currency symbol £ I'm splitting the file into an array (one element for each line) using the following: Code: Dim aLineArray As...
View ArticleTrouble Rewriting Bookmarks in Word Using VB.NET
Right now I have a Word Document with the following text: FullName Position Address Each line is made as a separate bookmark. The bookmark name for each line is the same as the word (the bookmark for...
View Articlebug in graph output
Hi guys, I have a some sort of bug in my "chart"output in vb.net. All my calculations has to shown in a chart ( toolbox --> chart) (type chart is stacked columnn) Look the attached file: You can see...
View ArticleVS 2013 TreeView with state icons
Hi, I have problem with a treeview. If have a treeview, depth level 3 where the root (level 0) and level(1) show folder icons. Folder Open (image index 4), Folder Closed (image index 3) When I click on...
View ArticleConcatenation's, is this possible?
Good Evening, Is it possible to create something like this: Code: If url = "http://www.mywebsite.com/AccountID=" & ("^[0-9]*$") Then clicksettings() End If After...
View ArticleVS 2013 best way to read/write. xml
Ok i have been at this for weeks now and i can't figure out what to use for this project I am working on a program to change values in a game my son is playing. I want to make it simple as possible to...
View ArticleChecking if a DataGridView is DataBound or not?
I have several datagridviews on my form. Some of them are DataBound grids while others are manually loaded. When I go to reinitialize my form, how can I check to the status of it's DataSource without...
View ArticleVS 2008 selecting row in the table
I have a table with a long list of entries that extend beyond the screen. How do I select a row in the table and have it scroll down so it can be viewed on the screen? For example, my table has 500...
View ArticleVS 2008 Graphs
I have a bunch of data that I want to put into a line, bar and pie graph. Is there a free way of doing this in VB.Net without requiring additional DLL's to be sent at deployment stage. Also is three a...
View Article