516 Posted Topics

Member Avatar for semor7

Dear [B]darthswift00 [/B] Please open up your own thread dont post your problem in some one else post.

Member Avatar for Pgmer
0
117
Member Avatar for khaos64
Member Avatar for khaos64
0
714
Member Avatar for choosechrist
Member Avatar for Pgmer
0
208
Member Avatar for shivya jain

Data set is just like a table, you can get the data from database and load it into dataset and this dataset you can use to bing to grid or whatever.. Read about dataset in internet..

Member Avatar for Pgmer
0
97
Member Avatar for Wolxhound90

Post ur complete code... are u trying in datarow view? Cant you get the value to string variable and do indexof(.)?

Member Avatar for Wolxhound90
0
575
Member Avatar for tendaimare

You need to check which radio button is checked before saving and accordingly pass the values to DB

Member Avatar for Mitja Bonca
0
141
Member Avatar for skp03

you can add the player as Prerequiste to your application, So that when application being installed in client machine it will look for the player if does not exist install the player. Same as installing the framework.

Member Avatar for M.Waqas Aslam
0
142
Member Avatar for poojavb

You can read out the file names into listbox but not sure windows app supports file location as hyperlink

Member Avatar for M.Waqas Aslam
0
547
Member Avatar for poolet25

what u mean by Automatically ? There is no any user interface? In which event u want this to happen?

Member Avatar for M.Waqas Aslam
0
158
Member Avatar for obwills

Is your datacolumn which is having the date is of format now.date.tostring()??

Member Avatar for M.Waqas Aslam
0
96
Member Avatar for rhone0809
Member Avatar for tendaimare
Member Avatar for toomutch

or else in front end before assigning to grid u can use IIF( function) if ur doing looing. but its nice and good to handle in SQL server.

Member Avatar for toomutch
0
842
Member Avatar for skp03

within the forms u can Do it. do u want to Show the data of application 1 in application 2?

Member Avatar for kingsonprisonic
1
128
Member Avatar for poojavb
Member Avatar for Jackwong0099
Member Avatar for haqayyum
Member Avatar for Jackwong0099

'AirplaneAirplane' is class? and 'chodob2' and 'chodob3' are member of class? and declared as public? Check ur desiner code.

Member Avatar for Pgmer
0
112
Member Avatar for snowdoll

U need to write a query to ur database passing the user name and authetincate wheter its a valid user name if yes then u need to check for the password. If both are correct and valid then return True from Query and allow the user to log in.

Member Avatar for mani-hellboy
0
106
Member Avatar for lysezoudn

U can assign shot cut keys to the tabs and use Keys.send event to fire then u can select the tab.

Member Avatar for lysezoudn
0
162
Member Avatar for Jackwong0099

No0 need to mention Me.dgvData U can just say dgvData. And moreover what is the problem ur facing?

Member Avatar for Pgmer
0
186
Member Avatar for Contagious98

For the same application multiple users log in? Are u capturing any details of the user in to data base? like user name, login time and log out time?

Member Avatar for thines01
0
154
Member Avatar for tendaimare

Make ur database files as folder and add in ur application and make that folder as copyloacl=true. So whenever u build the app ur database files will go sits in ur bin\debug folder. In ur application u can refer to these files using application.startuppath

Member Avatar for Pgmer
0
212
Member Avatar for NewUserVB.Net

First you need to get all the requirements. What you and ur application want to do. Search in net or get the domain knowledge from any who are in that domain.

Member Avatar for M.Waqas Aslam
0
109
Member Avatar for docgrid

[CODE] Dim stringtotest As String = "" For i As Integer = 0 To DataGridView1.Rows.Count - 1 stringtotest = DataGridView1.Item("Status", i).ToString MsgBox(stringtotest) Next [/CODE]

Member Avatar for docgrid
0
209
Member Avatar for collin_ola
Member Avatar for vivekanandaan
Member Avatar for Reverend Jim
0
724
Member Avatar for poojavb

The new ASP application u designed is having code behind files as vb.net or c#? If vb.net is ur option u need not to convert any code. u can use the code which u wrote for windows app.

Member Avatar for poojavb
0
368
Member Avatar for sw8revenge
Member Avatar for artemix22

Then based on the selected item u need to run a query to get the corresponding price and who it on textbox

Member Avatar for artemix22
0
149
Member Avatar for Shreya J

What is difficulty in using the controls? They would have given the help files or vedio with controls. check out those.. And they have forum also check out the forum and discussion board.

Member Avatar for Shreya J
0
184
Member Avatar for Contagious98

You need to do application.exit() if u want to triminate entire application in the main form close event..

Member Avatar for Contagious98
0
281
Member Avatar for BharatBodage

Below is the code for selecting or browsing the image file. i have just mentioned jpg for example u can include what all u want. [CODE] Dim fBrowse As New OpenFileDialog With fBrowse .Filter = "Image files(*.jpg)|*.jpg|All files (*.*)|*.*" .FilterIndex = 1 .Title = "Load image file" End With If …

Member Avatar for codeorder
0
180
Member Avatar for jbutardo
Member Avatar for jbutardo

Why cant you force the user to select only excel file? using fileopen Dialogue? are you opening the file through program not using fileopen Dialogue?

Member Avatar for jbutardo
0
286
Member Avatar for Ziggy713
Member Avatar for markdean.expres
Member Avatar for NAJAFEE

See if this can helps u [URL="http://www.daniweb.com/software-development/vbnet/threads/137392"]http://www.daniweb.com/software-development/vbnet/threads/137392[/URL]

Member Avatar for Pgmer
0
88
Member Avatar for Mits14
Member Avatar for shann1718

ur asking for login details or Event details? u want to capture all the events done by user in ur application?

Member Avatar for Pgmer
0
1K
Member Avatar for aerohn

Convert.tostring() will handle the null values but .string() will not handle nulls.

Member Avatar for Pgmer
0
95
Member Avatar for nad_nadi27

Dim strCnn As String = "Persist Security Info=False; Data Source=”Your Server name”;UID=”User Id”;PWD=”Your Password” ;Initial Catalog=Databse to connect;" You can write connection string in Appconfig file or Classfile.. Insert query always good to have in stored procedure than in ur code..

Member Avatar for Begginnerdev
0
120
Member Avatar for prathapsv3

Show the price for item in textbox and ask the user to enter the Quanity he wants then TextBox8.Text =Quantity*Actualprice..

Member Avatar for GeekByChoiCe
0
122
Member Avatar for prathapsv3

You can have primary key column in database with autoincrement 1 to it. and fecth from db. it would be easy to do and also maintain ur data in DB.

Member Avatar for Pgmer
0
172
Member Avatar for jbutardo

This is what ur looking at? [CODE] Dim sSaveFile As New SaveFileDialog With sSaveFile .Filter = "Text files(*.txt)|*.txt|All files (*.*)|*.*" .FilterIndex = 1 .Title = "Save as textfile" End With sSaveFile.ShowDialog() [/CODE]

Member Avatar for Pgmer
0
136
Member Avatar for gunzaddict29
Member Avatar for Galbatorix
Member Avatar for SeniorAlexandro

Where ur saving the passwords? U need to compare the Entered username and password and You can show by either alert in javascript or thorugh label on web page...

Member Avatar for SeniorAlexandro
0
131
Member Avatar for rhone0809
Member Avatar for Poongundran

The End.