Visual Basic .NET (VB.NET) is an object-oriented computer programming language that can be viewed as an evolution of Microsoft's Visual Basic 6 (VB6) but implemented on the Microsoft .NET Framework.

learn more… | top users | synonyms (2)

0
votes
2answers
25 views

Working with Java and VB.net

We want to create a system/application with several coverages (i.e inventory, monitoring, etc). But me and my friend knows different programming languages. I know java and he knows vb.net but neither ...
0
votes
1answer
13 views

update rad ajax manager from codebehind

Hi can someone help me how to call (or refresh) below control from code behind? currently it is working when I click my btnUpdate button. Along with I want to refresh the same usercontrol when I ...
-1
votes
1answer
22 views

Get data between any two tags by vb.net [closed]

sir i want to get data between to tag... example:(showing in my view source) <img class='stat_icon' src='/images/green.png'> **data to be extracted**</a> or like <input type=hidden ...
-1
votes
0answers
31 views

How I can get log in time asp.net 4.5 in visual studio 2012 [closed]

How I can get log in time asp.net 4.5 in visual studio 2012 i want to store the time for example {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8} cqn u help me encrypt the array with public key (modulus AND ...
-1
votes
0answers
25 views

Test Conditions in a VB.net application

I have written an application in Visual Basic.NET and have been asked to "Set Test Conditions". Can I have a quick description of what actually a test condition is? I have had a look online, with no ...
0
votes
0answers
59 views

Windows CE Generate Log on Barcode Scan

At the moment, I am currently faced with a small project as to update a current bar-code system so that it will store a log file on scan. However, I'm not provided with any source code for the current ...
0
votes
1answer
44 views

loop multiple table from dataset

i have 2 table in my dataset, what i trying to achieve is convert 2 table item into string Public Shared Function mtdCDsToStr(ByVal pDataSet As DataSet) As String Dim sDs As String ...
0
votes
1answer
21 views

Exception while try Date.ParseExact in VB.NET

I'm trying to parse this: Date.ParseExact("5/19/2012", "M/d/yyyy", myCultureInfo) In the machine with system date format MM/dd/yyyy, it works fine. But in machine with system date format ...
0
votes
1answer
34 views

Unable to add value to cells in a “named” range in excel using VB.NET (what is wrong with this code?)

I am trying to implement following loop but I am not able to name the excel range. Dim oXL As New Excel.Application Dim oWB13 As Excel.Workbook oWB13 = oXL.Workbooks.Open("F:\mybook.xlsx") ...
0
votes
3answers
29 views

Split first <br> from sentence using vb

I have the one sentence Eric Corni<br>chargé de clientèle<br>Tél: 09 99 99 99 99 72<br> atricard@adiscos.com I want to get only chargé de clientèle<br>Tél: 09 99 99 99 99 ...
-1
votes
0answers
21 views

Fill DataGrid with a custom query

I'm trying to fill my DataGrid with a custom query I have written which binds two tables. The query is stored in my dataset (dbPBDataset.xsd) under the table adapters (TransactionTableAdapter) and ...
0
votes
1answer
43 views

ASP.NET ObjectDataSource could not find a non-generic method that has parameters

I am using a FormView control on an ASP.Net page with an ObjectDataSource that is linked to a Business Tier component connected to stored procedures in the SQL Server. I am getting the ...
1
vote
2answers
64 views

Convert string to XML using .Net

I store the XML output to String and Again convert this string to XML .I successfully convert XML output to String, but i got problem again converting string to XML. sample code : ...
-2
votes
2answers
32 views

Random Gen. Wont work.- Looking for help/ideas

I was wondering why i cant get a random number to generate into the numricUpDown 'Project name: Color mixer project 'Project Purpose: Display the color associated with the calue entered by the ...
0
votes
1answer
34 views

RegEx is not doing what I want

I want to retreive a part of a string, my question is if I can get the correct string without touching the matched string (substring or splitting), I know is easy to do a split/substring but I want to ...
-4
votes
0answers
30 views

Past exam paper [closed]

Consider the following procedure code 1 Declare variables 2 get two Operator 3 enter the operator 4 operator: + calculate result = op1+op2 - if op1>op2 calulate result = op1-op2 ...
0
votes
3answers
25 views

Saving to text not showing anything in 'save file type'

Hi trying to save to a text file from a rich text box with following code and it is not saving and also not giving the option to save file type when the saving prompt comes up: Private Sub ...
1
vote
0answers
17 views

How to register a backup application with the Win7 Action Center?

I've written a little application which continuously backs up my important files to Amazon S3. I'd like to be able to inform windows that my application is running and thus the Windows Action Center ...
1
vote
3answers
63 views

C# Static Class vs VB.NET Module usage

I'm having difficulty calling a function from a C# Class in a similar way that I call a function from a VB.NET Module. I have a C# class General.cs using System; namespace XYZ.Classes { ...
3
votes
3answers
95 views

VB.net Get total time between two time spans

I was wondering if there is a function with VB.NET that can tell me the total time that two different time spans have in common. for example, I have these two different time spans: 1st Date : ...
0
votes
2answers
34 views

which event of form1 is fired when form2 closes in vb.net

I have two forms in my project When I click on a button on Form1, Form2 opens. I have some textboxes on form2. When I write some text in that textboxes I have a button Save. By Clicking that Save ...
0
votes
0answers
58 views

Copy specific column from 1 datagridview and automatically load it in another

I am creating a PC VB.Net application to program an EEPROM on an alarm system I am building. I have 2 datagridviews being filled from different tables in an Access Database. For this example, they're ...
0
votes
1answer
30 views

vb.net exclude specific file names from copying?

How to exclude specific file being copied during copy process. I want to exclude from being copied for example name.xml, adress.xml and data.xml Here is the code from MSDN I use: Dim BackupDir ...
1
vote
2answers
67 views

trouble calling a method in form 2 from a button click on form 1, vb.net

I have a program for creating a time sheet and when a saved time sheet is loaded by clicking a button on form 1 the data loads to form 2 and then calls a method in form 2 to print the data to form 3. ...
0
votes
0answers
23 views

Modify property of a dynamically built Table Row Control in ASP.Net Vb

I have built a table control from the results of an SQL request and assigned each table row an ID that consists of: Dim RowNameBenefit As New TableRow() TableApprovedItems.Rows.Add(RowNameBenefit) ...
0
votes
1answer
37 views

Check if Visual C++ 2010 is installed - No Work

For my program, I want it to check if Visual C++ is already installed and from a little bit of Googling, I can check if they are installed by checking the registry key as stated here: ...
1
vote
1answer
27 views

Problems with DataAdapter at VB.Net in a connection to SQL Server 2008

I´m experimenting troubles on a local connection to SQL Server 2008, it´s throwing me the next especific error: A network-related or instance-specific error ocurred while establishing a connection to ...
0
votes
0answers
23 views

linking chart points to textbox

I have a page with 5 text boxes that produce values from a calculation form. I would like to have a chart on this page based on the values of these text boxes so that it updates accordingly, does ...
1
vote
1answer
86 views

Simple game of Old Maid, not so simple?

Fair warning, I am going to post my entire code for player 1 just because I'm not sure what is needed in order to proceed. I am in desperate need for help. There are 49 cards, and player 1 will be ...
0
votes
0answers
13 views

VB .net: getting process output not created by stdout

Okay, so i've got a program in C (didn't write it myself) that outputs some data using sprintf(s blah blah something (I'm no expert in C/C++) I can't get it to compile correctly myself (I've tried for ...
0
votes
4answers
51 views

VB.Net Program should auto update

I have a program written in VB.Net and this program is supposed to auto update. I already found how to download the new file and unzip it, problem is i cannot overwrite the file as long its in ...
0
votes
1answer
25 views

Find multiple haystacks between the same needle

I am currently trying to develop an application that obtains data from a certain webpage. Lets say this webpage has the following content: <needle1>HAYSTACK 1<needle2> ...
0
votes
0answers
26 views

Getting a word after another, that was between <em> HTML tag

I am trying to code a gender of a scraper, learning purposes, but I am facing a problem. Elements on my program: TextBox2 Button - Find RTB - code RTB - list (filtrated results) User inserts his ...
0
votes
0answers
31 views

Custom ToolStrip renderer - DropDown items not appearing on hover

I have a ContextMenuStrip with a custom renderer class that paints the items according to the user's color choices. However, when the custom class is active, the items in the ContextMenuStrip must be ...
0
votes
1answer
27 views

How to update a MS Access database in vb.net

Hi I'm having trouble with updating one of my tables using vb.net when i click on the button to update the data base it give me the error "System.Data.OleDb.OleDbException: No value given for one or ...
1
vote
1answer
43 views

VB, creating a save file menu

Is it possible with VB.2010 to create a 'save' file option that will save current app settings to a file and then be able to 'open' those setting. basically I am after implementing the traditional ...
-2
votes
0answers
32 views

Error when inserting data in my database on home computer; same code works at the office

I have a typed dataset in my project. When I try to save data to my database, it returns error for a valid InserCommand. While Insert command is already there. I have been doing this for years but do ...
0
votes
2answers
26 views

VB.Net Closing startup form kills application

Hi i make a form that fades in then fades out and loads another form up. when the new form has loaded it closes the the start up form. Problem is when it closes this start up form it kills my ...
0
votes
0answers
23 views

XMLReader won't read element's value correctly

I'm trying to read an XML file to load data, however the values always read as nothing. What am i doing wrong? I have use MessageBox.Show(Reader.Value) and the messages read nothing. Public Sub ...
0
votes
0answers
21 views

Global Click Event

I want to be able to click anywhere on my computer (not on the form) and I want it to play sounds. The sounds are easy but I want it to detect if the person clicks right or left click anywhere like ...
0
votes
0answers
27 views

Using SyncLock inside a property

I have a variable that is being used by multiple threads, so I am using SyncLock when getting and setting the variable. I am wondering if I can wrap the SyncLock inside a property, so that I don't ...
0
votes
1answer
36 views

Error occurred while connecting/creating automation server for ClassLibrary1.classname

I built a DLL with Visual Basic 2010 Express. It's built on the VB 4.0 framework. After building, I ran on the admin command prompt: C:\windows\...v4.0.30319\RegAsm ...
0
votes
1answer
63 views

Different ways of declaring arrays in VB.NET

In VB.NET, is there any difference between the following ways of declaring arrays? - Dim cargoWeights(10) as Double - cargoWeights = New Double(10) {} ' These are two independent statements. They ...
-4
votes
1answer
48 views

Visual basic - Questlon [closed]

How would you have a button generate a number from 0-255 (randomly) then force it to display into a textbox in your form field? Also make it so it then counts the times you have clicked the button and ...
-1
votes
1answer
44 views

How to display deck of cards and compare for doubles

So.. right now I am having a pretty big problem. I have my pictures of a card deck but they are not displaying at all when the deal button is clicked. They were being displayed initially, but I ...
0
votes
1answer
28 views

How to parse nested JSON string using .NET

I'm trying to parse a nested JSON string returned from the GCM (Google Could Messaging) server using VB.NET. The JSON string looks like this: { "multicast_id": 216, "success": 3, "failure": 3, ...
0
votes
1answer
39 views

borderless button in visual basic.net?

HEY there i was asking about how to make a borderless button in vb.net i can always set the style to flat and make the background color as transparent but always i always get the button focused and ...
3
votes
2answers
44 views

Refresh DataGridView after executing SQL Command?

Here is my code: cn.Open() cmd.CommandText = "insert into Student values('" ...... cmd.ExecuteNonQuery() cn.Close() After closing the connection I want my DataGridView to ...
0
votes
3answers
35 views

Timer to count down in VB.Net 2010?

I'm trying to use a timer to count down from a specified time I choose with the time being separated into minutes and seconds using the format MM:SS and then stop when the time reaches 00:00. So far ...
0
votes
1answer
28 views

getting a color from a database entry and applying it to a label background

I am having trouble getting the color the user picks and saving it into a database so that when they reload the program it will automatically apply to the labels background. I have this to let the ...

1 3 4 5 6 7 943