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

Software Development Network >> TiborK's Q&A profile

TiborK

Member List

StefanKZVB
maglup
Virtual Reality
akenig
HarveyC123
Kimball
MIKE DANAHER
Marco Shaw
jk_uk2
yudhi
Duncan Smith 1974
Michael1956
Gabriel Muñoz Luna
MongoBongo
Lenmax
USJOHN
Vistator
Epoch
dakota367
levins
Only Title

TiborK's Q&A profile

  • Visual C# How do I print a range of pages in C#?

    I've managed to get my program to skip creating the image for a page if it isn't in the selected page range, but I am getting a blank page out instead. How do I stop a particular page from printing at all Thanks Al ...Show All

  • Visual Studio 2008 (Pre-release) When can we expect WCF (Indigo) support ?

    Ok so it neat to be able to call ASMX Web services, and expose my Workflow as an ASMX Web Service. But I am really into WCF/Indigo Services right now. So it would be really neat to be able to be able to 'Add WCF Service'.  Sure to come when Vista is released, but I was kinda hoping to orchestrate my Indigo Services earlier.  Anyone know when we get WCF support Jules   Hi Jules Is there any specific problem you are getting in orchestrating your indigo service Though the WCF is in the betas but still it is more stable than previous version. please try out june or july CTP for the same .. Hope it helps regards Nishith Pathak http://dotnetpathak.blogspot.com ...Show All

  • SQL Server Synchronize table with different name

    I am new the Replication service. If I have 2 server A and B. A has a table named "Table1" and B has a table named "Table2". The schema of table is same. Could I do the replication (E.g. snapshot) from A Table1 to Table2 in B If yes, how Thanks. Yes, it's possible, replication supports publishing table/object and subscription table with different names. When you call sp_addarticle for snapshot and transactional publication (or sp_addmergearticle for merge publication), explicitly specify @source_table (or @source_object ) and @destination_table with different names, for example: EXEC sp_addarticle @publication='TestPubName', @article='TableArt', @source_object='Tab ...Show All

  • SQL Server Migrating Data from MySQL

    Hello I am looking for a way to migrate my data from a MySQL database to a SQL2005 Express data base. All of my MySQL Schemas only have 1 or 2 tables in them so I would imagine that it isn't that hard to do. I treid just exporting it to a CSV file with the intention of just using import/export in MSSQL but in the express edition, it ain't there. Like I stated all of my schemas are only 1 or two tables none are linked in any way they are independant table and the most records any one of the tables contain is around 250. Any suggestions The links above reference a utility "C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe" It doesn't work for me because it seems to create the table definit ...Show All

  • Software Development for Windows Vista Getting Return Data from a sub Workflow

    Hello. I am calling a sub workflow from a work flow via the "invokeWorkflow" shape. Here is my problem. The sub workflow returns a value that is displayed via a web service. How can I retrieve that value from the sub workflow in the main workflow The master web service passes a value into the main workflow, and that value is in turn passed in the sub workflow so that it can perform its work. Now I need to get the return value back. Any help would be appreciated. Thanks. Steve, This example is great, but I have some questions.  I need to call a child workflow from a parent workflow and then tell the parent workflow what event to call.  Inside the WorkflowCompleted event (in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3Ds Max Texture Error

    I'm having trouble getting textures to work in XNA with models that I've created myself. I went through the Space Tutorial and have no problems loading the provided models, or any other models i find elsewhere. However, when I try to use a model that I created and textured myself (in 3ds max, tried with Panda exported .X files, kW X-ported .X files, and .FBX files) I get a weird error. I do not think that the error lies in my code since it's a) basically straight off the tutorial and b) models other than mine work fine. The error points to this line of code: myModel = content.Load< Model >( "Content\\Models\\stripe2" ); It says: Argument Exception was Unhandled, Device does not support multi-level texture ...Show All

  • Visual Studio 2008 (Pre-release) Scrollviewer issue - Incorrectly renders child grid columns.

    Here is the problem. If I specify 'auto' for the Horizontal and Vertical scroll on the scrollviewer, my grid somehow doesn't keep the first column locked at 150 px. If I take those attributes off the scrollviewer my grid look correct but I obviously don't have scrollbars anymore. This is frustrating. Help! The following code makes Grid1's first column at least half the width of the total width of the grid itself (Which in my case is wider than my screen width). If I take the attributes off, it the first column is 150 px like it is supposed to be. <ScrollViewer ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto"> <Grid> <Grid.ColumnDefinitions> ...Show All

  • Visual Studio Team System Team system does not recongnise ".js" page of my website when i try to record and run the script

    Hi, All One of my '.js' file does not get recognised when i try to run the script. this is what happens i have a '.js' file in my website and i have recorded the website in teamsystem and when i run back the script ..I get a error 404 page not Found ******This is the page i am not able to record "http://blrasp04/portal/js/ieupdate.js"******* Following is the error i get in the test results screen Warning: Test Run deployment issue: Failed to get the file for deployment item 'C:\Documents and Settings\jrajeev\My Documents\Visual Studio 2005\Projects\Portal\bin\Portal.dll': System.IO.FileNotFoundException: Could not find file 'C:\Documents and Settings\sabijith\My Documents\Visual Studio 20 ...Show All

  • SharePoint Products and Technologies Retain the original created (Date Created) when uploading documents

    Thanx for taking the time to look at this problem. I need to import a number for doc's and folder into SharePoint 2007. We need to retain the original created date of these documents from our file system. I have done some looking around and can't see a solution as yet. I did find a blog referring to the same problem at http://msmvps.com/blogs/obts/archive/2005/03/22/39354.aspx Any help is appreciated Kevin HI, The created date is a read only internal field which is not preserved. Because the new documents are stored again, the creation date of the item will be that date and not the original one. To change the dates, you will probably have to change them directly in the database, which is not a bes ...Show All

  • Visual Studio Tools for Office VSTO Excel add-in only working in development machine

    Hi, I am creating a Excel 2007 VSTO COM Add-In using VSTO 2005 SE . It runs perfectly fine when I build it and run the in development computer having VS 2005 . However, when I try to install the setup.exe or .msi file for the same addin in the client machine or Virtual PC having the following installed: 1. VSTO Runtime - Shipped with VSTO 2005SE 2. Office 2007 3. .NET 2.0 Framework it does not seems to load . I have done : 1. caspol settings to make it Fully Trusted . 2. set vsto_suppressdisplayalert=0 and run excel.exe from cmd ......Same Results .... I get the following error " Not Loaded. A runtime error occurred during the loading of the COM Add-in." It has been over a week now that I am str ...Show All

  • SQL Server What's the metric for measuring SQLCLR performance?

    I know the rule of thumb is to use T-SQL when manipulating data and to use SQLCLR for conditionals, looping, etc. My question is how much slower (percentage, factor of, anything!) is SQLCLR for doing SELECT, INSERT, and UPDATE commands Is the performance difference *that* much greater that the simplicity of SQLCLR doesn't apply You still need to know T-SQL to write an update using a SQLCLR stored procedure.  The update syntax is exactly the same.  Here's a comparison:   CREATE PROC MyProc AS BEGIN     SET NOCOUNT ON       UPDATE MyTable     SET MyColumn = 123 END   vs.   public static void M ...Show All

  • Visual Studio Team System Making the query find items without a review

    I have a query that on the first line says "Assigned = @Me" and that works great I also want to only work items that do not have a review created as a related work item for that item. In otherwords, I only want my items to appear that I have not created a review for. Can someone help me Thanks, Nick Hi As far as I know, you can achieve this through Reporting only. We cannot have a query with related work item information in queries in current version. Thanks Sagar ...Show All

  • SQL Server Convert datetime different results

    I'm new to handling dates in T-SQL having mainly used the more forgiving Access. I am trying to extract the date from a 40 chr field example below - dates are dd/mm/yy Input By Angelab On 13/08/06 19:55:33 using SELECT CONVERT(datetime, SUBSTRING(A.Comments,22,8),3) AS EntryDate FROM (SELECT CommentDetails.Comments, InvoiceDetails.TransRef FROM (Transactions INNER JOIN CommentDetails ON Transactions.TransRef = CommentDetails.TransRef) INNER JOIN InvoiceDetails ON Transactions.TransRef = InvoiceDetails.TransRef WHERE ((Transactions.TransDate Between DATEADD(day,-5, '26-Dec-2004' ) And DATEADD(day,5, '01-Jan-2005' )) AND (SUBSTRING(CommentDetails.Comments,1,8)='Input by'))) AS A WHERE ( CONVERT(datetime, SUBSTRING(A.Comments,2 ...Show All

  • Visual Studio Express Editions resolving windows shortcuts (.lnk) files

    hi there, wondering if anybody knows how to resolve windows shortcut files (.lnk) to actual filename i've seen some examples on net but all for C++, anybody done this with VB.NET i'm using vb.net 2005 express edition... thanks, chentiangemalc. As far as I can see, the IWshShortcut interface contains no data that says whether the target path is a file or a folder. So take the returned targetPath string and pass it through the System.IO.File.Exists and System.IO.Directory.Exists methods to see which one it is. Andrew Webb ...Show All

  • Visual Studio 2008 (Pre-release) custom control problems

    i am writing a custom control to draw a series of polylines. i've managed to create a nice little program that does just that (and also draws the equivalent bar chart :-) ) but i am having problems converting this to a custom control. my first problem is that i do not know how to create DP's for an unknown number of user defined variables. for example i want the user to be able to say something like: <LineChart .........................> <Line> <"series of points"/> </Line> <Line> <"series of points"/> </Line> .................. </LineChart> (the reason for having any number of lines is that i want to be able to add and delete lines at runtime) my initia ...Show All

©2008 Software Development Network