Application - Access To Anivirus Codes
Jan 15, 2009can I have access to anivirus codes.
View 3 Repliescan I have access to anivirus codes.
View 3 RepliesI wrote some codes for student login. the codes checks for the "username", "password" as well as their type of "status", from the database. once this input are met, the student logs in successful, otherwise a message pops up.The problem i encountered is this, i have 11 student records in my database and only the first 6 students can login successfully. the remaining 5 students cannot login. Despite entering the correct username, password and status for the last 5 students in the database, the message "Invalid username and password" comes up. I don't know where my code went wrong or maybe i didn't write the right codes to accept all student records as well as new ones.
Here's my code for the login:
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
[code]....
I am using Following Codes to connect my project to Access Database:-
CODE:
I want to use Database which is located on My Solution Explorer So My Question is that how can i connect Database which is located on the solution explorer
CODE:
Dear Experts modify UPDATE codes according to INSERT codes Style.
[Code].....
I need update codes as there are insert codes
Public Class ClassTrialVersion
Implements IDisposable
#Region "Constructor"
[code].....
Set of codes for embedding e-mail and sms tool in my application?
View 1 Repliesi saw more applications can run in more than one systems and accessing a common database whenever update a data from one computer thats reflects in another eg a product is select by one system in a shop it wont showed by another system in the same local network.how to develop that kind of apps what kind of applications they are .please explain about that concept or give some ebook references.give me a simple vb application code in vb.net like above mentioned.[code]
View 7 RepliesI have an application that has an Ms Access 2007 DataBase which runns great if access is installed. Is there any code that I can use in vb that I would be able to run access with out installing it.
View 5 RepliesI'm using VS 2010, and I did a project using VB and a database in Access. The problem is that when I try to put that "application" on other computers, sometimes, is not working. I thought it can be because on these computers they don't have access, but on one computer, is running another app which is using Access and there is no Access installed. How can I check if my application requires Access to be installed or not?
Here is a example of how I did the connection:
Public AccessOLEDBConnString= "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & myfullpath & ";Jet OLEDB:Database Password=password"
Function getConnection() As OleDb.OleDbConnection
[CODE]...
And when I want to have access at the data I'm doing like this:
dim conn as Oledb.OledbConnection
dim sql as string
dim ds as Dataset
[CODE]...
My boss gave me an MS Access application that was developed by our former colleague. He wants me to convert that application to VB.Net Windows form application. I went through the MS Access Application. It contains tables, queries, forms, reports and macros. I could not find the programming (Where is the code written in MS Access?). My boss wants the windows application to be same as the MS Access Application (both in design and logic). I don't how will i develop the windows form. How can I achieve this?
View 2 RepliesMy boss gave me an MS Access application that was developed by our former colleague. He wants me to convert that application to VB.Net Windows form application. I went through the MS Access Application. It contains tables, queries, forms, reports and macros. I could not find the programming (Where is the code written in MS Access?). My boss wants the windows application to be same as the MS Access Application (both in design and logic). I don't how will i develop the windows form.
View 4 RepliesIs it possible to access Application Properties of my applicaiton in run time ? Please refer the below attached image (I want to access the Title and Category properties in my application)
View 5 RepliesI am developing a project in which i have to access datagridview's value into my application
Now i am able to get the handler of window
i am also get able to handler of datagridview.
i am used findwindow & findwindowex functions
Now i want some guidelines :-
1.How i can access Column Count
2.How i can access row Count
3.How i can access values of datagridview
for listview there are built in class in win32 named as syslistview32
Is there any class for Datagridview?
Or By which Window class handle datagridview?
Or tell any other way to access datagridview values of Third Application By My Application.
What is alt codes i can't understand about alt codes :S
View 1 RepliesI need to be able to interact with an application's GUI within another application. Basically, I would like to run an application and have it's GUI appear in a MDI-style Form in my application. Is such a thing possible? The reason I need to do this is because I need to access an application remotely without having to use Remote Desktop or similar tool. Any questions on this, feel free to post.
View 2 RepliesI'm looking for the proper code in .net platform to call and edit different properties of ADF scanner. And also how to find out if there is any paper(s) in the feeder?
View 4 RepliesI am from c# field and now are doing a project using VB, I wants to ask about question as below:1) private static DataSet ds; I wants to convert the C# codes above to VB syntax, but VB seems like don't have equivalent keywords of "static"(Correct me if I was wrong).
View 3 RepliesI have a datagridview with 3 columns. the second column is a read only . When I leave column 1 I would like to go directly to column 3.
[code]...
I have use this codes in my project
For Each dr As DataRow In DsReports.DataTable
Dim Cmd As New SqlClient.SqlCommand("INSERT INTO Temp " & _
"VALUES (@ID, @AccountDeatil,@Debit,@Credit)", Cn)
[code].....
Now How to use ProgressBar1 into Code?
I am trying to translate some VB codes to C++. And I am not quite sure what this line does.
IIf (n& 1=1, 0.0005, -0.0005)
I know what IIf(logic, true_value, false_value) does, and I guess the & operator is supposed to concat two strings. But I am not sure what the intention of using "n & 1 =1".
I'm making a tv player and I want to make vlc to play my streams, i need also the code to record the stream and the code for fullscreen. i will be more detailed in the following picture
View 2 RepliesI've trying to access an appsettings key value in my vb.net 2.0 web application.I've put the key in the app.config file:
<appSettings>
<add key="DownloadURL" value="http://<myURL>/" />
</appSettings>
I've followed the instructions here, and it says that I need to access this key like so:
URL = System.Configuration.ConfigurationSettings.AppSettings("DownloadURL")
But I get the following message:
Public Shared Readonly property
AppSettings() As
'System.Collections.Specialized.NameValueCollection'
[code]....
I tried to replace the old method with the new one, but it does not exist.Strange, since I've done a similar thing with a web app and it did exist there.
I am creating a VB.NET application with the back-end of MS-Access. I have created manual backup of database.But now i need the help to create an automated backup of the database in the same application.
View 1 Repliesim trying to update access from vb.net application. when excuting im getting this error: the microsoft.jet.oledb.4.0 source="c:...."provider was not registered on the local machine. when i go and run cmd to register ddl files. i was able to register msjet40.dll and msjetoledb40.dll with the other dll a box pops up: the module "c:..." was loaded but the entry point dllRegisterServer was not found?
View 2 RepliesThis is for vb.net I've been working to develop a system which involves computation.What I've been trying to develop in my program is, I have a textbox where user will enter a numeric value,there is a button and a label below and in the first place the label should be set to zero. Everytime you enter a numeric value in the textbox and click the button it should add the value in the label and should save the value in the label so even if you exit the program whatever the last value displayed in the label should remain the same when run the program again,I believe it requires a database to save the value.Basically its like with payment system which saves the total amount of all payments made.
This is how should it works,say for example,if you will enter 1,2,3 it should save the sum value which is 6 in the label even if you close the program and when you run it again and enter another value it should add to the current value which is 6.
In C, Pascal, and C++ it is possible to use the FormatMessage function to retrieve a "friendly" error message that corresponds to a COM HRESULT error code. This question contains sample code that demonstrates the C++ approach. Of course it would be possible to build a managed C++ assembly to perform this function for C# and VB.NET code, but I'm wondering: is there a way to translate COM error codes using the .NET system libraries?
View 2 RepliesI need to be able to write data to a binary file. No problem - I have a test app I've knocked up that reads and writes to them fine, however the format uses C0 and C1 control codes, and I have no idea how to write them properly. The SOH, ENQ, DLE, NUL type of thing. I'd post some but they are non-printing. I know what they mean and what they do but have no idea how to write them.Basically we are writing our own system that generates test data files for import by another program. My files that I write have the correct number of fields and correct value and formats but because I can't get the tags to write they data is imported incorrectly. I've spent days reading up on it but can't find what I'm looking for.Not dealt with binary data files in VB before so this is all new.
View 3 RepliesI have a Windows form application written in VB of about 5000 lines of source code. For security reasons, I have changed all the names for variable, sub, and function to meaningless strings. For example strFileName to XBHDY. Apart from doing some test runs of the modified code, is there a reliable way to check that the two sets of codes are completely equivalent?
View 1 RepliesI have following codes on lostfocus of textbox1.text to search values. It works fine but how to navigate database. I mean what codes should I use for Next Record and Previous Record Buttons. [Code]
View 1 RepliesWriting codes for a school project I have to do. Basically I need to make a program that when you click a picture box it replaces the picture with an image in a second picture box on the same spot on the form. I am not sure how to do this. Right now I have the two pic boxes side by side and when I click one the other disappears as it should, but I can't get it to reappear so one can click between the two alternately.
View 7 Replies