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
1answer
17 views

Multicolumn Dropdown in Ultragrid

I have to do some maintenance on an VB.NET application (Visual Studio 2012) that uses Infragistics. I need to modify column in an existing UltraGrid control. One of the column is already a dropdown ...
0
votes
0answers
10 views

ASHX file could not create type - running as Application in ISS Express

I have been trying to get a demo of jQuery File Upload working and have been faced with an error for the last couple of hours that I just can't shake. The "could not create type 'namesapce.myHandler'" ...
-1
votes
5answers
92 views

Is there an object that contains the parameters of a function?

In a method that is so long that it scrolls off the screen. Just to make life easier as I program, if I want to refer to the variables of a class I can use the Me or this objects depending on which ...
0
votes
1answer
23 views

VB.net Single row list view across multiple lines

Is it possible to line break a listview control set to single row in visual studio similar to a wordwrap? So the line break occurs when a certain width is exceeded by the text, not where a certain ...
1
vote
2answers
46 views

How to make the Header static in Gridview scroll?

here I'm trying to make a scroll-able Grid View, which I did using the overflow, but the problem is, I want to make the Header section static, allowing only the content to be scrolled, here's my code: ...
0
votes
0answers
12 views

Chart: Show more value descriptions on X-Axis

I'm showing a Chart to the user which has one chart area with a line chart. On this, I got, for example, one line. This line has about 200 values. Those values do all have a description (e.g. ...
1
vote
1answer
18 views

Custom xsl function with parameter array

I want to create a function for XSL to resolve a text like "Inserted by {0} at {1}" in "Inserted by Admin at 2013-05-13T10:02:17". I use XSL 1.0 and define my own functions in .NET. I try this like ...
0
votes
2answers
24 views

login in vb.net and sql server 2008

How I'm going to redirect to another page after login is successful ? and how I'm going to check if the username & password are correct or not ? this is my code for login : Private Sub ...
0
votes
1answer
20 views

alternative sto VB.NET SendKeys

i am using following code to send keys to a certain application, but on some PCs its not working. The code itself should be OK, since on most computers it works fine. Its just on some computers that ...
-3
votes
1answer
39 views

how to remove EOF, which is getting appended to last word

I would like to remove only the EOF character from the last word in paragraph of text. The EOF is getting appended to the last word and we are unable to read the entire text. Is there any workaround ...
-5
votes
1answer
28 views

Select item (ContextMenuStrip) and put it (TextBox)

When you switch on the right (TextBox) with a choice of either item (ContextMenuStrip) to item (TextBox) exposed For example: if (ContextMenuStrip) were tested with this option Yny word within the ...
1
vote
1answer
53 views

How to select all childnodes when a parent node is selected in treeview ? (When the treeview is used from usercontrol)

I have a usercontrol which has only the Treeview control. <asp:TreeView ID="Tree_Index" Style="font-size: 11px; font-family: Tahoma; font-weight: bold; text-align: left;" runat="server" ...
-3
votes
2answers
59 views

How to close parent form and open child?

Hey guys before I was just hiding the parent form, but now when I try to read from the parent file it says it can't because it's already running in a process. I followed some tutorial and it said to ...
0
votes
2answers
42 views

ASP.NET/VB dropdownlist not properly populating gridview

I'm rather new to ASP.NET, but I have to create a .aspx form with VB that when selecting a customer from the ddl, it will populate gridview with the customer's orders from an Access database. So far, ...
0
votes
1answer
45 views

Trying to write to an existing file

Hey guys I'm trying to write to an existing file. here is my code: Dim writeFile1 As StreamWriter = File.OpenWrite("H:\Visual Basic\LoginFixed\Accounts\" + frmLogin.txtUser.Text) It's saying that ...
0
votes
1answer
13 views

How to cast object of type 'gupta.sqlbase.data.sqlbaseconnection' to type 'mysql.data.mysqlclient.mysqlconnection'

I selected some values in SQLBase and I want to import them in MySQL. But the problem persists as indicated in my title. The scenario is this: I have to select only some fields and their values in ...
0
votes
1answer
27 views

Line Break in Richtextbox accordind to width of richtextbox

Can some one help me in richtextbox. means... If RichTextBox1.TextLength > RichTextBox1.Width Then Environment.NewLine ..... FOR EACH LINE UNTIL END All i need a line break in whole paragraph.
0
votes
0answers
33 views

Load the game as it was when the form was loaded

I want to be able to put an option in a code when user is finished with the game, the "Play Again" button appears and when clicked the game can start all over for a user to play. Below is what my ...
0
votes
3answers
33 views

Fastest way to append text to a richtextbox?

I have a application with a RichTextBox control where a procedure is adding text almost all the time: RichTextBox1.Text += vbNewLine & "Title: " & AlbumName RichTextBox1.Text += vbNewLine ...
1
vote
2answers
24 views

Move form visual studio 2010

Is there a way i could move or center my VB.net form in Visual Studio 2010? I'm asking because whenever my toolbox is open, it hides my form and it's getting annoying.
0
votes
2answers
24 views

Having Trouble With VB.NET Registry Editing

I'm trying to make a simple program that will add a value to a specific part of my Windows Registry when I press a button, but it keeps adding it in the wrong place. I specified the right location of ...
3
votes
2answers
103 views

What is = Not(VB) in C#

So say if I have this code circularProgress1.IsRunning = Not circularProgress1.IsRunning // in VB how would I make this in C# ? circularProgress1.IsRunning != circularProgress1.IsRunning // This ...
0
votes
1answer
63 views

PDF Import into SQL

I have a pdf file that I converted to seperate HTML files, My goal is to import them into MS SQL so I can search the table for specific identifiers and display the result on a webpage. I am able to ...
0
votes
4answers
37 views

Keep VB.NET application running in the background after base form closed

I am writing an application in VB.Net in which a user can schedule emails to be sent in the future. Is there a way to keep my listener thread running in the background after the base form on the ...
0
votes
0answers
13 views

Tables in XML Schema, Primary Keys, and Missed Records

I have a pre-existing project I am trying to diagnose. This is a VB project with EFTSource.xsc, EFTSource.xsd, and EFTSource.xss files represented in the Solution Explorer by just the EFTSource.xsd ...
-3
votes
1answer
52 views

Need to know how to add score in visual basic game?

My score is under checkhit() section, so I have been trying to add score in when an invader dies, I would also like to know high score and lowest score. I have been having errors in score section ...
1
vote
0answers
26 views

SSIS and IIS in different Server and trying to implement SSIS in ASP.net

I'm relatively new to SSIS so please go easy on me. We have 2 production server,one is for database and other one is for IIS. We are planning to develop SSIS package and going to implement it in the ...
0
votes
1answer
11 views

How to raise event on a mocked object in VB.NET with Rhino Mocks

I know how to do it in C#: (from the docs) view.Raise(x => x.Load += null, this, EventArgs.Empty); I tried the following: Me.MockObject.Raise(Sub(x) x.SomeEvent(), someArgs) 'Compiler Error: ...
0
votes
1answer
34 views

Visual Studio: PictureBox not showing the full image

During the use of the application the user stores away a picture to be used for comparison later. When the image is retrieved from the database it does not render fully in the picture box as seen ...
2
votes
1answer
48 views

How do I get a text file to be a part of my build?

I wrote a program that reads from text files and can create them to load and save data. I have a few files that are the "default" data that are loaded as soon as the program start. The files are ...
0
votes
3answers
22 views

rounding text box results VB

what is method on VB to round the results in a text box to three decimals, example 1.0030302 to 1.0003 Here is the code for the controlling button for the results.. Private Sub Button1_Click(ByVal ...
0
votes
1answer
24 views

Populate .net combobox with used range from Excel sheet

I'm trying to populate a combobox on a Windows Form with the used range from an Excel workbook. The Excel range I need to reference is D32:D62; however, this range is dynamic. It may only contain 5 ...
0
votes
1answer
24 views

Disable combo box list

I want to disable a combo box dropdown list from showing in VB.NET and then enable it. How can I do this? The default value of the cbo box should be enabled for typing. Thanks
1
vote
3answers
82 views

Linq - Replace string within a List(of String)

I have the following List(Of String) defined in my program: MyList: 1Test 2test 3 4Test 5 I would like to remove the word "Test" (regardless of capitalization) from each item in the list if it ...
0
votes
1answer
21 views

LINQ null reference exception on join

I'm getting a null reference exception for the following linq query: Dim Report = From Filter In EDTKPDPDescVar _ Group Join EDTK In eDTKBase _ On ...
0
votes
0answers
26 views

inserting generated html into a div container

I'm trying to insert some html inside a div element on my page. The problem is, it is inserting html after the div. So the div remains empty. I thought InnerHTML would work, but it's not. Is there ...
0
votes
3answers
32 views

Why do I get an error when I am declaring a Matrix/Array as a global variable?

When I press Start in "Visual Studio 2011 Ultimate 12", where I am working, it says: "InvalidOperationException was unhandled, an exception was caught by the debugger, and user settings indicate that ...
0
votes
1answer
19 views

Textbox text not parsing with spaces in VB.NET

I have a textbox that will be populated with a directory structure (for example, C:\Program Files\Visual Basic). I'm trying to use the textbox.text object in another variable, but when the path ...
0
votes
1answer
44 views

vb.net “PasteSpecial method of Range class failed”

I'm trying to write an application in VB.net that assembles an Excel Workbook by wisely coping cells from another opened Workbook. [Note: as for now, the two workbooks are opened within the same Excel ...
0
votes
2answers
34 views

Object reference not set to a instance of an Object

I have a gridview that fills with data, and a view button which gives more details of the record choosen by the user. I cannot figure out why I am getting the error: Object reference not set to a ...
0
votes
1answer
59 views

Match more than one occurence in a string

I'm trying to match a tag values (music kind styles) of an xml. This are some examples: One music genre: (Pop) (rel="tag">Pop) <span class="genres"><a ...
0
votes
0answers
29 views

Xml to Datagrid, Show lines from selected invoice

<Documents> <Sales> <Total>81678.600000</Total> <Invoice> <InvoiceNum>153</InvoiceNum> <Date>2013-03-01</Date> ...
0
votes
0answers
23 views

How to specify the data type of a database field using OleDbParameter

My program queries a .csv file like a database using an OleDbConnection and a Microsoft.ACE.OLEDB.12.0 provider. The program only extracts values from the file. Many of the fields have mixed data ...
1
vote
1answer
35 views

Trying to save Excel - Exception from HRESULT: 0x800A03EC [duplicate]

I'm trying to save an Excel spreadsheet. The code works perfectly when I am running the app through Visual Studio (localhost:18928), but when I try to publish the app to local host and run it through ...
0
votes
1answer
66 views

Hiding Text in to Image [closed]

Hi everyone. I have a problem in hiding text into a Jpeg image. I convert the image to binary and the text into binary. I want to swap the last bit for each byte in the image with a bit in my string ...
2
votes
2answers
30 views

Unlock folder in vb.net

I have an .exe and when I run it some files in one directory are being locked. I also have possibility in this .exe to rename that folder, and when I want to rename it of course I get the error that ...
0
votes
2answers
18 views

XML Data Binding in .NET - Getting node value where attribute value is equal to something

I'm developing a .NET control which needs to list values from an XML file based on an attribute value in a node and I'm having difficulty getting to my data. The XML is formatted like this: ...
0
votes
1answer
19 views

Set ListBox selecteditems by the ItemText?

I have a Listbox with 100-200 default values and the multiselect-simple mode is enabled. I save the selected text items in a List of string: Private Sub ListBox_Styles_SelectedIndexChanged(sender As ...
0
votes
2answers
39 views

Checkbox returned in Event Handler isn't one on form

I'm creating an array of checkboxes on a form dynamically; the code that creates the array looks like this:- checkbox_array(count_of_checkboxes) = New CheckBox if (count_of_checkboxes = 0) ...
1
vote
0answers
64 views

Push object away from another object

I'm trying to call a method 20 times per second to push point A away from point B. The method should use the following variables: Point A (X) Point A (Y) Point B (X) Point B (Y) Strength The ...

1 2 3 4 5 946