Using WUSA.EXE - Update Feature

Apr 14, 2009

I want to be able to use Microsoft's Update feature in my app. When doing some research on this, I found out that MS uses an executable called WUSA.EXE for their updates. Unfortunately, you can't just run the executable and expect it to work. So, I guess I'm asking if anyone knows how I can do this. For the moment, my app is only targeted toward Windows Vista.

View 2 Replies


ADVERTISEMENT

How To Add Update Feature

Jan 29, 2010

I dont really understand how to add the update function to my program.I want it to update from my computer

View 5 Replies

Check For Update Feature?

Oct 12, 2009

I got a hard one for you devolpers.In a popular C++ program BitComet they have a Check For Update feature.How would I have a simple Check For Update and have it warn the user every 1 week or so.

View 4 Replies

Make An Auto-Update Feature?

Apr 13, 2009

I've been working on my program, which is a calendar, and I want to update it with the so called: 'Textfile method'. (Not ClickOnce, try'd it but didn't work out.) So basically I dont know where to start, I want my app, to download a text file from lets say: http://localhost/textfile.txt/ I want the app to compare the text file to its current version and if the textfile> than the current version I want the app to download lets say[curl]...

View 28 Replies

Use ClickOnce Deployment On My Application To Get The Update Feature?

Dec 21, 2009

I use ClickOnce Deployment on my application to get the update feature.But i really do not like the deployment and the setup Is their a way I can use the Visual Studio setup feature to make a msi package for my application but still have the update feature?

View 4 Replies

Search Feature

Oct 17, 2010

Hey guys,

I am trying to make a search feature in my program. My program has a .csv file that the program will need to search for a equal value that was entered in thr text box. I am just not to sure how to go about this. Just need some insight on how to grt started. Insight please.

View 8 Replies

Button's Not Having A 'read Only' Feature?

Feb 8, 2009

i seem to have a problem with my program, here is my situation:I have a UsageID where it gets generated from a database when the user clicks a button (btnAdd). However the rest of the form has textboxes and comboboxes then finally a calculate button (btnCalculate). I want the user to only be able to click the btnCalculate when their is a UsageID present. Here is the code i have currently in the btnCalculate_Click procedure:

No errors come up it just doesn't seem to work, has anyone got any ideas because i'm stuck. Helpful posts will be rated.

View 4 Replies

Disconnected And Connected Feature Of ADO.NET

May 19, 2010

I just read a book : Pro ADO.NET 2.0.It discuss about the disconnected and connected feature of the ADO.NET.In disconnected, the "data container" is DataSet.But it doesn't say anything about the data container if i use the connected feature. In ADO, we have recordset, what about ADO.NET.

View 3 Replies

Feature For IP Location Project?

Jun 14, 2009

Im making an application which is basically a lojack project. Im wanting to get some ideas for maybe other features or the best way to go about this for maximum tracking ability.Right now I have it working the way I think it should work and what it does is get your external IP, it then returns the City, State, Zip, Latitude and Longitude and sends all that info to you in an email. I have it check against a Database that houses computer registration, computer name, and then the status of the laptop which the customer calls in, if its stolen. Right now this is just a piece of software and Im currently working on something low level to do something before Windows loads up. Right now thats not something Im focused on hardcore, but Im working on it and itll get done.

View 2 Replies

How To Implement Timeout Feature To Use In DLL

Feb 19, 2011

I need to wait for and event within a given period (30s) and then timeout if this time elapse. I am sending a command to a server from a dll, and I need to wait for response before sending another. I want to implement a timeout feature, that why I need to use a timer. I want to use a timer, but don't know how to use it in a DLL.

View 2 Replies

How To Use The Find And Replace Feature

Nov 5, 2009

how to use the find and replace feature? Sort of like what notepad uses. But, it replaced certain characters with a set character, not a changable one.[code...]

View 13 Replies

Make Feature Suggestions For .NET?

Jun 17, 2011

Where do we make feature suggestions for VB.NET?Basically, I'd like to suggest that they introduce "strikethrough comments". As an alternative to using the single quote ' for remarks, you can use the backquote (ASCII 96) ` which does exactly the same thing except that the text appears with strikethrough. This would be good for "commenting out" code. So if I am replacing a bit of code, I can "cross out" the old code,

View 2 Replies

Use Serial Key Feature In Setup?

Jan 21, 2009

how to secure my vb.net setup with a serial key?

View 1 Replies

Use The Advanced Autocomplete Feature In VB?

Dec 7, 2011

I've got this control: [URL].. and I'd like to use the advanced autocomplete feature in VB.

View 6 Replies

Use The Find Feature In A Richtextbox?

Feb 2, 2011

i need to create a find feature to find text inside of a richtextbox.

How can I do something like this? The web just takes me everywhere when I google it.

View 1 Replies

What Is The Official Name For This Syntax Feature

Dec 2, 2011

What is the name of the character at the end of each of these lines?

Dim _int As Integer = 1I
Dim _short As Short = 1S
Dim _long As Long = 1L

[code].....

View 10 Replies

Adding The 'Select All' Feature In The Datagridview?

Jun 21, 2010

I have a form(EmailContacts) which contains a datagridview and a button to add the data to a textbox of another form. Everything is working fine and i can display data from the database on the datagridview properly. The problem is how do i add a 'Select All' feature such that when the user clicked once on the 'Select All' checkbox, all the checkboxes of the columns are selected?

These are my codes for the form:-
Public Class EmailContacts
Dim xs As String

[code]....

View 8 Replies

Asp.net - IE8 Accelerator Feature Allows Cheating In Our Tests?

Mar 30, 2011

In my company, we make software which we use to test certain skills and intelligence factors of people. Some of those tests are time bound. On the test page, there is an asp control that shows the time remaining. When you right click that control, the javascript that provides the time is interrupted. To solve that, we disabled right-clicking. But now i've noticed that if you do a selection of some text and click the IE8 accelerator blue button, the javascript is also interrupted. Disabling the left-click if of course no option.

I've found an option in IE that disables the accelerator, so for us internally, the issue is solved. But we would like to find another solution, just because we cannot ask every one of our customers to go disable that option on all their computers.

[Code]...

View 4 Replies

ASP.NET Role Manager Feature Has Not Been Enabled

Jul 7, 2011

I'm trying to create a routine in my asp.net's main page that will see if the current user is a member of a Windows domain group. The site is hosted in IIS and is visible through our intranet.

GlenFerrieLive listed this code (which I'd like to use) in an earlier post:
UserName = System.Environment.UserName
If Roles.IsUserInRole(UserName, "MyDomainMyGroup") Then

[Code]....

Problem is, now I'm getting the configuration error 'Default Role Provider could not be found'.

How can I get around this? I just need to see if the current user exists in a specific domain group.

View 2 Replies

C# - Words Macro Like Application Feature?

Mar 26, 2012

I wanted to develop a tool in which i want to use words Macro Like feature.In an Application there will be front-end (i.e. form) which will accepts basic information like name,age,gender,Marital Status,Address,Locality,Contact number etc... In a backend i will be having few fix text fromate in the database as a string or BLOB.( instead of databaes, i can even keep words text template)

Now what i want to do is:when user submites the form data, my app should use this submitted data and replace all the marked location in text formate with the data provided by form. and once the complete text string is generated , i want to generate word file ( and/or Pdf) file from this.How can i acheive this with any one of this language .NET( web or Desktop ) , QML ,QT,Java ?( Text Fromates : because most of the containts of the text will be the same, only few words (fileds) will be diffrent for each copy generated)

View 2 Replies

Computer.FileSystem.GetFiles - Bug Or Feature?

Jul 20, 2011

If I have a folder with a bunch of ".htm" & ".html" files in it and I use

My.Computer.FileSystem.GetFiles(myFolder, FileIO.SearchOption.SearchTopLevelOnly, "*.html")it returns all the ".html" files, as expected. But if I useMy.Computer.FileSystem.GetFiles(myFolder, FileIO.SearchOption.SearchTopLevelOnly, "*.htm")it returns ".htm" & ".html" files, when I would expect it to return only the ".htm" files. Is this a bug?

View 9 Replies

DB/Reporting :: Log In Page With Password Feature?

Aug 19, 2008

How do I create a password log in system in VB?

View 1 Replies

DB/Reporting :: Textbox With Guessing Feature

Nov 18, 2008

How would you make a text box that guessed what you were about to type?...Don't understand what I mean?...for example, look at the Google search box...when you start typing stuff there, previous searches pops up underneath right? How would you make one of those? Would you need a text box to type things in and then a list box that pops up? All the info that pops up is in a database.

View 2 Replies

Find Feature Pack For VB 2008?

Jul 14, 2009

I've been trying to find the Feature Pack for Visual Basic 2008, but all I seem to be able to find in the one of C++.

View 1 Replies

Insert The 'Select All' Feature In The Datagridview?

Nov 18, 2009

I am displaying the data in the datagidview and wanted to select all the data using the checked box. I can only select one by one but not the select all.

View 3 Replies

Lost The Ctrl-F Find Feature

Oct 21, 2009

I install VB.net in a computer with 2G mem. Yea, will need to replace that one quickly. But still VB.net need to run even on my slowest computer because I like my program to run on debug mod. One day, my programmer notice that we can no longer search for anything.

[Code]...

View 7 Replies

Making A Web Browser And Want To Add A History Feature

Feb 15, 2010

I am making a web browser and want to add a History feature/I am not asking for any code but I want some help doing it like things to look into or even tutorials.I have no code yet because I have no clue

View 4 Replies

Record Search Feature In Datagrid?

Mar 11, 2010

I am trying to do a record search feature in my datagrid, but I can't find any reference for this. What I want to do is I can search any of the row that contain the text that type in TextBox1 by clink on Button1. I am using VB2008 and the datagrid is connect to access.

View 1 Replies

Support For Imported Namespaces Feature In C#?

Apr 9, 2010

I am use to VB.NET. The game source code I am learning from is written in C#. I find it annoying that I have to add using System.Diagnostics to the source code in order to type Debug.WriteLine.... I checked under project properties, but I cannot find the References tab that allows me to add namespaces to Imported Namespaces. Where do I find this in C#?

View 4 Replies

Type Of Rating Feature In Gridview

Jan 10, 2011

can any body create a this type opf rating control using vb.net ajaxcontrol toolkit with mssql2005 and with retriction of one vote per person .if 10 people voted for the service using rating star then the average would be displayed in rating control..

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved