670 Posted Topics
Re: Web Application: In software engineering, a Web application or webapp is an application that is accessed via Web browser over a network such as the Internet or an intranet. It is also a computer software application that is coded in a browser-supported language (such as HTML, ASP, PHP, Perl, Python … | |
Re: Why bother yourself about IPs when you can simply use the server name? | |
Re: the night time is the most favorable. You have your silence, no distractions and less external thoughts to do. All you think of then is CODES | |
Re: [QUOTE=Azmah;1570307]THANKYOU THANKYOU THANKYOU Every single time I ask someone that question I get 80 ... they forget BIMDAS. I put the hit because I didn't want to sound like a fool :) One of my friends said to me, after I told him, "Tell me when you sue BIMDAS in … | |
Re: This opens the file with read-only access [CODE]Imports System Imports System.IO Imports System.Text Public Class Test Public Shared Sub Main() Dim path As String = "c:\temp\MyTest.txt" Dim fs As FileStream ' Delete the file if it exists. If File.Exists(path) = False Then ' Create the file. fs = File.Create(path) Dim … | |
Re: try TeamViewer. You can download it[URL="http://teamviewer.com/en/index.aspx"] here[/URL] | |
Re: [CODE]Have you tried blocking all IPs from russia David??[/CODE] that wont be too good a decision. So many innocent ones would be affected. RULES OF THUMB: The most important of these rules is: don’t take it personally. Spammers don’t want to degrade your site. They simply want to get people … | |
Re: [QUOTE]What happened to Mosaic. Is the web still compatible with Mosaic?[/QUOTE] Fifteen years after Mosaic's introduction, the most popular contemporary browsers, Internet Explorer, Mozilla Firefox and Google Chrome, retain many of the characteristics of the original Mosaic graphical user interface (GUI) and interactive experience so why would you want to … | |
Re: please see [URL="http://www.daniweb.com/software-development/vbnet/threads/211040"]this[/URL] thread | |
Re: [QUOTE]although finding a free cms is a lengthy process as there are so many. [/QUOTE] and the less standard ones are what you see first.....thats what makes the search even more lengthy | |
Re: its basically used to download music, videos, books and more files as you can imagine but illegal as cscgal stated. | |
Re: If you mean changing an existing user password, then you can do that with the UPDATE statement. It would be appreciated if you can show some effort on work done so far and then also give info on any error/challenge encountered. | |
Re: Be sure you installed the Fingerprint reader driver, you can check your device manager to make sure you did. If you did, then try re-installing the Fingerprint validation software. Don't know what yours is called who the vendor whp designed it but for my HP Pavilon dm4 laptop, its called … | |
Re: see [URL="http://www.daniweb.com/software-development/vbnet/threads/211040"]here[/URL] | |
Re: [QUOTE=arjunsasidharan;359685]Well if you do come up with a solution other than using opacity do let me know.[/QUOTE] would also like the have the new idea | |
Re: How do you intend to collect this data? That you be your start point. If you already have the data collected, then you would require knowledge on database connection and data retrieval. You may wish to proceed and then show us some efforts. When you encounter issues, we can help. | |
Re: You normalize a database and not the table. Since normalization affects tables which are primary components of a database, then normalization is said to be carried out on the database which basically involves breaking down table structure to avoid redundancy. What you have so far is just one table with … | |
Re: see [URL="http://connectionstrings.com/access-2007"]here[/URL] | |
Re: This would help you convert the image in your picture box to binary and save it in sql server. [CODE] '//declarations to handle face capture and its conversion to binary Dim myfilelocation As String = lblfilePath.Text Dim param As New SqlParameter("@ImageData", SqlDbType.VarBinary) Dim ImageData As Byte() = IO.File.ReadAllBytes(myfilelocation) param.Value = … | |
Re: see [URL="http://www.daniweb.com/software-development/vbnet/threads/10589"]here[/URL] | |
Re: see [URL="http://msdn.microsoft.com/en-us/library/5s3ce6k8(v=vs.85).aspx"]here[/URL] | |
Re: Nothing as fantastic as troubleshooting a problem yourself. ;) | |
Re: Have you tried setting the start position to centerParent? | |
Re: [QUOTE]Network admin do not need programming skilles except to write some small scripts[/QUOTE] means they have to do some script writing. In my own opinion, you can do without programming as a network admin but no knowledge is a waste. Everything counts! | |
Re: More clarification needed, maybe your snapshots would help. Till then..... | |
Re: see [URL="http://www.aspsnippets.com/Articles/Display-MessageBox-in-ASP.Net-using-JavaScript.aspx"]here[/URL] | |
Re: The issues you have is with your select statement. Fist you check for the user and then later in your datarow you check for password. Also, i advice you learn to name controls appropriately not just to help yourself but also help other programmers reading your code. Imports System.Data Imports … | |
Re: First you need to understand a whole lot about keys and constraints. Creating a Table with a Foreign Key Reference This demonstrates how to create a table with a foreign key. In this example, I define two foreign key references within the definition of a CREATE TABLE statement: [CODE]CREATE TABLE … |
The End.