20,284 Topics

Member Avatar for
Member Avatar for sacarias40

can somebody help me with this?? i need to insert some text into a textbox, but it needs to go where i want it just not the very end every time. here is what i got so far Code: textbox1.text = textbox1.text & combobox1.text

Member Avatar for sourav bansal
0
109
Member Avatar for sonia sardana

I have made two resource files,named 1)Form1.en-US.resx Name Value Button1.Text English 2)Form1.fr-FR.resx Name Value Button1.Text France My Code is as Under- [code]Imports System.Globalization Imports System.Threading Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim ci As CultureInfo Dim aL As New ArrayList() For …

Member Avatar for sourav bansal
0
228
Member Avatar for spick

basically I have a form with 3 fields, ID, NAME and ADDRESS. What I want to do is after I enter my ID it will fetch the NAME and ADDRESS data from my access database. I want it to fetch the data after I finish entering the ID, but the …

Member Avatar for Teme64
0
90
Member Avatar for Sally123

I was wondering if it was possible to bound 2 combo boxes to each other. the first combo box with a set of information. Based on what the user selects, the second combo box changes. this involves 2 tables. table 1 ProductID Descritption table 2 Id FK_ProductID Category example: the …

Member Avatar for dickersonka
0
113
Member Avatar for Tellie

Hi All I have a select statement: [size=2]Select PERMISSION_BUTTON_ID from ALC_SECURITY_PERMISSION where ROLE_ID = 1 Now I want to store / retrieve the values of the field that I am querying without using dataset. Is this possible? If yes how can I do this? Is it possible that I declare …

Member Avatar for bruce2424
0
167
Member Avatar for robee31

I am getting the above error from the following code and I a not understanding why. [CODE]fileWriter.WriteLine( _ record.strFirstName & "," & record.strLastName & "," & _ record.strStudentId & "," & record.strCourseName & "," & _ record.strGrade)[/CODE]

Member Avatar for Renukavani
0
140
Member Avatar for Alt_F4

HI All, I need some advice for a service that i am writing. I need to be able to connect and send data to around 800 devices (with ip addresses). This needs to be done asynchronously. The problem that i have is that if i create 800 threads the performance …

0
46
Member Avatar for sganandhsg

hi friends How to set application path using VB.Net using MySQL..... The same function using VB 6.0 as Public AttnPath As String AttnPath = App.Path & "\Data" this type, i need vb.net help me plz... Regards Anandh

Member Avatar for Renukavani
0
677
Member Avatar for TechNyk

Can any one help me, regarding resizing and positioning a control graphically at run time in VB.Net .

Member Avatar for Pgmer
0
55
Member Avatar for jireh

I want to make a usercontrol which is a combobox but the dropdown will be a grid. So far this is my code and my problem is that the grid wont show. [code] Namespace myComboBox Public Class popUpComboBox Inherits System.Windows.Forms.ComboBox Protected Overrides Sub OnDropDown(ByVal e As System.EventArgs) Dim grid As …

Member Avatar for Pgmer
0
340
Member Avatar for 3Dees

Hi, i have bieng trying to write a method which takes a listbox index (1D array) and find the corresponding 2D index. I did this code with some help which get the 1D index of a 2D array. Now i need to do the reverse from listbox index (1D) and …

0
110
Member Avatar for daletonge

I have generated some SQL code SELECT Invoice.InvoiceID, Invoice.CustomerID, Invoice.RouteNumber, Invoice.TreatmentType, Invoice.Information, Invoice.StreetAddress, Invoice.Postcode, Invoice.Invoicecost, Invoice.InvoiceDate FROM (Invoice INNER JOIN Customer ON Invoice.CustomerID = Customer.CustomerID) WHERE (Customer.CustomerID = '?') When i test it in the query generator everything works. However when i add the following code to my vb form …

Member Avatar for gunso4050
0
145
Member Avatar for q8_dreamy

hiiiiiiiiiiii every one, Iam creating a data table and I want to take data from access db and put it in datat table How can I do it :-/

0
91
Member Avatar for evios

Hi everyone, how can i get the updated number of rows from MySQL? Because i need the syntax to do the calculations on the number of inputs, thanks....

Member Avatar for bruce2424
0
129
Member Avatar for sonia sardana

I have a Created a Treeview with DRAG & DROP operations...But I want the shadow effect like---- Open my computer.& click on Folders.....Now drag some item..U See when u drag there is some shadow.........What's dat excatly is called??? Can Somebody tell me ??????///

0
48
Member Avatar for Sheryl99

I added a property called 'TableColumns" to my UserControl. It has a button on it, since "TableColumns" is a class that contains a collection called "FieldColumns", and two other properties: "ColumnName" and "ColumnHeader". When I press the button on my control's property, a box comes up where I can add …

0
67
Member Avatar for Sheryl99

What I need, is one three-dimensional array that holds: 1. Column name 2. MaxLength 3. DataType My code is close, I just can't remember the syntax for adding data to the array. Please help, Sheryl [code=vb] 'get the column information Dim c As Integer = 0 Dim x As Integer …

Member Avatar for iamthwee
0
146
Member Avatar for laks_samy

hi am lakshman i have developed vb.net application and publish it. then i have login administrater user in vista os, then i have installed my vb.net application its working fine. But same pc same vista os now i have created new standard user then i installed same vb.net application but …

Member Avatar for jbennet
0
195
Member Avatar for ferrier18

Hey Guys, I'm trying to read a Binary file located at C:\Temp\SAMPLE.DAT values in the file have been stored in format: int32,int32, Double. 1 33 172.50 2 55 40 3 77 5000 1 99 20 4 200 0 I'm trying to read the file and display the results in a …

0
92
Member Avatar for MichelaDee

Hi everyone, I'm a new programmer working on my first project. I am working on a program that I have migrated from dBase (1980's) into Access and Visual Basic .NET (2008). The program user conducts these Income Surveys in various towns in the region and enters various information from the …

Member Avatar for Teme64
0
90
Member Avatar for tyserman5674

Hi All, I am sure having problems with reading from a sequential file. I created a .txt file and placed it several places within the vb.net file folder for the program that I am writing. The problem is that when I try and run the program I get the message …

Member Avatar for tyserman5674
0
158
Member Avatar for BenPrince

Hi, OK, am new to .net and am having some problems I can't seem to work out. I have a form called frmExchange that has two buttons and a text box on. what I want to do is type something into the text box and then click one button (btnAdd) …

Member Avatar for timothybard
0
83
Member Avatar for carobee

Hi, Can anyone tell me how to add "" in a string variablein VB.net. for eg if have one string "House". The string itself contains ", how do i declare it? i have tried [code] Dim str as string str=""House"" [/code] Thanks in advance

Member Avatar for timothybard
0
63
Member Avatar for q8_dreamy

Hiiiiiiiiiii,:( I got a serios problem this time.. I need to create report each field in the report has different condition so, when i write the select statement I can't put all conditions in one where clause because it will check all of them together!!!! I used select union all …

Member Avatar for q8_dreamy
0
94
Member Avatar for q8_dreamy

Hiiiiiiiiiiiiiiiii :) I want to create crystal report filtered with specific values Iam creating the report with wizard... if i filter just one filed then every thing goes fine, put if i filter more than one filed i got the following error when run: Error in File C:\Users\kisruser\AppData\Local\Temp\test {8D5AD4DD-CCD0-451E-BF1F-7E3E31F22880}.rpt: Error …

Member Avatar for q8_dreamy
0
114
Member Avatar for Baillie11

Hi all, I have a color dialog control on a form and want to be able to filter OUT any color that doesnt have a "proper" name ie I want to keep colors with names like Blue, Red, Green etc and REMOVE colours like ffff8000, ff80ff80 etc. Is this possible? …

0
44
Member Avatar for pete08

I have loaded a map in picture box, but I can't move around it (to see the whole area of the map) Can someone help me...

Member Avatar for pete08
0
64
Member Avatar for onilu

Pls can any one help. i need a programe that if month is the highlighted in the calendar to display textbox1 to be [B]True[/B] but if is false to display is [B]False[/B]. With specify date. pls have a look at my code it only display False if when the date …

Member Avatar for rapture
0
77
Member Avatar for leticiasue

How to product this code as shown below: If I enter "5" and "10" in the console screen, it display 5 ***** 10 ********** Whatever I enter any positive numbers, the screen will display the asterisk partern and depend on the number input. Please tell me the method using VB …

Member Avatar for waynespangler
0
73
Member Avatar for Lumnous

Hello I'm new here and im a bit confused about a certain code i am trying to do. The code is for opening the file dialog and when the object has been selected it would be shown in the web browser or open any file, the code i have done …

Member Avatar for Lumnous
0
513

The End.