The version of Visual Basic .NET used in Visual Studio/Visual Basic 2010.
0
votes
1answer
21 views
Loop, aggregate and return unique DataRow sum
I have a DataGrid which contains multiple transactions of Customer's buy ins.
What I want is to add up the transaction buy ins from each customer and add the result on the related images. What I have ...
0
votes
0answers
4 views
Cannot print report on half letter (8.5“ x 5.5”)
Failed to print my RDLC Local Report on paper size 8.5" x 5.5" This is a known issue. On custom paper size width (8.5") should be less than height (5.5"). I wish to use Reportviewer to query and print ...
0
votes
1answer
9 views
Total number of hours by date to date basis with specific hour per day
Please help me.
I have a table with define columns such as, ticket no,ticket name, start date, estimated time of completion and total number of hours.
For instance:
Hours per day = 7hours
ticket ...
0
votes
1answer
26 views
Populating a combo box with a list of functions - Need Advice
I'm looking for some advice on the best way to handle this.
I have a list of about 200 "Functions" which are listed in a combo box. When the user selects a 'function' from the list, I need to return ...
0
votes
1answer
19 views
How to use escape character for a big string?
I have a big string, precisely - an XSLT code - that I would like to hardcode in my VB.net program. I tried with putting " before every quotation mark, but it still didn't work out, and it's pretty ...
0
votes
0answers
11 views
Sending python logger info or messages to client through UDP or TCP connection
i want to send the logger info/messages of a python script to vb.net application via UDP or TCP. can anyone help me finding the right way to do so ?
Here is my work roughly done : Its just log the ...
0
votes
0answers
25 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 ...
1
vote
1answer
38 views
Add Function to entity in LINQ
Let say I have an entity customer using northwind database.
If I created a function GetCustomerByID under partial class customer. I can execute this function by using Linq query such as
Dim q = ...
0
votes
1answer
30 views
context menu in vb.net
I have dynamically populated a list in a Windows Forms application. Now I want to add a context menu such that when I select an item, the context menu will appear when I right click on the selected ...
0
votes
0answers
24 views
vb.net import excel to datagrid
first of all I am really new in programming... could you please help??
Here is my doubt, I have an excel file (excel 2007 ver. 12.0) that I neeed to import to a datagrid view, but I get an error ...
0
votes
0answers
47 views
Print multiple images in vb.net
In VB.NET, I need to print multiple Images of bar codes by arranging them in tabular format. For now what I am doing is, Creating the bar codes and adding them in new picture box. These Picture boxes ...
0
votes
2answers
18 views
VB.NET load/save xml or txt from same path as application
Here is the code I use to set apppath
Private AppPath = Application.StartupPath
Here is the code i tried to open xml or txt file:
filename.Load(Application.StartupPath, "filename.xml")
...
1
vote
2answers
29 views
onLoad set 10 ( or more) button.text from a txt file
I have a simple form with 10 or more buttons.
These are named Button1, Button2 etc.
I want the user to save a simple txt file for each button text in a folder. Why? Well Each end user will want to ...
0
votes
0answers
37 views
Index Outside Bounds of Array due to 4 digit ID
I am using VS2010 and VB.net 2.0. I have modified code that I found online that will allow me to mass update a gridview. The datakey for the gridview is an operator number (referenced by variable ...
0
votes
0answers
5 views
SAP Crystal Reports 2010 loading very slow
I have a solution of multiple projects in vb.net vs2010, and using SAP Crystal reports 2010 for reporting.
My Problem is that in all projects my reports are opening in report viewer normally.
but ...
0
votes
0answers
15 views
Get a remote computers IP address and name in VB
I am fairly new to Visual Basic programming and I have just started with programming lately. So i am kind of Programming dummy.
I would like to know , if it is possible to read the IP address and ...
0
votes
1answer
15 views
Calculating customized prices in visual basic
I've been having a problem getting this project for school done.
The objective is to create a 'widget' pricing calculator that uses a textbox as output and 2 labels as output.
And follows a list:
...
0
votes
1answer
21 views
Treeview control binding in vb.net
This is an application for Dry-cleaning POS system . In the Booking form are groupboxes containing item buttons and a tree view where all the orders are dropped in and it takes this format.
2x ...
0
votes
0answers
73 views
Google Maps API V3 Returns 610,0,0,0
I am using Google Maps API V3 on my vb.net 2010 application.I tested http://maps.google.com/maps/geo?output=csv&key=MYAPIKEY&q= 46 long street, kempton park directly on the web browser and I ...
-1
votes
0answers
21 views
How to refresh the connection String during runtime? [closed]
I am trying to refresh the connection string during run time, my code is working fine, but sometimes it is not working. Its taking default parameters.
How to avoid this?
0
votes
1answer
56 views
using excel in windows form application
I want to create Windows based inventory application. I need to automate the manual entry in multiple excel spreadsheets, and in spreadsheet formula's are also used . values in sheets are ...
0
votes
1answer
85 views
.exe is not a valid win 32 application Windows XP
I'm using Visual studio 2012 professional and creating the installer by using Advance installer ( 3rd party) And getting the error when i run the .exe file after installetion on windows XP.
and but ...
-2
votes
1answer
42 views
Add Text Into Textbox's in Visual Basic
Ok, so im trying to make this program and i need this:
"Melternet Hello Melternet@gmail.com 5/7/2013" to be in different textbox's like this
"Textbox1 = Melternet"
"Textbox2 = Hello"
"Textbox3 = ...
-1
votes
2answers
38 views
What is the alternative for ADODB to open the connection of database of .DB file
I don't want to use the ADODB for connection of database, because it is requires the .net framework 4.5. So i want to run my app in win xp so Windows xp is supports .net 4.5 what should I use of ...
0
votes
1answer
124 views
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown. Only on CAML Query
I am working with sharepoint webservice. If I call the GetListItems method with "Query" parameter as null. It works. But if I provide a Caml query as parameter its getting an exception like "Exception ...
0
votes
2answers
26 views
How can I populate a list box from another list box using instr, and mid to make the finished product look a certain way?
I tried looking for this for hours and couldn't find what I was looking for. I am very new to programming and still don't know how to manipulate data too well...
What I am trying to do is:
there are ...
0
votes
0answers
12 views
Replace Global Vars w
How would I go about not using Global Vars given that I have a start-up form and a second form that relies on data from the start-up?
The first form is like this:
Public Class formOne ...
0
votes
0answers
55 views
Bound DataGridView not showing database change
I have a DataGridView that is bound to an MS Access table via a BindingSource and TableAdapter . When my form starts up the DataGridView is filled with : ...
0
votes
0answers
9 views
Incrementing a field in an Access table, when a different table is updated
I'm an novice with databases and Stack Overflow. I'm using VB to add records to one table in an Access database that contains courses students have registered for. The courses have a course ...
-1
votes
1answer
20 views
how to get executable files of vb.net and access database?
I have successfully program a VB.NET 2010 program connected with access database.
I wanna to know how can I run my program on another PC haven't visual studio on it?
what I must copy and how many file ...
0
votes
0answers
7 views
How to capture the escape key even if the form is not active?
I need to capture the escape key even when the main form in VB.Net is not active in order to stop a sub from running
0
votes
0answers
39 views
Sudoku : Generating the board (with numbers)
I'm trying to write my own Sudoku game. So far, I've written almost everything concerning the game itself. Problem is, the function that creates the board itself, meaning, the generator of the ...
0
votes
1answer
31 views
CkeckedListBox and Datatable to select one or more columns Vb.net
Can Any one help to figure out a code in Vb.net, to retrieve one or more columns from datatable based on a checkedlistbox.
for instance,
I have this table with the following column name
Col1 Col2 ...
-1
votes
0answers
6 views
How can i get the urls of friend lists from facebook using vb.net without imports facebook api
Private Sub WebBrowser1_DocumentCompleted(sender As Object, e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
If WebBrowser1.ReadyState = ...
0
votes
2answers
98 views
Save file outside the root directory vb.net
Hi I am developing web application in vb.net. I was facing problem while uploading my file from client side to the server side folder using this code
Dim fileName As String = ...
0
votes
1answer
16 views
Inserting into the middle of a list(of integer), and list(of string)
I have the following code:
Private Sub highscoreCheck()
Dim a As Integer, b As String, c As Integer
For a = 1 To 10
If highscore > lst_score(a) Then
highscoreIndex = a
...
0
votes
2answers
22 views
How can I make it to automatically 'rewrite' the .xlsx file I'm trying to save?
So, I have the following code to save the highscores into an excel file, it works, I only have one problem, it always asks if I want to rewrite the existing xlsx file, how can I make it to say ...
-1
votes
0answers
36 views
How to get free messaging API to use for SMS [closed]
I wanted to write a program to send goodmorning message to my friends programatically.I will need API for that. Do 160by2.com or way2sms etc provide their api for free..?? I searched on the internet ...
-1
votes
2answers
62 views
validating alphanumeric input in textbox [VB2010]
im newbie here, im using vb2010, i just need some help guys.
here's my problem.
i want to validate user's input on my textbox, when user input like this "1a1:b2b:3c3", my project should accept it. ...
0
votes
1answer
36 views
How can I loop a song with Windows Media Player in Visual Basic?
Previously I was playing it like
My.Computer.Audio.Play(My.Resources.island, AudioPlayMode.BackgroundLoop)
But for different reasons(such as: lack of setting possibilities), thats not good enough, ...
0
votes
1answer
23 views
How can I make my mouse not leave the rectangle I want?
So I tried with
cursor.Clip = New Rectangle (desired coordinates)
But for some reason, it doesn't seem to work. I don't know what I'm doing wrong. It works on 2 sides (right and bottom), but it ...
0
votes
0answers
21 views
Flipping TEXT, IMAGE, PDF
In VB.Net 2010, I have a Text Utf-8 base, I want to file this text, Mirror Effect.
Either in Jpeg or Rich text box it self, or PDF format
http://www.spider-news.net/Flip_Text_question.JPG
Last 3days ...
0
votes
1answer
31 views
add external process to panel vb.net
I have a list of files displayed in a listbox.
when I select a file from the listbox i want the file to load into a panel on my form.
i.e. if its a word document word will open in the panel, if its a ...
0
votes
1answer
33 views
include media player classic in my .net application
In one of my .net project I have to play almost all video files ( flv, mp4 etc ) inside my .net application. So that other than windows media player, I have to include Windows Media player classic in ...
0
votes
0answers
37 views
mssql connection in vb using windows authentication
I am new to VB. Currently i'm working on a small client based project using VB 2010 and MS SQL Server 2008. I'm using Active Directory (ValidateActiveDirectoryLogin function) to login into the system, ...
0
votes
0answers
35 views
VB. NET Network Database Application Development
I want to create windows database application which can run on network (Client - Server). How to do it ? is there any tutorial available ?
-1
votes
1answer
17 views
Where can we get X509ClientCertificate Collection? [closed]
How , and from where can we get X509 client certificates to use with a secured TCP client connection?
2
votes
1answer
54 views
Syntax error in Left Join in vb.net on access data base
The following code in vb.net 2010 express generates this error:
syntax error (missing operator) in query expression ''.
sql = "SELECT Machines.LocationID FROM Lanes LEFT JOIN Cabinets ON
...
0
votes
0answers
19 views
saving to a text file in vb2010 in one location
As a relative newcomer to VB2010 I think I'm doing ok; but my application is getting too unwieldy.
I have many forms all saving to one text file in a root location. This means that each form has to ...
0
votes
0answers
70 views
Errors inserting values into SQL Server table from vb.net form
I'm trying to commit values that I type into a VB.net form to a SQL table but I encounter a few problems. Can anyone help?
This is my code:
'Commit values from the form to populate fields in the DB
...


