20,278 Topics

Member Avatar for
Member Avatar for fir3lion

Hi, I am a beginner in VB.net. I have some problems here, that is how to transfer data between 2 different mySQL servers using VB.net? Myself have 2 solutions this problem but when i implement it, i face some difficulty. 1st solution is insert the data line by line means …

0
68
Member Avatar for vibhashin

Hi, I m new to vb.net. i need help. How can I increment a number in a textbox everytime when the form is loaded? Suppose Customer_id I want that first time when the form gets loaded Customer_id should appear in the textbox as CDD01. Second time it should appear as …

Member Avatar for ruudmu7
0
159
Member Avatar for drew.haley

I am having trouble defining the get/set for an array in a class I have created.... how do you get/set arrays within classes? basically I have an array with x and y as width/height for a map i am creating, and i want each x/y point to have the "walkable" …

Member Avatar for selvaganapathy
0
1K
Member Avatar for crafted

I downloaded a graph control... However I dont know how to code it I tried copping and pasting sxamples codes but the code refuses to work. HOW DO I CODE THE GRAPH CONTROL, I KNOW I CAN USE ARRAYS BUT MY UNDERSTANDIG OF ARRAYS IS MINIMAL...?? i need help

0
68
Member Avatar for Bill Purkins

Hi, using VB 2008 Express, I have a button on a form which is to use a datareader to loop through all the records in a file. When I try to run it I get a message indicating it could not connect. I assume something is wrong with my connection …

Member Avatar for Bill Purkins
0
314
Member Avatar for Bill Purkins

Using VB 2008 Express, this is not a problem but a philosophical question. Which is preferred method of providing user with error messages on forms, errorhandler or message boxes? Error handler seems like it's the direction Microsoft would like us to go in, with providing even the errror message as …

Member Avatar for dmf1978
0
173
Member Avatar for bornok15

Im trying to set up an application that will connect to a MYSQL database across the a distance using internet connection. i did it with VB 6 but it seems like the connection is not that stable and sometime it wont connect. Is it because of VB 6? would be …

Member Avatar for ChaseVoid
0
868
Member Avatar for sdimantova

My program performs a search on a user selected directory and produces a list of files and attributes in a listview. The user then has the option to open files, move them, or delete them. This program will be used accross a wide variety of users and I want to …

Member Avatar for sandeep_chalke
0
335
Member Avatar for karthik1

heelo, i have a combobox,button in form1. a listbox in form2. the listbox and combobox r populated iwth customernames. now, if itype a string or char in my combobox say 'l' then it should display all customernames starting with 'l'in the listbox . how do i go about it?

Member Avatar for Pgmer
0
83
Member Avatar for sarah424

Hi i have a formula which works fine in excel but i cannot get written in VB. Presume in my limited knowledge of VB that it should be if / else if etc. the excel formula is [CODE]=IF(B1995=1,VLOOKUP(A1995,'Pay Rates'!$A$2:$H$5000,8,FALSE),IF(B1995=2,VLOOKUP(A1995,'Pay Rates'!$A$2:$H$5000,7,FALSE),IF(B1995=3,VLOOKUP(A1995,'Pay Rates'!$A$2:$H$5000,6,FALSE),IF(B1995=4,VLOOKUP(A1995,'Pay Rates'!$A$2:$H$5000,5,FALSE)))))[/CODE] any help would be much appreciated. Thanks Sarah

0
52
Member Avatar for BCPAPANAI

Please help me how can i use thermal printer auto cut facility in my vb.net 2005 window application using crystal reports.

0
47
Member Avatar for ypdev

Hi, Does anyone know how to change the date format on the calendar components? The default is [B]MM/DD/YYYY[/B] and I would like to change it to [B]DD/MM/YYYY[/B] Thanks...

Member Avatar for ypdev
0
78
Member Avatar for ruchika beddy

hey frnds, Can somebody tell me how to extract icons ,Cz I have no idea from where to start.

Member Avatar for dmf1978
0
149
Member Avatar for ruchika beddy

Below is the code in VB. I want GetSetting + SaveSetting in VB.Net--- [b]VB[/b] Call SaveSetting(App.ProductName, App.title, "CheckBox1", values) call CheckBox1.value=GetSetting(App.Productname,App.title,"CheckBox1",VbUnChecked) [b] VB.Net[/b] Call SaveSetting(Application.ProductName, Application.ProductName, "CheckBox1", values) Abive SaveSetting is rite or not??? Secomdly. what is the code gor GetSetting???

Member Avatar for iSoftware
0
1K
Member Avatar for dmf1978

Hi friends, I'm coding an application using VB.Net 2008 Express which work with images. It can save the results of this work in a file using an own format (not a regular image file) for future re-processing. I wish to put a thumbnail inside the saved file, so it can …

0
60
Member Avatar for iSoftware

Hi, I have a HTML page with a form in it. I need to pass a parameter to my Visual Basic application if the signup was successful. My HTML form is simple: [CODE=HTML] <form action="signup.php" method="post" name="signup" onSubmit="return signup();"> <!-- Some text boxes and check boxes --> </form> [/CODE] On …

0
63
Member Avatar for sddproject

Hi I was wondering if anyone knew how to make a highscore list in VB 2005. This is for my project which is basically a quiz, and I would like the user to be able to click on the highscore button so that they can see their name, ranking and …

Member Avatar for Bill Purkins
0
232
Member Avatar for ruchika beddy

There are two Textboxes & One button on mine form. I save the Textboxes data to the TextFile on Button click. I want the data in the TextFile as : STUDENT RECORD INFORMATION Roll : 1 Name : Ruchi Roll : 2 Name : Ruchika Mine Code is as Under- …

Member Avatar for ruchika beddy
0
111
Member Avatar for ruchika beddy

I have a TextFile that contains Records. On Form Load I m saving those records into the listview. I set the MultiSelect property of the listview to true. I have one button, I want that suppose user Selects multiple items in the listview by using ctrl. & Click on Button,Firts …

Member Avatar for ruchika beddy
0
145
Member Avatar for Bill Purkins

Using VB 2008. I have a form with a text box and a button on it. The button displays another form with a datagridview from which I want the user to select from to populate the text box. On RowHeaderMouseClick, I populate the text box field from the first form …

Member Avatar for Bill Purkins
0
175
Member Avatar for mirainc

hey all.. i have a drop down list with 2 data in it..ECC and MIT is it possible to bind the drop down list to 2 gridview? for example, when i click on ECC only the ecc gridview is suppose to show.. the MIT gridview should not be visible.. thanks …

Member Avatar for manas91
0
119
Member Avatar for KillerOfDN

Hey guys/girls I am having trouble adding Nodes from a TreeView into a TreeViewCollection My code below: [code] Dim treeNodes As TreeNodeCollection For Each node As TreeNode In TreeView1.Nodes treeNodes.Add(node) Next [/code] I am getting Object Reference not set to an instance of an Object error... There is no Constructor …

Member Avatar for KillerOfDN
0
78
Member Avatar for matmox

Hi........ i'm currently working for an application that requires reports. So i used crystal reports. I did the standard way of connecting database and adding table to the report. However after doing all the necessary part, when i click the "preview report" button it doesn't show required output. Instead it …

Member Avatar for matmox
0
94
Member Avatar for ypdev

Hi Guys, I've got a code that basically storing data from several controls, one of the control is GridView. when I "Submit" I get all rows from GridView and I need only the selected rows.. I've tried to use: str = GridView1.SelectedRow.Cells(1).Text but it gives me an error when I …

Member Avatar for ypdev
0
891
Member Avatar for kavithabhaskar

Hi folks: I will need to upload my Access DB and my VB exe file to a server.. Will it be ok if I changed the pathname in the connection string to the path of the server where my DB is located now ? my vb form has to comboboxes …

Member Avatar for cutepinkbunnies
0
74
Member Avatar for Texpert

Hi, I need help solving this problem. I have a dataset with four columns col1,col2,col3,col4 and the data could be col1 col2 col3 col4 ===================================== t1 abc a 1 t1 xyz a 2 t1 mnp b 3 t2 abc 1 t2 kkl 2 I want to create a datagrid which …

Member Avatar for JakeDB
0
869
Member Avatar for coreen873

Below I listed the errors that I received and since I am new to VB .net I am not sure what I need to do to fix them. Can anyone give me an idea on how to fix it?? Error 1 Statement is not valid in a namespace. C:\New Folder\WeatherReport.vb …

0
43
Member Avatar for Priya_Aggarwal

hey ya, recently i've undergone a dotnet trainig in my college.i tried to use as much asp.net tools as much i could to make a website in a week.there's a login control in asp.net ,i just don't don't have any idea of authentication,autherization and all these stuff,i wanna make a …

Member Avatar for tecktalk
0
95
Member Avatar for ibanez335

Hi Everyone, this is my first post so I hope I don't break any rules/codes of practice. I have developed an application and produced the appropriate setup files by adding a 'setup project'. I have no problems installing it on a standalone machine. However, I want to install it on …

Member Avatar for ibanez335
0
86
Member Avatar for dhanashreegd

I am currently using a database within my program and I have no problem backing it up or restoring it when i am simply debugging. However if it is published and downloaded it cannot find the path that it needs to get to the database to copy it. My code …

Member Avatar for KillerOfDN
0
146

The End.