Gideon Kane's Q&A profile
SharePoint Products and Technologies Display images from AD on the SharePoint site (searchresults and profiles/mysite)
Is it possible - out of the box - to display the images stored in our Active Directory on the MySite/Profiles pages and the searchresults I know it's possible in SPS2003, but it doesn't look quite the same in MOSS 2007. I havn't put much research in it, but if anyone has got an idea I'd be most greatful. Thanks! http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/ ...Show All
Visual Basic Not allowed to pick directory for a new windows application project
When I am using Visual Studio 2005 professional doing VB programming I am not able to specify what directory I want the solution to be created in when I create a new windows application. I had the express edition installed previously. Anyone have any idea why I am not allowed to specify a directory for the solution Thanks in advance. You should be able to, what options are you presented with when you click on File > new project/solution you should get a dialog box coming up with project choices, and then entering a name for the project (as well as creating a directory for this project) and selecting the location to store the project. ...Show All
SQL Server Noobest question
Hi everyone i know sql well yet i'm the noobest u can find in terms like DataWarehouse... I just installed sql server 2005 got a database with 1 big table in it. i was asked to "Build a data warehouse table based on existing table(s)..." this setence has a sense to it what the hell is a data warehouse table ... i checked lots of sites and docs about data warehouse and feel kinda lost of all the info regarding stuff like "analysis service" "integration tools" "bi studio.." "reporting service" .... where should i start in order to create this "data warehouse table" (no redundancy) i was asked to Your help(+patience...) would be most appreciated - :-) th ...Show All
.NET Development Oracle Based Application Deployment
Hi all. I m working on developing database application based on Oracle 9i. I want to adpot simple method of deploying the database to the end users machine. What could be the best method to deploy the database on the end users database server machine I mean do I need to run the database creation script in the Oracle Enterprise Manager to create the database or directly can I copy the database files and attach it in the oracle enterprise manager Or what else can I do for deploying the database to the end user machine. For my application, however I can create an installer install it on the system but concerned about database deployment issues. Please help. ...Show All
Visual C# General OOP Question on Formatting
I have a general question on "how do i do this" using best practices of OOP. My functional requirement is to implement a standard response formatter in my code. This standard response formatter will take one parameter and format it into a standard response, for simplicity sake "ABC" + parameter, and return it to the client/consumer. What is the best way to ensure that a consistent format is implemented. My current code implements and Interface, IStandardResponseFormatter, and requires that subscribers implement a method StandardResponse. The only problem with this approach is that the enforement of the actual format ("ABC" + parameter) is not enforced. How do I enforce this And is this an overall good appr ...Show All
Visual Studio 2008 (Pre-release) Customizing WPF DataTemplates....
I have defined a dataTemplate as follows: <DataTemplate x:Key="photoTemplate_Small"> <Grid Width="Auto" Height="Auto" x:Name="Grid" Margin="10,10,10,10"> <Grid.ColumnDefinitions> <ColumnDefinition/> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition/> </Grid.RowDefinitions> <Border HorizontalAlignment="Left" Margin="0,0,0,0" Width="Auto" Background="sc#1, 1, 1, 1" x:Name="Border" BorderThickness="0,0,0,0" CornerRadius="8,8,8,8"> <Image Source="{Binding Path=ThumbNailPhoto}" Width="100" Margin="5,5,5,5" x:Name= ...Show All
Visual Studio Express Editions Game Programming
Hello, I'm 13 years old and me and a few of my friends are going to try creating a video game. Since I knew the most about computers and are very good with them, everoyone decided that I should be in charge of programming. I know of a couple other kids in my school I could ask to help with programming, but I need to ask a few questions first, if it isn't too much trouble. 1) I know that C# and Visual Basic would be the best languages to start with. I already have some knowledge with Basic. My 1st question is is C# as good as C++ for 3-D and Direct X Game programming 2) I have a 2 year old Dell Dimension 2350 at home with a 50 Gig hard drive, 30 Gig to Windows 20 to Linux, 500 Meg ram, and an Intel pentium 4 processor. Would this b ...Show All
Smart Device Development Question on compiling _vstprintf_s(i.e. vswprintf_s)
Hi there everyone I am using the _vstprintf_s function in my Smartphone C++ app, and this is the region where it is used: void Add2List (HWND hWnd, LPTSTR lpszFormat, ...) { int nBuf, nLen; TCHAR szBuffer[512]; va_list args; if (hWnd == 0) hWnd = hMain; EnterCriticalSection (&csPrintf); va_start(args, lpszFormat); nBuf = _vswprintf(szBuffer, lpszFormat, args); va_end(args); nLen = (lstrlen (szBuffer)+1) * sizeof (TCHAR); WriteMsgQueue (hQWrite, (LPBYTE)szBuffer, nLen, 0, 0); PostMessage (hWnd, MYMSG_PRINTF, 0, 0); LeaveCriticalSection (&csPrintf); } but when I try to compile, I get this linker error : 1>Linking... 1>BTHello.obj : error LNK2019: unresolved ext ...Show All
Visual Studio Tools for Office [Word] Runtime error on loading custom add-in
Hello, I have a problem with loading my own add-in after I deployed the setup and installed the add-in. When I run the add-in directly out of visual studio it all works fine. However when I generate the setup.exe and use it to install the add-in it won't display in Word. When I go to the COM-addins dialog in Word I can see that it is indeed installed. When I click on it, i see the message: "Not loaded. There was a runtime-error ...... ". My guesses are that it has to do with security or something. I already put the macro's security to the lowest level, and followed the directions on http://msdn2.microsoft.com/en-us/library/aa537179(office.11).aspx to add something for the security. I allready spent hours searching google for this ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Sample of animated character.
Some time is passed after "XNA Game Studio Express/Framework 1.0" become available, there are now some source code samples from Microsoft (or others) of animated character (loaded from X file, animation too) Thank you Toni Dastle and his team has released a sample and also a tutorial at there Codeplex site of the XNA Animation Components. http://www.codeplex.com/animationcomponents There is a video on Youtube demonstrating a dwarf walking and runing. http://www.youtube.com/watch v=jD9DrHr8jwU ...Show All
Visual C# Problem with Interop DllImport Memory Corruption and AccessViolationException
Hi, I am having problems with the following operation to call GetConnectionInfo in VC++ 6 from c# 2.0 C++ Constructs as follows: typedef struct _OUTPUTPOINT { BYTE cDevicePath[MAX_PATH +8]; //DevicePath BYTE cLinkPath[1024]; //Use Lib. } OUTPUTPOINT, *POUTPUTPOINT; typedef DWORD ( CALLBACK *pfnGetConnectionInfo )( POUTPUTPOINT ); C# Constructs: [ StructLayout ( LayoutKind .Sequential, CharSet = CharSet .Ansi)] public class OutPutPoint { public char [] cDevicePath; public char [] cLinkPath; } IntPtr outArray; uint retVal = GetConnInfo( out outArray); OutPutPoint output = new OutPutPoint (); Marshal .PtrToStructure(outArray, output); Mess ...Show All
Visual Studio Express Editions on mouse hovering
what i am trying to do is to have a ballon appear when i am hovering over a button or control. to prompt, or tell, the user how or why to use the button. this is typically done on web pages (some are now getting quite descriptive (for example on netflix if you hover over a movie icon you get a large bubble with a nearly complete description) how is that done.... when i make web pages there is a single line you can put over a picture i have played with that and one can even put a picture in that.. however i only want to put a ballon to put info in. has anyone done that and how /meow/ Use a tooltip Dim toolTip1 As New ToolTip() toolTip1.IsBalloon = True toolTip1.AutoPopDelay = 5000 toolTip1.InitialD ...Show All
SQL Server Using Variable/Expression to Log with Parent/Child Packages
I have one package that executes 4 child packages (5 total). All 5 packages are set to log information using a connection string with a variable set at runtime for the location. The child packages use a parent variable to get the log connection string from the parent package. The parent package logs fine, but a strange behavior occurs with the child packages. The child packages all log data to the location used in the configuration file variable during runtime (like it's supposed to). However, I would get an error right before the first child package finishes execution saying path not found. Just for giggles, I created the folder I use in my development environment on the production environment. The error goes away, but the log file ...Show All
Windows Forms Calculating Total
hi everybody, i have a datagrid and it has many columns out of which amount is one column, and i have a textbox outside the grid, if i fill the amount column automatically textbox should be filled with the total amount, i did the coding part for calculating total, but the issue is i want the textbox to be filled after i leave the amount column in the datagrid, i have tried currentcell changed event, navigate event, tab index changed event, leave event, tab stop changed event, almost the events i tried out, but the value is not catching on the textbox, but the value catches in the textbox after i leave the whole row and then come to next row, i want the value to be catched after i leave the amount column ....... ...Show All
Visual C# Keyboard shortcuts for Find - Toggle between Code behind and Markup view
I looking for a key combination or a shortcut key (like F7) for swiching between Code behind view and Markup view, bypassing the Design view, because I rarely use it. Its realy annoying after pressing F7 from Code behind view, to wait all the visual controls to be built just to be able to switch to Markup. Thanks in advance for any suggestions. Bojidar Thanks a lot mate, it works like a charm now! P.S.: I couldn't mark your reply as an Answer because of this: Unknown Error We apologize, but an unknown error has occured in the forums. This error has been logged. ...Show All
