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
0answers
3 views

VB.NET: How make Array.Sort case-sensitive

Basically I need to sort a list of strings, but there are lower case, upper case and numerics in the strings. Currently when it sorts them it values 'a' and 'A' as the same letter so: acfgh aztyu ...
-2
votes
0answers
10 views

vb.net error on something

Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click ...
0
votes
1answer
33 views

Why isn't my code working?

Private Sub CommandButton1_Click() Dim rTable As Range Dim lRow As Long Set rTable = Sheets("Revenue ...
0
votes
1answer
17 views

manipulate data in datagridview vb net

I have a table sales(invoice,dateinv,seller,grade) Dim sql As String = "SELECT * FROM Sales" Dim daHeader As New SqlDataAdapter(sql, Conn) Dim dtSales As New DataTable daHeader.Fill(dtSales) ...
0
votes
0answers
16 views

Calling an event from another aspx

I have the next doubt, I have an aspx page where I want to put a button and then I have another aspx page with another button which have this event when you click on it. I want that when you put on ...
0
votes
0answers
19 views

how to save changes from DataSet to physical Database

I've been looking at this problem for a while and can't see what I'm doing wrong. I want to save changes from DataSet(ds.Tables("Login")) to physical Database (Data ...
0
votes
2answers
31 views

Insert and Select at the same time in a stored procedure

I have the following stored procedure: create procedure Insert_Maintenance ( @PlateNo nvarchar(10), @MaintenanceType nvarchar(150), @Name nvarchar(300), @MaintenanceDate date, @Qty int, ...
-2
votes
0answers
13 views

How to save images of a whole 3x3 grid size of picture box into access database using VB.NET?

I need the code for saving pictures with a add button in VB.NET into the existing resources file and retrieve it using coding that will randomly display the 10 images on shot.
-1
votes
0answers
12 views

vb2010 webbrowser automate showsaveasdialog to download html including image files

I want to load a webpage in the webbrowser control in VB2010 and then download the page afterwards. Just like in Internet Explorer when you right-click and select "Save page as" you get the .html file ...
-1
votes
0answers
14 views

How to write a custom assembly compiler (sort of) in VB.NET

I've been trying to write a simple script compiler for a custom language used by the Game Boy Advance's Z80 processor. All I want it to do is look at a human-readable command, take it and its ...
0
votes
3answers
25 views

Positioning Image and Text in a button

I have a Button on my Form. I want to have an image on the left and text on the right like : Image Text But the problem is that image is not stretched here. I mean it does not fit the button. So I ...
0
votes
2answers
19 views

Load text from ANSI encrypted file into a RichTextBox

I am a beginner programmer and I am currently looking for a way to load texts from an ANSI encrypted file to a RichTextBox in my form. Also, I am looking for a way to save it back to the file with ...
0
votes
0answers
30 views

Access Query Visual Basic

I am trying to run a query in my VB program that will get the contents of a column. Basically I'm trying to search a column to see if it equals something and if it does, return the value. The way I ...
1
vote
3answers
70 views

What is (and why do I need) => when creating a task in c#

Sorry if this is obvious. I'm trying to make the jump from VB.NET to C# and I'm currently playing around with tasks. In VB.NET I can define a task like so: Dim t As New Task(Sub() ...
0
votes
3answers
21 views

Trying to write a delimited file using LINQ and XML, but can't make it work with strings

I'm very new to programming and I'm trying to get information from IMDB on a list of about 1500 movies. I found a website to get the data from in an XML file but I'm having trouble getting the data ...
0
votes
0answers
23 views

How to detect Error 404 on this webpage?

This page will launch a 404 error but I can't recognize it in my code. http://www.mp3crank.com/releases/1920/page/1 This is the code: Dim request As HttpWebRequest = ...
0
votes
1answer
13 views

Marshal structure to pointer then pointer to unicode string VB.Net

Our client has a requirement to move data from a structure into a string so that it can be shipped off to the mainframe. Our process coming in is basically marshaling the data from string into the ...
0
votes
0answers
15 views

How to display results of a search in Visual Basic

I have created a program that searches the Active Directory Services Interface (ADSI) for users and returns their attributes, such as their full name, phone number, description, and photo thumbnail. ...
0
votes
0answers
14 views

Allow for users to change sheet names, VSTO

This is similar to my question here, but my workaround dosn't help for these instances and the cause is more defined. I have a workbook level customization that will add sheets from a folder where it ...
0
votes
1answer
22 views

ASP.NET GridView_RowEditing get value of cell

This is pretty basic stuff, but i am unable to extract the text from a cell in my gridview. <asp:TemplateField HeaderText="Rolle" SortExpression="role"> <ItemTemplate> ...
0
votes
1answer
9 views

SSRS Parameter - default to next business day

What is the formula to default a parameter in SSRS to the next business day? I know I can create code to calculate it, but I was hoping there was a single line of VB that I could use as a default to ...
1
vote
1answer
27 views

VB textbox and width prob

hi there im trying to design a section in my program that builds layers represented by rectangles, depending on the sizes inputed will decide upon the outcome of the rectangle width. Im having a ...
0
votes
1answer
8 views

Stripe Payment with VB - 400 Bad Request.

I'm trying to make a stripe payment work from a VB website. I know, I know, "I should use C#". I can't because the site is already in VB. Nothing I can do about it. Anyway, I have most of it figured ...
0
votes
3answers
77 views

OPTION STRICT set to OFF

I have read Jeff Atwoods blog here: http://www.codinghorror.com/blog/2005/08/option-strict-and-option-explicit-in-vbnet-2005.html. I am interested in the statement: "You should ALWAYS turn Option ...
0
votes
0answers
7 views

Access Adobe Reader Properties

I use ReportViewer to create a PDF document. I then use the following code to open my PDF: 'Open pdf file If File.Exists("C:\myReport.pdf") Then Process.Start("C:\myReport.pdf") I am looking to ...
0
votes
1answer
17 views

Using Session State in Web Service to preserve data sent via AJAX with no proxy

I have a web service which I am trying to use to create a shopping cart. The data is held ona separate domain to the website displaying it. I have set up the service as follows: ...
0
votes
3answers
76 views

Code optimisation of math.asin function vb.net

I have the following line of code: SomeDouble= constant1/ ((a * b) * (Math.Asin((c- a) / (a * d)) + constant2)) The two constants are different and calculated out of the loops, a - d are variables ...
0
votes
3answers
28 views

Passing AddressOf to a function in VB to use AddHandler

I need to pass a reference of a function to another function in VB. How can this be done? My function needs to use AddHandler internaly, for which i need to pass it a handling function. My code below ...
0
votes
1answer
11 views

Smtp server which expect SSL connection on 465 or 587

There are SMTP servers that use port 465 for a secure connection, however , when a use a TcpClient to connect to these servers on this port, no greeting message is sent, have i to secure the ...
0
votes
1answer
18 views

LINQ query with multiple joins throwing null reference error

I have a LINQ query with 3 joins and a grouping operation that is throwing a null reference error. In the below query (I'm sorry for the length) if you skip to the 'eDTK_PDP_Description' field, it's ...
1
vote
1answer
13 views

Method not found: 'Void System.Web.UI.ScriptResourceDefinition

I've built a fairly simple website in using Visual Studio 2012 using .net 4.5 version. When I uploaded the website to my server I get the following error: Method not found: 'Void ...
0
votes
0answers
9 views

difference between XSD table adapter and query

I am curious, what is the difference between table adapter and query when you righclick and select ADD while viewing the .xsd design view? When would you choose to use one vs the other? I ask ...
-1
votes
0answers
20 views

Attempted to read or write protected memory. This is often an indication that other memory is corrupt

'~~> Code required to browse for the Access Database File Private Sub `Button1_Click`(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click With OpenFileDialog1 ...
0
votes
0answers
10 views

How can I set a row as hidden or not in an RDLC based on whether it is in print layout or not

I am trying to set a row in my RDLC report to only be visible if it is being printed or in print layout. I have hidden rows before based on a report paramater by setting the Hidden property to: ...
0
votes
2answers
65 views

Calling async method from ASP.NET page makes me wait for the result

From my ASP.NET Page I call a method from a referenced project like this: Dim oValServiceAgent As New ServiceAgents.ValServiceAgent(System.Security.Principal.TokenImpersonationLevel.Impersonation, ...
0
votes
2answers
27 views

Copying data from text file to array

I'm trying to copy data from text file to array, I got error Index was outside the bounds of the array. Dim vstring(-1) As String Dim vid(-1) As String Dim index As Integer Dim vText ...
0
votes
1answer
17 views

Gridview not populating from access db with parameter query - VB

I have a page where I am trying to populate a gridview (gvClockings) on a button click based upon a selection in a dropdownlist (cbLocation) and a from/to date entered into textboxes from a ...
2
votes
0answers
30 views

strange behavior accessing DB2 database from VB.NET project

We have a test environment and a production environment with DB2 database and VB.net projects. We have recently added 4 columns to a 74 column table, giving a total of 78 columns. We have had this ...
1
vote
0answers
31 views

Validation using Lambda Expressions

I wanted to make a nice validation system in VB.NET and ASP.NET, where developers only need to specify a single line to validate their controls. I came up with a system, using lambda expressions. So ...
0
votes
0answers
11 views

Reportviewer Export PDF FitToPage

I created a report using ReportViewer to export my data to a PDF using the following code: Private Sub CreatePdf() Dim warnings As Warning() = Nothing Dim streamids As String() = Nothing ...
0
votes
4answers
33 views

Error when selecting between two dates from vb.net to sql

I have the code below technician_sqlsource.SelectCommand = "Select analyst as Analyst, sample_description, RFA_number, convert(varchar(10), updated_date, 103)as updated_date, customer, po_number, ...
0
votes
2answers
25 views

Open aspx page into a modal window and work with it

I would like to open a modal window when i click a button, inside the modal window should load an aspx page with controls and should work (make postbacks, etc). how can i achive that ? thanks.
0
votes
2answers
26 views

Download an image from a url that has a splash page (ip camera)

So I'm trying to download an image from a url path. I'm using the following code which is tested and does work: Client.DownloadFile("URL","FILE LOCATION") Client.Dispose() The url I'm using is the ...
0
votes
1answer
18 views

Trying To Implement a Context Menu in Windows Explorer and Return Path

Ok, so I'm a little new to VB.Net and so I've struggled with this so maybe you more experienced programmers can help me out. The goal of this project is as follows: Create a context menu item that ...
1
vote
4answers
21 views

Retrieving XSLT code as string - “Illegal characters in path”

I want to transform a XML document. My XSLT code is working and it transform correctly (tested in XMLPad), but now I want to make it transformed in my VB.NET program. The thing is that I don't want ...
0
votes
1answer
14 views

Update/Clear the datasource after changing the class library

I have already assigned a datasource to my combobox in my application and now I have added a property in the class library and have added the reference in this application. Now I have to change the ...
0
votes
2answers
55 views

How to make a list update constantly while running the application. VB

How would i get my list to update all the time while my application is running instead of updating only when i start my application? Private Sub Form1_Load(ByVal sender As System.Object, ...
1
vote
2answers
35 views

Remove an object when in a for each loop

I'm making a survival game and trying to remove an object when it goes off the screen. Here is the code: Public Sub tmrEnemyMove_Tick(sender As Object, e As EventArgs) Handles tmrEnemyMove.Tick ...
1
vote
1answer
40 views

Why some variables names have '%' or '$' symbol at the end in VB.net

Recently i have been studying one vb.net project and it was written in vs 2005. I came across a variables that were ending with '%' and '$'. My question is What is the need and significance of it, I ...
0
votes
1answer
41 views

Get files from a directory and add them to a list that is updating constantly. VB

I have been looking everywhere for something that will constantly check a directory to see if there are any new files and if there is it will add that files name to a list I have this but it only ...

1 2 3 4 5 945