20,284 Topics

Member Avatar for
Member Avatar for xfrolox

im making a tool for a gamer to help others but it has 3 forms 1 appear - 2 and 3 are hide they can change but how i do that when 1 form closes all close ? no only form 1 to close cuz if others close they are …

Member Avatar for xfrolox
0
111
Member Avatar for Peric

first of all, two images: 1 - [url]http://img46.imageshack.us/img46/2875/bezzz.jpg[/url] 2 - [url]http://img692.imageshack.us/img692/9595/saa.jpg[/url] My first problem... As you can see it on first image, there are certain number of records/pages and you can print only all pages at once (that icon for every record is like "blank document"). On second image, again, …

0
53
Member Avatar for Redi_2008

I need to use comboBox to store the months then when i select a particular month. I need to display out the data onto a gridview for that selected month.

Member Avatar for kvprajapati
0
35
Member Avatar for Chris11246

Im trying to set one variable equal to another but it says "No default member found for type 'Decimal'" what does that mean? Both the varuables are deciamls, one is a regular decimal that I declare in the sub and another is an array that I declare in the class. …

Member Avatar for Chris11246
0
113
Member Avatar for shorty1523

I had a fair amount of experience with much older versions of VB, but recently made the switch to VB.net and am trying to figure my way out through the changes. I have a small form program that is basically an interface for installing different software packages so that we …

Member Avatar for stevee1984
0
135
Member Avatar for G_Waddell

Hi Guys, I'm obviously missing something here. Basically I'm writing a program that will read in a csv file or excel file, and allows the user to pick which fields thay wish to use for what line of an address, and then import all the addresses to a SQL table …

Member Avatar for G_Waddell
0
278
Member Avatar for GL.Za

Simple question one would think, but I am having trouble finding the answer. Eclipse.org promotes eclipse as being a Java IDE, but has many plugins and extensions. I was wondering if maybe there is a plugin or extension that would allow me to compile/debug vb.net projects in eclipse?

Member Avatar for GL.Za
0
181
Member Avatar for ShemoPT

I am trying to read data from remote SQL base. I have written the function that works great if you need to get 1 Value , but when I want to read 2 or more value at from one query it doesn't work how can I fix it? [CODE]Imports System.Data.SqlClient …

Member Avatar for G_Waddell
0
3K
Member Avatar for anup.maverick

Hi, I need a vb.net code that will give me random numbers, which i will save in a database column in a primary key field. But the code should surely generate the random number. Thanx & Regards Anup

Member Avatar for anup.maverick
0
93
Member Avatar for VIPER5646

[QUOTE]Hi all I have been straggling to mask a text box. I searched for the Mask property I could not find it. I have also tried to use textbox.mask it tells me that mask is not a member. I'm trying to enter currency in The text box ($1000.000) I'm using …

Member Avatar for kvprajapati
0
71
Member Avatar for Chris11246

Im making a sim of a robocup for a project and it would really help make the code easier to read if I could have an array of players but I cant dim and array as new and my players are all a class I made called gameobject. How do …

Member Avatar for Chris11246
0
111
Member Avatar for G_Waddell

Hi, I'm writing a function that takes a word doc and returns the number of pages in it. I have the function working and returning pages except that it opens a Word dialog asking if I want to save changes - does anyone know how to stop this? I have …

Member Avatar for phatJacob07
0
1K
Member Avatar for songweaver

Hey guys, The idea with this form is to add the futures which is calculated when the button is pushed but I need the list to update every time and show the values each time to which the previous value is added to the new calculation, e.g. of what it …

Member Avatar for songweaver
0
139
Member Avatar for osirion666

[CODE] Dim name1(100) As String Dim Cal1(100) As String Dim i As Integer For i = 0 To 10 Step 1 name1(i) = GridView1.SelectedDataKey.Item(1) Next i [/CODE] i want to store the selected value into an array then display the array in a text box [CODE]Label5.Text = name1(0) Label6.Text = …

Member Avatar for Geekitygeek
0
104
Member Avatar for twalton42

trying to delete selectedItem from combobox to remove selectected account from database using mysql and vb.net 2008....this is my code for my delete menu can anyone help? *************************************************** [code] Public Class delete Public Sub _load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads …

Member Avatar for Geekitygeek
0
325
Member Avatar for sri_sssitc

Someone is building an application for me in VB.NET. I want to be able to check out their work. I want a way to fill up the form, by drawing values from a text file that contains sample values, as soon as I click a button (outside the application window). …

0
50
Member Avatar for kahaj

First off, let me be honest in saying that this is homework. I am not asking for it to be done for me, merely some help in figuring out what I have messed up. Secondly, I am not good with VB, nor do I particularly care for it, but seeing …

Member Avatar for TomW
0
102
Member Avatar for ahmedlibrian

Hi guys, Anybody can help me out with this. I have made a DLL with VB.net. Under project settings i have marked checked 2 things 1. Register for COM interop 2. Make assembly COM visible When i build project its done successfully. Now i take DLL file from project location …

Member Avatar for kvprajapati
0
517
Member Avatar for pardeep3dec
Member Avatar for kvprajapati
0
82
Member Avatar for Chris11246

Whenever I try to run my program it keeps giving me an overflow error and I dont know why. The problem is shown when i call this sub: [CODE]blueP.shootBall(blueS.x, blueS.y, blueP.ang, blueP.captured, ball.x, ball.y, ball.velx, ball.vely)[/CODE] this is the sub [CODE]Public Sub shootBall(ByVal x, ByVal y, ByVal ang, ByRef caputred, …

Member Avatar for Chris11246
0
69
Member Avatar for ineedalotohelp

Hi guys, Im having trouble with this code, when i had it working with static variables set, it was fine, now i am using a passed variable, its not working... Might not be anything to do with it, anyhow... [CODE]Public Class frmContacts Dim con As New OleDb.OleDbConnection Dim ds As …

Member Avatar for TomW
0
141
Member Avatar for morph214

i was able to successfully connect my database using connection string, i am having a hard time finding tutorials on how to add the items in a textbox. [CODE]Imports System.Data.SqlClient Public Class FrmMain Private Sub FrmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim sqlconnection As New SqlConnection …

Member Avatar for TomW
0
88
Member Avatar for twalton42

I'm using a combobox connected to my account numbers in mysql..I want to take the selecteditem and put it in the delete row string for mysql using vb.net....her is what I have so far and it wont delete the seleted..any help will do.... [code] Private Sub btnDelete_Click(ByVal sender As System.Object, …

Member Avatar for Nick Evan
-1
89
Member Avatar for krm08

Hello Experts, I'm a new bie in vb.net.I completed an application in vb.net and i'm using sql server 2005 as database engine.Now I want to create a software package for this application.But the problem is that how can I include the database within this package,I'm also using a crystal report …

Member Avatar for herath
0
110
Member Avatar for songweaver

Hey guys, I have been working on this problem for a while and wanted to see if you could spot what the problem is. This form is used so I can add a customer to the list which calls up another form for the adding. And also has an option …

Member Avatar for phatJacob07
0
103
Member Avatar for kostasxx

hello dear friends i installed visual studio ( full installation) then i got xampp from their site i have mysql and apache running i downloaded the connector from mysql site and i created a simple project to check if i can connect to mysql or not i have made this …

Member Avatar for geek53
0
132
Member Avatar for smurfh

I am attempting to write a vb.net 2008 application that will allow me to send files from a server to a client based on a request. I am going to post the same console application code below. When i run the server and the client on the local machine, i …

Member Avatar for smurfh
0
342
Member Avatar for emint

hi i m using Asp.net and i want copy random 20 records from one table to another table in ms access database using Asp.net. and also i want have My primary key 1 to 20 in new table . if any one can help that would be really helpful thx

0
67
Member Avatar for smccrary123

Hi I'm new to VB and was working on a small app that needs to populat or update a checked listbox. I have the code written it copiles without error. No syntax errors. But it does not execute the way expected. So there is probably some simple logic error that …

0
62
Member Avatar for hmmmm

im am trying out this code but it keeps giving an error msg but i cant see where the error is...please help [code] query = New OleDbCommand("INSERT INTO studenttable(sname,scourse,syear,ssemestor,sgrade)values('" & TextBox1.Text & " ',' " & TextBox2.Text & " ',' " & TextBox3.Text & " ',' " & TextBox4.Text & …

Member Avatar for SadOldMisterHam
0
146

The End.