516 Posted Topics
Re: Dear [B]darthswift00 [/B] Please open up your own thread dont post your problem in some one else post. | |
![]() | Re: If your loading the items into array list then sort the array to group the items. ![]() |
Re: Read how to create xml elements using vb.net and saving it as xml document. | |
Re: 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.. | |
Re: Post ur complete code... are u trying in datarow view? Cant you get the value to string variable and do indexof(.)? | |
Re: You need to check which radio button is checked before saving and accordingly pass the values to DB | |
Re: 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. | |
Re: You can read out the file names into listbox but not sure windows app supports file location as hyperlink | |
Re: what u mean by Automatically ? There is no any user interface? In which event u want this to happen? | |
Re: Is your datacolumn which is having the date is of format now.date.tostring()?? | |
Re: What is the problem with this code? Its not renaming? | |
Re: 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. | |
Re: within the forms u can Do it. do u want to Show the data of application 1 in application 2? | |
| |
Re: Please explain the problem and where in above code.. | |
Re: Get the MAX(ID) from table and then append 0000 to it and show. | |
Re: 'AirplaneAirplane' is class? and 'chodob2' and 'chodob3' are member of class? and declared as public? Check ur desiner code. | |
Re: 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. | |
Re: U can assign shot cut keys to the tabs and use Keys.send event to fire then u can select the tab. | |
Re: No0 need to mention Me.dgvData U can just say dgvData. And moreover what is the problem ur facing? | |
Re: 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? | |
Re: 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 | |
Re: 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. | |
Re: [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] | |
Re: You need to create object of that form first before accessing its controls. | |
Re: Select ISNULL(MAX(Column),'0') from Table Where ur condition | |
Re: 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. | |
Re: better have the logs in database table. | |
Re: Then based on the selected item u need to run a query to get the corresponding price and who it on textbox | |
Re: 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. | |
Re: You need to do application.exit() if u want to triminate entire application in the main form close event.. | |
Re: 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 … | |
Re: Yes oxiegen correct, in web cant use msgbox. U can use alert in javascript. | |
Re: 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? | |
Re: U want to stop the application which u ran using the process.start? | |
Re: 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] | |
Re: are u initializing the dr? and check dr has rows to read. | |
Re: ur asking for login details or Event details? u want to capture all the events done by user in ur application? | |
Re: Convert.tostring() will handle the null values but .string() will not handle nulls. | |
Re: 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.. | |
Re: Show the price for item in textbox and ask the user to enter the Quanity he wants then TextBox8.Text =Quantity*Actualprice.. | |
Re: 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. | |
Re: 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] | |
Re: what u want to control?? Can u plz explain ur problem in details? | |
![]() | Re: 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... ![]() |
Re: What is ur problem? or where is the probelm? | |
Re: Where is ur code to bind the records to combo? how ur setting the display and value member? |
The End.