I am doing a homework assignment that calls on my to run the "SN" program to sign a file and then reference the "SNK" file in code.
Having run the SN utility, the program seems to have wo...
Good Day
Experts:
How can I replace double quotes(") in a String? I am using VB.net.
ie. This " is double quotes --> This is double quotes
Hi,
I am trying to add a linked button column to a grid view, I have to do it from the code behind for various reasons. I have the button created but when I type gv.Columns.Add( ) the param...
Hi, in my application I have a string that I would like to format to display as currency in a text box. I'm setting a variable to a Session on one form and passing it to the next, which is whe...
We generate Line Graphs in Encapsulated post script for our customer data. It has many customized fields like showing calculated value at the top right of the graph, displaying only few data...
I have 4 textboxes in a word template. I have a complete application that I developed a while back and would like to pass some of thes values to my word document. Is there a way to open that w...
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...
Greetings,
When I run a particular query in the Management Studio/Query Analyzer I get the desired result. However when I run the same query in my VB project I get:
reader(0) {"Invalid ...
Hello,
Can anyone give advice or even better some vb.net sample code to create a keyboard hook?
Im writing an application that needs to receive input from the keyboard at the same time as ...
I have structure that has one backgroundworker and one byte field (id). After creating an list of this structure, I catched the DoWork event of the backgroundworker which is in the structure.
...
Hi,
I am using simple threading to spawn Html parsing algorithiums from a class file, my question is, will a new thread automatically be assigned to an unused core in a quad core system? i...
I have an project where the user can change the size of a label (call it a Rectangle) at runtime by dragging the bottom right corner.
I use two more labels to show the length and width of...
Hi experts,
I'm builduig a custom control. This control will be a header consisting of images and button collection.
So far it's working great, except that my buttons are created under the...
Hi experts,
I try to send custom objects (dataset/serializable object, etc...) to clients from the server
the communication works fine, and i receive data when i use short string but now,...
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...
Hi,
I am saving an image from a picture box to a file. In general, I would like to know how to edit the attributes of the image before saving to the file. The image being saved is
wid...
What is the best way to cause a delay of a specified amount of time to take place between the time one function is called and the time the next function is called. For example, say I have the...
Can anyone direct me to some sample code on how to run a DTS package from a Visual STudio 2005 VB.net application pass parameters to the DTS package ? I know the objects exist with
Imports ...
Can anyone give me the advantages and disadvantages of using vb.net front end and an Access backend against an Access front end and Access backend.
The current totally Access 2007 applicati...
Using vb.net in Visual Studio 2003
I have a datagrid bound to a datasource in which I also add and delete rows and sort columns. I want to be able to select multiple rows in the datagrid a...
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 developing a UserControl in VB.Net 2008 and I want to select the DefaultValue which is the BorderColor of a LineShape Control.
I thought this would do it, but when the Control is run in...
How can I set up my OLEDB connection string in web.config file? So far I have this:
<appSettings>
<add key="CN"
value="Data Source=C:\data\database.mdb;provider=Microsoft.Jet.OLEDB.4...
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...
How would I go about setting up a query for VS08Express to filter data from an Access 07 DB using only one input box yet having it search/query all columns. I have been able to get it to query...