VS 2010 vb.net regex clear link (not in a tag) how to?
I wanna clear http://www.example.com and www.example.com/page.html in a string. All examples are using tag but i don't have a tag in my string. Thanks for help.
View ArticleHelp: Need help extracting HTML Elements
Hi VB Gurus, I'm trying to extract the line "5 sets / Lot" from the following: <div class = "key-info-line"> <div class = "key-info-ri> <p>5 sets / Lot</p> <div class =...
View ArticleDisplay SQL message in VB .net messagebox
Hi, i'm a VB\SQL newbie I have been searching for an answer to this for the last half a day, and have yet to find the solution... and i know it is possible. I would like to display the SQL Server 2008...
View ArticleHow to Make Motion detection with 2 picturebox in vb.net 2010 ??
Shalom... emm, I have a question about the motion detection, example : i have 2 picturebox ( picturebox1 and picturebox2) with the images Picturebox1 picturebox2 motion detection results: -black nail...
View ArticleVS 2012 Saving dataset to txt file
Hi, Im wondering if anyone can tell me how I would save a dataset to a txt file? Im trying to create a receipt and after many failed attempts of trying to use reportviewer and print it that way I have...
View ArticleIs anyone up and availible to lend a hand?
Is anyone up and available to lend a hand? I am working on homework that I got a very short extension on, and was wondering if someone had some time to work with me (not saying doing it for me) but to...
View ArticleVS 2010 How to... FormBorderStyle 3D Sizable?
I want to get a 3D effect in the border of the form like when you set the formborderstyle to Fixed3D, but it needs to be sizable. How can I accomplish that?
View ArticleClasses inside of Modules
Hello, a colleague of mine wrote a program that was working fine on its own. It was a module containing a class. something like this Code: Module m1 DoThisAndThat() Class c1 //variables and constructor...
View ArticleOpen another parent form
At the moment, I have a project I'm working on with a menu that opens a new window. Annoyingly, when the new window is opened, it just does everything the main parent window does that the new window is...
View ArticleForce class to implement a shared function
Hi I want a class to implement a particluar shared (static for C# fans) method. I can check it does at run time using reflection but is there anything I can do at compile time? I can't define a shared...
View ArticleVS 2008 How i can select child control of custom container control?
Hi. I create custom cantainer control and inside it create custom panel control, but in design mode I can not select the inside control of my conainer control. I want select child control of custom...
View ArticleVS 2010 How do i edit video using VB.NET
I'm search free VB.NET SDK for edit video (split,crop,join) Do you have the sample code? Which sdk should I use? Sorry for my bad English. Thanks for help.
View Article[RESOLVED] Transferring items from a listbox to a textbox on a double click
The title says it all. The tricky part is that I need to select a certain part of the text to be transferred. Lets say, your listbox has the following item: Hello, my name is... You only want to...
View ArticleVS 2010 Text files
How do I append data to a text file one line at a time, such as a vbcr or vbcrlf
View ArticleHow to modify my background worker to properly cancel?
I have a form that contains a BindingSource and a BackGroundWorker. While navigating records, on the BindingSource.PositionChanged event, I run the BackGroundWorker to pull data from a different...
View ArticleVS 2012 Need to identify and reject decimal numbers when input by user
I am creating a very basic program, which relies upon the user inputting a number (variable) which I have declared as an integer. Because it is an integer the number input needs to be a whole number,...
View ArticleVS 2010 BindingSource.Filter on Null Values
I have created a filter on a datagridview that gets fired by the user typing into a number of textboxes. So for example the fields to filter on are DocID, BatchID etc All works fine unless there is a...
View ArticleError Help: Could not load file or assembly 'DocumentFormat.OpenXml' or one...
Full Error: Could not load file or assembly 'DocumentFormat.OpenXml' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Drive has 30 GB Free. The...
View ArticleProblem Changing System Date
Hello, I am trying to change the system date by code. Code: Today = "10/11/2013" Whatever Today date I use, the system date changes to "06/06/2012" I am running the program as administrator. Any idea...
View ArticleAdding A TabPage From Its Index
Below is an attempt to make a button that will remove all tabpages, then add them back through their indexes. StartPage is the starting index, and Current Pages is the total tabpages. How should this...
View Article