hello Friends,
I need to remove all folder sharing permission for all users (not for groups) to a remote folder.
My existing code look like this...
oSecurity = File.GetAccessControl(T...
I am trying to add a blank item to a drop down list so it forces them to pick an itme in the list, if they don't the page won't work correctly because the dropdown has another autopostback tha...
I have a collection (List Of String) that I've built with IP addresses and corresponding devices.
Once that list is populated, I want to sort it by device name, so I pass it to a sub and have...
I have a table adapter that I am using to retrieve data from a table using the GetDataBy method.
If I have just one item that I am searching, this works fine. But when there is more than one...
Using .Net 2.0, VS 2005, vb.net
I'm trying to print to a printer with setting defined in the attached vb.net code. The default settings of the printer is letter size with portrait orientati...
I know this has to be simple, but I can't seem to figure it out. How do you clear the selected item in a combo box? When I prepare the form for more processing, I want the items in the combo...
Hi Experts,
How do I programmatically click the 'I Agree' button on the following form displayed in a webbrowser control?
<form id="Form1" method="post" action="TermAndConditions.aspx">
...
Hi, I have a VB 2005 Windows Application using an Access 2003 database.
In my application, I've creating a dataTable called "dtUsers" and am filling it with all the fields from the "Users" ...
I am using 2 oledb dataadapters to populate about 30 datatables spread between 2 Datasets. When trying to update backend database (Access accdb), I am getting errors which I have researched an...
Deleted, no guro or expert answered!
Given the following SQLcommend Text as sample:
"select * from customers where cust_id like '%" + textbox1.text.tostring.trim +"&'"
What's the VB.NET/C# equivalent for it as below:
Dim CustI...
I have a vb.net form which is used to display pdf files using the adobe reader (AxacroPDFLib.AxAcroPDF), using .LoadFile() method. This seems to work fine for a few files then for no apparane...
I'm trying to take some code from a VBA Macro in excel and convert it to VB.NET. I need to do this, so that I'm able to apply this macro to a batch of files.
I'm currently receiving an erro...
Hi,
I want to populate table fields to combobox.
Please help how to do it?
Thank you.
I am trying to get data from an access database into a datagrid in vb.net 2003
I get the following error message
an unhandled exception of type system.ArgumentException occured in the window...
I have created a gridview control with a template field for a date value. I need the maximum value of textbox (called dt_admin) to be = todays date
I know how to do this programatically (at ...
Hi experts,
I need a little help debugging this piece of code.
What I'm trying to do is to make a function that writes the given values to an excel spreadsheet:
Sheet - Sheetname
Title...
Hello,
I have an application that has to fill out an HTML form email to send out schedules to employees. Currently it simply outputs strings and concatenates parts of the html around the o...
Hi Experts,
I would like to store some 1KB image files in an Access database and then programmatically compare them to image files from a hard drive directory. How would I go about doing t...
i have two table in sql 2000 tabel have column ID and name i want copy the ID column from this table and put it in another table by vb.net code.
Her's the code I'm Using.
Sub ReplaceHyperlinks()
Dim h As Hyperlink
Dim intWrksheets As Integer
Const OLD_PATH = "F:" ':: MUST END IN BACKSLASH
Const NEW_PATH = "\\what\I\Changed\T...
I am trying to write an Excel macro or VBA module in Excel to combine records based on the list type and resource type fields.
Here is how the data currently looks:
name list type resource...
I am trying to link my small program in vb to an access database, its for customer information on a return program. I have created the access database and tryied a few diffrent ways to do thi...
Hello,
I am working for a company as a Business Analyst and need to facilitate the transition of an Excel based data capture process to a VB Dotnet webform capture process. The excel templ...
How do we use theRight Function in strings in vb.net