Hi All,
I am using an error provider. I am having the problem that when you click on it, it no longer shows the tooltip. There is not an on click event to prevent this from happening. I tried resetting the error provider in the form's click event but that did not work. Any ideas?
Thanks...
Hi All,
I have this code here
Dim dir As String = "D:\test\"
Dim Account As String = "BUILTIN\Users"
Dim act As Security.AccessControl.AccessControlType = Security.AccessControl.AccessControlType.Allow
Dim fsar As Security.AccessControl.FileSystemAccessRule = New...
Thanks Sorwen for responding!!
more info ...
I install from my account (Admin) for all users
I log in as a regular user
I can see the application and I can launch it but I cannot write to the app's directory.
I am giong to look at moving the data that gets written to.
I was playing around a little more. I uninstalled it and re-installed it as myself (I am an admin on this box). I logged in as my test account (regular user) and they got an access denied to the config file.
Hi All,
I have a set up project that I have the InstallAllUsers to True. I have also turned the option off on the interface. I actually run the install via command line with progress bar only interface. I log in to my test account and run the installation (everything is fine) but then when I...
Hi All,
Thanks for responding!!
Borvik, that is exactly what I was looking for!!
Sorwen, I am sorry -- I should have been more clear. I am using the NotifyIcon but as is, you only get a boring yellow tool tip that you click on the whole theng then have to launch something else.
Thanks again...
Hello All,
Does anyone know how to recreate something similar as Outlook when new mail comes in where the Balloon tip in the system tray gives you a preview, lets you delete ot flag it or open it right from the balloon?
Any help, direction, ideas etc would be most appreciated!!
Thank you,
Becca
You could also right a Windows Service installed as a Local Service to interact with your application. Local Service apps have heightened local privileges but no network.
I believe this error is actually that the dll's on the macchine do not match the dll's in the application. Try changing your Crystall Dll's to Copy Local = True.
I actually dumped the values before and after and they are the same!! Null to Null, space to space
I wrote a routine to check and cancel the Modified if there really wasn't any changes but its just extra processing.
I am not getting an error -- the rows says that they are modified when nothing in the row has changed. It happens after the row has been displayed in the bound controls.
Hi All,
I have a form with a grid and some controls. I have a data table bound to the grid and the controls are bound to the current row in the grid. My problem is, the row always says its modified after its been active (meaning had the focus in the grid) even though none of the column values...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.