Tim5827's Q&A profile
SQL Server How to access my report server by URL in this case?
hi, guys We have a web server, which everybody can access it, in public internet. But our report server is a separate machine in the intranet, which does not have a public ip address. So what we need to do is, built the URL in the webpages in webserver, and allow users to access the reports. In this enviroment, is this possible thanks. You can use reporting server web services to call the report. For Eg: ...Show All
Smart Device Development connecting to sqlMobile
I am attempting to progromatically connect to a SQLMobile DB. What is the easiest way to do this. I have tried importing system.data.sqlclient and it doesnt like that. says something like namespace not found or doesnt contain public data. What is the easiest way to connect to the dB so that I can insert and query data. SQL Mobile support is in System.Data.SqlServerCe.dll. You'd need to: 1. Add a reference t ...Show All
Visual Studio Team System Enterprise Templates
Hi, I have installed Visual Studio 2005 Team System (Beta 2). I'm wondering if the "Enterprise Templates" are included in this version If so, how do I access them Thanks. Regards, Mikael Mikael, VS 2005 does not contain the same ETP-based enterprise template projects that you saw in VS 2002 and VS 2005; however, the same type of experience is available through Solution Folders. You can apply po ...Show All
Visual Basic Idle time
Hi, I am trying to have my program time out if the user lets it sit idle for an amount of time. Is there an easy way to find the last user input I am useing VB.NET. Thenks Mike The way I'm doing it is starting/stoping a timer in the WndProc of the main form. If the timer ever expires it's been idle too long. ...Show All
Visual C# Image Transparency & Image Files
I am attempting to create a pong remake. I am using graphics i made for the images. The images are surrounded by black. I would like to make it so black in an image shows up transparent. In game speak this is called "Sprite Transparency". I would like to make it so the pictureimage control loads the images from disk instead of "binding" it to the executable. That way my players can simply replace the files with their own to create d ...Show All
Windows Forms Scrollable control vs panel
Does it realy make a diff (performance,memory) when inherit from scrolablecontrol in stead of panel. just curious Remco There is no performance penalty for inheritance irrelevant of the depth of the hierarchy except when you are dealing with virtual members. In this case there is an extra lookup that occurs to find the right method at runtime but again it is a single lookup (the method table is consolidated ...Show All
SQL Server SQL 2005 Management Studio
When I start the SQL 2005 Management Studio, message "Package Micrsoft SQL Management Studio Failed to load. Any help on this issue, some file missing. I am trying to uninstall but the program names are not listed in the Add/remove program list George Hi George, Which build of SQL Server 2005 are you using Do you also have Visual Studio installed on this computer Thanks, Michael Raheem Program Manager SQL ...Show All
SQL Server Regarding the dynamic file change within flat file source.
Hi, we have one requirement to run the package daily basis. The package should run at specific time on that day. we are using windows schedular for that. we will have one new flatfile everyday. Is there any process to attach this file to flat file source dynamically The requirement is, The flat file should be able to read the new flatfile everyday. we have no option change it manually, the flatfile source should have to ...Show All
SQL Server How to connect to remote database using MS SQL Server 2005
i'm using sql server 2005 developer edition. In sql server 2000, when i connect to my remote database, i just need to provide my IP address, server name with password in Query Analyzer. However, i do not know how to connect to remote database in SQL Server 2005. I did allow local and remote connection using Surface Area Configuration. However, after setting this, i do not know where to input the IP add, server name and pwd as well...>_<. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Drawing textures with transparent and semi-transparent texels?
Hello, I have a texture and I'll draw it in 2D view, I try to make some texels of it fully transparent and the other is some transparent. Unfortunately I don't know how to do that. I started with DirectX plugin for Photoshop I designed the texture as fully transparent at some texels and semi transparent as others. Then I save it as DDS format I choosed format of A8R8G8B8. I load it with color key ...Show All
Windows Forms IssueVision for VS2005/.NET 2.0
IssueVision is an outstanding reference application for WinForms and offline access. I was wondering if anyone had gotten this working for Whidbey and would post that code would like send it to my email box: homangroup369@yahoo.com , or yesright369@hotmail.com because i can not login ur webside. thanks David.dong 2007-10-21 ...Show All
SQL Server Flat File Destination Filename with Date ?
Is there a way to append a date at the end of the filename for whenever a Flat File Destination is run So far, I only see the ability to browse to a static filename. For the Flat File Connection, which is being used by the Flat File Destination, you can set the ConnectionString using Expressions, to set your file name with dates. ...Show All
Visual Studio Tools for Office Rightclick context menu in MAPIFolder in Outlook
Hi, I am trying out the VSTO by developing an Outlook Addin. I was wondering if it is posible to add menuitems to the "right click"-context menu. What I want to develop is a feature, so that you are able to right click on a mailitem and select a custom menuitem called 'Copy Mail to CMS...'. Is the posible I haven't had the luck to find anything about it, but VS2005 is also rather new at the moment. Sincerely Hi,everybody! I ...Show All
Smart Device Development Upload a file on FTP server
Hi all, I want to know how i can upload files on ftp server. I tried to use opennetCF but it doesn't work every time. The GPRS connection works fine, the log in to the ftp server too, but when i try to send a file I have often this error : "couldn't open passive data connection, no DataConnection IP was given." So, Maybe i have to use another way to send the files, and if someone havce an idea, thanks to tell me it. ...Show All
Visual C# Math.round issue... con't
I have two programs both with the same identical class, "TwoSegment2D". In this class I have a ToString method which returns a string version of all the properties: public override string ToString() { return " Segment1 = " + Segment1.ToString() + (char)13 + (char)10 + " Segment2 = " + Segment2.ToString() + (char)13 + (char)10 + " Point1 x = " + Math.Round(GetP ...Show All
