20,284 Topics
| |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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] | |
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 … | |
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 | |
Can any one help me, regarding resizing and positioning a control graphically at run time in VB.Net . | |
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 … | |
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 … | |
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 … | |
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 :-/ | |
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.... | |
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 ??????/// | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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) … | |
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 | |
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 … | |
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 … | |
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? … | |
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... | |
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 … | |
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 … | |
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 … |
The End.