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

Software Development Network >> Roman Kiss's Q&A profile

Roman Kiss

Member List

Magos294963
martok
David Pallmann
kundalani
chris445
ForEverLearning
Jpmon1
CSH100885
Tomas Jakobs
PedroCGD
Fositron
Chris McLeod
Wilhelm Knutsen
Kennon2005
heedree
otm2000_zhang
Michael_Giagnocavo
Adie30
Christopher M. Keslin
Bryant Likes
Only Title

Roman Kiss's Q&A profile

  • Windows Live Developer Forums Change navigation panel Location

    How can I change the standrd navigation Panel location css magik: http://www.viavirtualearth.com/VVE/Articles/WhereWasDrNeilV3.ashx ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Text Renderer and Font Generator

    Check out my font rendering system. I think its the easiest one to use that's out right now that can handle any character set :) There is full source to the font generator as well as the font renderer. Here is a tutorial on how to use the font renderer as well as the downloads to the generator and a sample that uses it. http://www.ziggyware.com/readarticle.php article_id=44 All of the samples on my site that render text use this system. http://www.ziggyware.com/articles.php cat_id=6 This class (TrueTypeFont) does not work with the AngelCode tool mentioned. I used the BitmapFont tool to generate a ".fnt" file as text and it cannot parse the text w/o throwing exceptions. ...Show All

  • Smart Device Development Any parameters does quickapp.exe have?

    Hey, I tried to get the quicklist in my program by quickapp.exe,and then select a certain option. When I execute quickapp.exe with the API of ShellExceuteEx, it only can got the quicklist. So is there any parameters exits to make it go further I mean I can select a certain option in quicklist If not, how can I do that Thanks! Alex Feinman wrote: You can try finding its window and then finding a listview control among its children and sending LVM_SETITEMSTATE message to select it That seems a good idea.I have tried to select that options by simulating keypressing with keybd_event(),though it seems work well,I think your is better! Thank you! ...Show All

  • SQL Server SQL Server does not allow remote connections. (

    Hi, Attempting to open a new database engine from a Windows 2003 R2 server (x64) which is running SQL Server 2005 to my desktop PC (XP Pro) which is running SQL 2005 developer edition. I’ve opened up TCP/IP and named pipes and enabled all protocols within surface area configuration and server configuration manager but get this… An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or estab ...Show All

  • Visual Studio Express Editions .NET 2005 - .NET 2003

    OK, I just downloaded the VB.NET 2005 on my home computer, so i could do some programming assignments for school, at home. When I went to bring it to the school to bring upo on my computer, we have VS.NET 2003. Is there any way to do this at home and convert it back to a 2003 file they are pretty basic programs, nothing to fancy. I just need to be able to pull them up on the school computer. Thanks, Clint Maybe this utility on the code project web site will help. ...Show All

  • SQL Server Custom Assembly not invoked in Report Manager

    Hi, I developed a custom assembly( in C# ) which references satellite assemblies. In order to refer this assembly in one of my reports, I copied the assembly and its dependencies in the Report Server bin folder and Report Designer folder. Also I inserted CodeGroup tag for the custom asembly in both rssrvpolicy.config and rspreviewpolicy.config with Full Trust. Now, the report works perfectly when I preview it through Visual Studio.NET IDE. But when I deploy the same report to the report manager, it is not working. It does not give any error, but the textboxes whose expression invoke the method in the custom assembly, have empty values. So, the text boxes show up empty. Any idea where am going wrong ...Show All

  • Audio and Video Development Zooming in while panning back

    I'm trying to make a screensaver where images zoom in a bit while floating/panning in random directions. The problem I'm experiencing is that scaling an image is done by growing it in positive directions from original position, so if I need to pan in a negative direction (-x or -y), it doesn't work since the image scales in a positive direction. For example: document[slidePhotos[nextSlideIndex]].style.animateProperty("x","0px;-100px",5); document[slidePhotos[nextSlideIndex]].style.animateProperty("width","1920px;2020px",5); document[slidePhotos[nextSlideIndex]].style.animateProperty("height","1080px;1180px",5); document[slidePhotos[nextSlideIndex]].style.animateProperty("opac ...Show All

  • .NET Development how to install sql server based application on different computer

    hi, i am new with vb.net and sql server, i have just made an .net vb application with connectivity to sql server. The server was installed on the local machine at the time of development. As now i have build the application, i installed it on a different machine on LAN. but its giving error "The 'SQLNCLI.1' provider is not registered on the local machine." I think something else i need to install to get rid of it. Please suggest how do we make sql server based applications running on LAN connected machines. thanks Nitin You will need to install the SQL Server Native Client... you will also need to make sure tat the .net framework 2.0 is installed. You can get the native ...Show All

  • Visual Studio Unresolved assembly reference: System.Configuration

    While trying to generate .chm/.HxS, using the recent September 2006 CTP release of Sandcastle, for one of the dlls, I got this error message. Generating reflection information... [W:\LVFW\Docs\HelpBuild\LavaDatasourcesCore\Sandcastle\Working\GenerateRefInfo.bat] MRefBuilderStatic (v2.0.2459.30849) Copyright Microsoft Corp. 2005 Error: Unresolved assembly reference: System.Configuration (System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a) required by Lava.Core The help generation worked fine when I added System.Configuration.dll to the dependencies list. System.Configuration is a .NET Framework assembly and is present in GAC. Ideally, it should have been loaded directly instead of adding it ex ...Show All

  • SQL Server Cursor and cursorless performance

    Hi I am doing the Serial Balance Report The data is given in a range format i need to culculate the balance,for your information below is an example Given Stock In Serial Range 10000 - 19999 Stock Out 15000 - 15999 Balance (this is what i calculate out) 10000-14999 16000 -19999 First Loop BEGIN --Given the Stock Out Get the Source Stock In and put it into another cursor(Normarlly just 1 record will found) SECOND LOOP BEGIN --calculation END END Previously Im using 2 cursor to loop and perform the calculation, due to the slow performance i change it to cursorless. I have found that the first 1000 of 55492(2 Month) data its use almost 10 min to finish up the loop ...Show All

  • SQL Server Identifying Bad Record and Field Value

    To All: I'm importing a data file of 600,000 records. Some records contain bad data. What's the best way to identify the text file row and field that caused my package to bomb AT THE TIME IT bombs Thanks, r This topic is addressed in chapter 5 of the following book. Professional SQL Server 2005 Integration Services You could use transforms like "Conditional Split", "Lookup", etc. Here is the link for the book http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764584359,descCd-tableOfContents.html HTH.. ZULFIQAR SYED HTPP://ZULFIQAR.TYPEPAD.COM ...Show All

  • Visual Studio Show all records if parameter field is empty

    Hi everyone, I am using vb.net as a front end and Access2000 as by database.I had three parameters in my crystal report(Account,FromDate,ToDate) and I was implementing these codes in filling up the parameters: Dim xCR as New Statement xCR.SetParameterValue("Account", AccountStatement.cboxCompany.Text) xCR.SetParameterValue("FromDate", AccountStatement.dtpFrom.Value.ToShortDateString) xCR.SetParameterValue("ToDate", AccountStatement.dtpTo.Value.ToShortDateString) xCR.DataDefinition.RecordSelectionFormula = "{StatementOfAccount.DateOrders} >= { FromDate}AND {StatementOfAccount.DateOrders}<={ ToDate}" xCR.DataDefinition.RecordSelectionFormula = "{StatementOfAccount.Company}={ Account}" ...Show All

  • SQL Server If Statement (EASY)

    I'm trying to group ages in one report, and Case numbers in another. Both are in string datatype, and require more then 3 choices. Im not keen on coding, so i was wondering, how do you make an IFF statement with more then 3 choices, i need about 7, maybe even a little more. *this is for a column grouping in a matrix. Here's what i have right now...It works..but i need to add more years. =iif(left(Fields!ICNNo.Value, 1) = "4" , "2004" , iif(left(Fields!ICNNo.Value, 1) = "5" , "2005" , iif(left(Fields!ICNNo.Value, 1) = "6" , "2006" , "Unknown" ))) Please help! thanks! =IIF(IsNumeric(left(Fields!ICNNo.Valu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. putting background image in Console applicaiton

    I have an application and i want to place an background image to my console application. The image that i want make background image is in the Resources file. Does anybody know how i can do that pls help .... You are utterly going about it the wrong way. I strongly recommend you read a few game programming tutorials, either for DirectX or XNA. There is no way , as Hans has said, to do what you want to do in the console window. It wasn't even built for that. Windows Forms isn't well-suited for such a game either. ...Show All

  • SQL Server Is there a way to display messages? To see more details why it is not running?

    Hi can not execute a package! If I run the package from Visual Studio, it works; If I deploy it and execute it, it works; If I log in the server an execute it, it works; If I execute it from a Task using the SQL Server Agent it works fine until I have a DataReader Source in the Package! Is there a way to display messages To see more details why it is not running Thanks! Tanks! With SSIS Logging & http://www.codeproject.com/useritems/SSIS_Logging.asp i am able to see the error messages. ...Show All

©2008 Software Development Network