Software Development Network Logo
  • Smart Devicet
  • Visual Studio
  • SharePoint Products
  • Visual Basic
  • Visual C++
  • IE Development
  • Visual FoxPro
  • Audio and Video
  • Game Technologies
  • Microsoft ISV
  • .NET Development
  • SQL Server
  • Windows Vista
  • VS Team System
  • Windows Forms

Software Development Network >> Michal Szalai's Q&A profile

Michal Szalai

Member List

nickisacrazypirate
priyanka.dash
ashmag
Grem
Amir.S
Mike Herrick
Kjeld Lundtofte
AYK
AndrewLapham
Han Qiao
caveman1
Tom McAnnally
nbrege
David_P9
sanjeeva.s
lmttag
Adam Miles
AdeptBlue
jqq
Duane Haas
Only Title

Michal Szalai's Q&A profile

  • SharePoint Products and Technologies How to set the number of display rows to unlimited?

    The MOSS 2007 Excel services' report only display ~70 rows at a time. Is there any way to display all rows at once (about 120 rows) Regards, You can control this in the Modify Web Part properties - it's one of them under the View section (I think). You cannot have it as unlimited, but you should be able to set it to 120. There's a limitation of returning 10,000 cells at a given time from Excel Services (IIRC). ...Show All

  • Visual Studio Tools for Office VSTO 2005 SE x64 runtime

    I found the x86 runtime download at http://www.microsoft.com/downloads/details.aspx FamilyID=f5539a90-dc41-4792-8ef8-f4de62ff1e81 but didn't see one for x64. The x86 runtime page also makes no mention of Vista compatibility. What's up with Windows XP x64 and Vista I'm not so sure about that. I just tried to run it on 64bit and got a message: SFX Setup SFX Setup has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on might be lost. For more information about this error, click here. Is there somthing i have to do to turn on the WOW feature. i thought it was always running. ...Show All

  • Visual Studio Team System TFS Event XSD and XML files

    Hi All, I found that for few events, the schema definition files (XSD) and XSL files missing in the directory "....\Services\Transforms..." . I am doing some customization in notification services which you can subscribe for all the available events....for this because the schemas are missing, i couldn't call the event to subscribe... Is anybody already created Schemas for the following events and XSL file also, then please share with me or point me how to proceed BranchMovedEvent NodeCreatedEvent NodePropertiesChangedEvent NodeRenamedEvent NodesDeletedEvent ProjectCreatedEvent ProjectDeletedEvent Thanks, Kathir Any joy in the branchmovedevent via bissubscribe. I have had no luck. I ...Show All

  • SQL Server BIDS - Error on design surface of Calculation tab in Cube

    Has anyone seen this Within 'Business Intelligence Development Studio' (BIDS) with a cube opened and the calculations tab selected, the design surface displays a message that reads: Unexpected error occurred: 'Error in the application.' This occurs in any project I open and it still occurs when I restart BIDS or the computer itself. Any ideas Can anyone suggest a remedy I wonder if it will help, if Office 2007 Beta TR is uninstalled and Office 2007 beta is installed again.....(No TR) since it was working before ...Show All

  • Windows Search Technologies Basically I have to index my whole PC?

    Hello, if you can please shed any light on my dilemma, I'd be really appreciative. I've spent so long trying to figure out why I'm (for example) hitting F3 for a search on one of my drives as usual, and All-New WDS3 appears (replacing Search Companion) and doesn't find what i KNOW is in that folder. Why would it even LET you execute a search it has no index for ! I'm hoping i'm wrong in thinking there's no way to restore search companion as default for explorer, cause I'm not ready to wait 10 hours for WDS to make a 4GB index of my entire PC. I search so often, and SC worked fine for explorer (I just want it an optional extra I guess, particularly for Outlook, which looks good..) thanks, ps. is there also no way of specifying filesize, lik ...Show All

  • Software Development for Windows Vista using a series of bitmaps in memory as the source for a filter graph

    Dear DirectShow forum, I would like to create a series of bitmap files in memory, then use them as the source of a directshow filter graph to create a video file (one bitmap per frame). I understand the video end (use AVI encoder and FileWriter filter or ASFWriter filter), but how can I use bitmap files in memory as the source for a directshow filter graph I can't find any appropriate filter. Thanks in advance for your time. Best regards, wtrn Personally, I would build an image source filter. This would be based on the ball sample, with each FillBuffer returning the next image as an RGB32 buffer or something like that. G ...Show All

  • Visual Studio Express Editions Load DataTable into DataGridView

    My goal is to create a DataTable at run time and then view the table in DataGridView. I do not want to link to an external database. How do I do this Here is the code that I have pieced together so far from MSDN help. 'Define DataGridView Dim DataGridView1 As New DataGridView 'Create new DataTable Dim table As New DataTable 'Declare DataColumn and DataRow variables. Dim column As DataColumn Dim row As DataRow 'Create new DataColumn, set dataType, ColumnName 'and add to DataTable column = New DataColumn column.DataType = System.Type.GetType( "System.Int32" ) column.ColumnName = "id" table.Columns.Add(column) 'Create second column column = ...Show All

  • Connected Services Framework StockQuoteAppIdm sample (CSF 3.0) is not working..

    hi i'm trying to run the sample. i did all steps in sample document. but sample didn't work. so i checked EventViewer, i got some info about SSO... sample doc doesn't explain SSO setting. however, using SSO and IDM management, i registerd Application info and Secondary Credentials. Now... i got this error. ---------------------------------------------------------------------------------------------------------------------------- Timestamp: 2006-12-18 8:23:48 Message: An internal server error occurred. Your call was not processed. Contact the site administrator for details. (System.IndexOutOfRangeException: .    : Microsoft.ConnectedServices.Connector.IdentityManager.SsoUserMapManager.Read(Read ...Show All

  • Visual C# Unmanaged to managed code

    I have funtion wich was written in C++ and has the signature like this : "DWORD XPTO(BYTE **aux)" I want to use it within C# code but the function has to be declared like: static extern xpto( aux )), I dont know how to translate it!!! Can Anyone help Thanks a lot! Barbara Hello All. Barbara: In the C++ signature of the function, does it say (BYTE **aux), as in your OP, or (BYTE aux**)   As James pointed out, the stars are important, and where they are is equally important. BYTE **aux returns a byte value, whereas BYTE aux** is a pointer to a pointer that points to a byte array.  Also as James pointed out, getting the final ad ...Show All

  • Visual Studio Calling a recipe inside another recipe???

    Hi All, I wanted to know whether it is possible to call a recipe inside another recipe. Say for example, I have 1 recipe each to create a business entity project, data access layer project etc., Now, say for creating a solution, is there any way where I can say my CreateSolution recipe will call BusinessEntity recipe, DAL recipe etc. .. Or the only way is to specify as individual actions grouped together .. Any help is appreciated.. Regards, - Santhoo Morning :) I've tried the suggestions you've made above and I still get exactly the same error ( The element 'Recipes' in namespace 'http://schemas.microsoft.com/pag/gax-core' has invalid child element 'Recipe' in namespace 'http://schemas.mic ...Show All

  • .NET Development Regex search for two words seperated by a space

    I have a text file that I need to match on. I load the file into a string and then strip out the newline characters (\012’s) and replace them with stars (\052’s) to make working with them simpler. So then I have a string variable made up of groups of text separated by double stars (**) with the occasional star in-between the double stars. I need to find names within those ‘groups’ but I also need all the text within the group. I build my regex by using a string variable for the name and end up with a regex like this: Dim textForRegex As String = "( xism)\*\*[^\*]*" & strName This works as long as I use a single name in my ‘Prompt’ string. When I type in two words such as ‘John Smith’ my regex search fail ...Show All

  • Software Development for Windows Vista ConditionalActivityGroup

    Hi there, i have a question about a simple project. I have a CAG and 2 Code Activities. The first checks for the ip adress and the second gives an error message if the ip adress is changed. The CAD is running till the ip is 0.0.0.0 the check activity checks ifs a static ipadress matchs with the read out adress and the warning activity write an error if the static != current. my problem is: if i let this thing run, i have 100% of cpu usage... i hope u have some hint how i could optimize this little tool. Regards mArcus So the IP addresses are coming i continuously If it is so then nothing much can be done. But if there is some delay between the arrivals of 2 IPs consider using certain ...Show All

  • Software Development for Windows Vista IApplicationAssociationRegistration and shobjidl.h for Vista

    Where can I obtain a copy of the latest SHOBIDL.H, which contains the declarations for IApplicationAssociationRegistration In particular, I need the IID and CLSID for the thing. Thanks! Unfortunately this file does not seem to work. the definitions of IApplicationAssociationRegistration and ASSOCIATIONTYPE and ASSOCIATIONLEVEL are somehow skipped. Vis Studio 2005 sees the forward definition of IApplicationAssociationRegistration, but nothing else relating to that interface. Any Solution (other than extracting the relevant sections of shobjidl.h and rolling your own) Henryk Birecki ...Show All

  • Visual Studio Team System Thread was being aborted exception at end of load test

    I'm running a load test that consists of a single unit test, which runs without problems as just a unit test. However, when I attempt to run that unit test in a load test with only a single user and for 50 seconds, I get an exception of type System.Threading.ThreadAbortException right at the end of the test. Here's the exception information: Thread was being aborted. When I examine the caught exception in my code, all the fields say "Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack." I'm running the test in VS 2005 Team Suite, Ver. 8.0.50727.42 (RTM.050626-4200) . I'm not calling Thread.Abort in any of my code, but wonder if this may be happening somewhere in ...Show All

  • Visual C++ unmanaged .dll easiest way to use it

    I have .net 2005 and I have a video library in c++ with 3 unmanaged .dlls and .libs. I dont want to waste a month writing a wrapper for 60 functions to import them into c# they are full of function pointers and callbacks. I am still a little confused on what types of applications are managed and what are unmanaged. Is a win32 app unmanaged by default I would rather use a c++ project where it is unmanaged so I can just include and use the .dlls. I also get the error message saying the .dlls are not valid files when trying to import them into c++ win form managed application. I linked in the .libs but how do I add the .dll to the project Thanks Perhaps it would help to understand how things work using the t ...Show All

©2008 Software Development Network