I have been asked to allow users to edit a custom Property we created in SharePoint called Extension. Is this possible to do w/o giving them access to the "Manage User Profile" section in the Central Admin? Any help would be appreciated?
I see that is a little tougher. To get that you will have to use a Citrix object. You have probably found that you get the server name when you try and grab the machine name with System.Environment.MachineName. Try the Metaframecom object from this you should be able to get the session and PC Name.
We use Citrix also. One thing to keep in mind is when the user is logging into the Citrix server they are logging onto windows so you can grab it normally. Here are two options to choose from:
Public Function GetUserName() As String
'Determine if Windows Authentication is being...
Is there a dropdownposition property or something you can set so the combobox's dropdownlist will not display off screen when it is displayed on the right of the screen?
gmmastros I like that better than what I have.
Do you know if there is a way to return > 1 record from a case statement w/o getting an error. Your solution will for this but I'm sure I'll run into this again.
Thanks!
Matt
Can anyone tell me the correct syntax to do this or even if it will work. I'm using SQL Server 2005. It compiles but when it runs I get this error:
"Msg 512, Level 16, State 1, Line 2
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or...
Man I must be blind. I went to this site and googled it but only came up with old C++ ones. The first one is a great start I will just try to convert it to VB now.
Thanks!
Matt
The problem isn't displaying the images in 16x16 or any other size for that matter it is importing the images at the correct size. To see the problem open an imagelist and import an icon that has multiple sizes saved such as 16x16 and 32x32. When you import this image it ignores the size you...
I'm using VB.NET 2005 and am having troubles loading my images into my imagelist. Even though I set the size to 16x16 when I import the images they always come in as 32x32. The icons do have different sizes saved inside them and the only way I can get the 16x16 to show up is if I delete all...
Found this on another website. It works but I don't like the idea of a API call for each combobox. I will live with the default size.
Private Declare Auto Function SendMessage Lib "user32.dll" ( _
ByVal hwnd As IntPtr, _
ByVal wMsg As Int32, _
ByVal wParam As Int32, _
ByVal lParam As Int32 _...
Is there a way to change the height of a combobox w/o adjusting the font? I'm looking to create a custom combobox and would like to adjust its height.
Thanks!
Matt
I tried the third option on chiph's post and was not able to get that to work. But, one of the links given by jebenson does work.
(http://www.west-wind.com/presentations/dynamicCode/DynamicCode.htm)
It has a little more power than I need at this point, but it will come in handy I'm sure in the...
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.