Dear all,
our client currently is looking to deply our .net code onto a custoemrs server. We are looking for the best encrption and source code protection system that will prevent them st...
I currently have a form with multiple textboxes, dropdowns etc. One text box has a Ajax autocomplete extender. It works fine. When I select a value from the autocomplete it fills in the other ...
Experts,
I have developed a VB program using an Access database which will involve 15-20 users.
My question is two-fold:
1. Will MS Access stand up to multiple users? (I don't have ...
Hi,
VB.net 2005 and SQL 2005
i am battling to format my date.
I have a data reader querying a table in SQL and it returns to me a date "14/09/2008" assigned to a string variable QE_Date
t...
Hi, I have this function that basically assigns a different value if the input value is a specific value.
this function works and assigns the correct value
Hi
I am using the code below to get a list of available SQL Servers & Instances in a VB.NET Winforms application running on version 3.5 of the .Net framework.
Me.Cursor = Cursor...
Hi experts
i implemented a drag drop for my treeview and it works nicely but... what i would like to do is to copy the create an image of the dragged treenode to move with the cursor
lik...
I have the following string:
dasda;;asdas;;Alfa Romeo;;145;;asdasd;;Benq-Siemens;;A31;;
I would like to split this out into several textboxes where ;; is the seperator
I have an application that I need to :
Execute a Function
Sleep
Execute a Function
Sleep
etc...
But I also need the ability for a button that would would interupt the sleep and e...
Hi experts!
I am using maskedit(Ajax) for one of my textboxes. I am sending the picture how does it looks like.
The rest of my textboxes have a white background(default color of textboxes) b...
I'm able to set a command timeout in my SQLCommand which works fine:
Dim cmd As New SqlCommand(selectSQL, con)
cmd.CommandTimeout = "0"
Dim reader As SqlDataReader...
This should be easy but it's driving me nuts.
I have a device application that i want to make a direct copy of, so i have two seperate versions which in no way affect each other.
If i ...
My columns are correct in the designer. when I bind to my ds, they are getting reordered. What is going on?
Ok, another question:
asp:RegularExpressionValidator....I'm trying to use it in the below code, but it accepts empty strings. The error string comes up, but the form still submits. What s...
Hey Guys,
I have a application for windows mobile and I want to protect the application from being hacked of being decomplied.
What security measures I can take to prevent thisfrom happe...
What I'm trying to do is to run a WinForm app, which upon initialisation it reads some parameters from the ConfigurationSettings.AppSettings, up to this point, all is fine.
Then while the app...
Hello,
I have a function that works but I need to change it in Stored Procedure called "viewAllUsers". Could you tell me what I need to change to make it works?
private List<User> GetUse...
Using Vb.net How do i change a Booleans output for False to (Void)
Thanks.
Can anyone suggest me with some step by step tutorials?
I have a DropDownlist which is populated with Values, I would like to allow the user to be able to Add new fields to this DropDownList by typing in it.
Anyone know of any simple solutions t...
I would like to know how to make I the following conditions work. I'm trying to call a delegate function from across different instances of classes. Its not working for me and would love som...
I have a rich text box with content that I save to a database, and use as the body of an email. I have some code that allows me to bold, make italic, and other things to the rich text box.
...
How to configure a Setup & Deployment project to run one of the just installed applications AFTER the Installer class's "Commit" method?
The best results I have gotten is by putting: Syst...
Hi Experts,
I've written a Visual Studio Tools for Office 2005 SE add-in for Word and for Excel. The add-in just displays a button on the toolbar with some code behind it...
I have a pr...
Hi I needed to make a reference to a path as below. But it seems the space in Program Files trips it. How do I fix this? Note there is no issues when the foldernames are without spaces like in...