Hi All,
I've made a little VB app in Visual Studio 2005. I've used the 'publish' utility to make a cd-based setup.exe.
I can't find an option to pop-up my License Agreement and have the user check "agree". Does Visual Studio support this, or do I need to go with a 3rd party like...
Hi All,
I have (I think) a pretty standard published application, and the users click desktop shortcuts created by the Program Neighborhood.
On the server in the CMC, the "location" has a command line like this:
n:\apps\some_app.exe -parm1 -parm2 -parm3
My question is, if I merely add...
Additional Info:
I right-clicked my computer -> manage -> environment variables and NEITHER login explicitly assigns the %username% variable.
Things like %tmp% etc that are in the above dialog DO work in both environments.
Hello All,
On a published desktop, I have shortcuts that point to
n:\users\%username%\appdir
If I connect via RDP the shortcuts work.
If I connect via ICA they don't.
So I tested it a bit. From a cmd prompt in ICA,
"echo %username%" ...yeilds... %username%...it isn't resolving the...
Hi,
I have a friend who's a self-taught vb6 programmer, and he's made an app with about 30 screens (forms), each of which compile into separate .exe files.
My problem is I want to publish it via Citrix, and the multi exe thing isn't working unless I publish an entire desktop.
Is there a...
Hello,
I've begun using an AIX box that had 2 default gateways.
One of them (.242 below) is a router that has been gone for a year. A week ago I deleted (with "route delete") the pointless gateway, but now it's back!
Route Tree for Protocol Family 2 (Internet):
default 10.0.3.242...
Thanks,
I was kinda close with:
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii < 48 Or KeyAscii > 57 Then
KeyAscii = 0
End If
End Sub
Your code helps a lot!!!
Hi,
I'm an old programmer, new to VB.
I have a TextBox but want the user to only enter integers (I suppose decimals are ok)
I've set the datatype to integer, but the Change() event crashes at runtime giving me "type mismatch" errors when I enter a-z characters.
Is there any way to make the...
We have adobe acrobat 6 on our Citrix server.
I can open a pdf file and it displays fine.
What I cannot do is create pdf files by printing to the "adobe pdf" printer that has been created. I thought this might be a permissions issue, but I'm logged in as administrator.
I get the same error...
Hello,
I've done a little work with Ultradev and my company has asked me to "review" their website, for upgrading options.
It has been designed with framesets, and .htm files defining the left buttonbar, top frame and then pulling in the "main" text frames for content. Pretty standard design...
Thanks, I am new to Citrix but I did understand that completely when I decided to publish explorer.
Being remote, the IE option does have drag/drop caveats, but since the contents are all word/excel and because the remote office apps run just fine when the files are selected, I have a...
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.