Kevin Rodgers's Q&A profile
Visual FoxPro installing vfp8
"insert visual foxpro 8.0 professional english disk 1". i received this message when installing vfp8. any happy what to do ...Show All
SharePoint Products and Technologies how can i give the Image url in Master page image contols
Hi Guys In the Master page i am using some image controls. and in the root folder i have an image folder and i copied all the requierd image's in that folder. In the image , i vl the path like this ../../images/logo.jpg(in the _catalogs/masterpages/mymaster.master"). according to this master page i created many page based on this master page in different differnt folder. but many of the pages the image won't come. So how to give the image path in generic way . if suppose i give it for the master pages means it will take it as the genric... Please its very urgent for me... Not sure if this helps but in the masterpage for our SharePoint project the format we use is the following: ... <tr> <td style=" ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Creator's club payment problem
Hello, I have a problem with adding my credit card as a payment option I guess it's because I live in country that's unsuported by XBox. I've heard that I can call to support so they can add my card themself I tried that but after talking with the bot I am being disconnected. 3 tries cost to me about $10 :(. Then I've tried to write e-mail to XBox360 support but they told me that I need to call in support... So the question... Is there some way to become Creator's Club member by living in unsuported country Somewhere I saw that I can... But how Thanks Hi Yip, edit your live account location to a country that is supported (UK) and go to any UK based website, go to the contact information and get the postal code as y ...Show All
Visual Basic DateTimePicker exception ArgumentOutOfRangeException Need help urgent!
Hi, I have an unbound DateTimePicker Control on a form. When the form loads the control shows 2005 - 01 as expected. I can use the arrow keys left and right to switch between highliting the year or the month. Pressing the up and down keys to change the month doesn't work an exception is raised. I don't understand why. I started a new project. Just added a DateTimePicker and the following code. Public Class Form1 Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Me .DateTimePicker1.Format = DateTimePickerFormat.Custom Me .DateTimePicker1.CustomFormat = "yyyy - MM" Me .DateTimePicker1.MaxDate = New Date (2005, 12, 31) Me .DateTime ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How do you implement Fog into a scene?
Hi All, I have finally got some 3D up and running so things are whizzing about (which is always fun to watch... for a while, yeah I know, small things...) and I was wondering if anyone had any examples of putting fog into a scene. I tried last night and succeeded in turning all my meshes to white, not matter how far away they were from the camera. No matter what I did to the values, nothing changed. As always, any help is greatly appreciated. Cheers LeeC22 wrote: More than 8 bits per colour component in an image format used in games, which format is that One of the biggest developments in the latest generation of games is the use of high dynamic range lighting, which involves using colors brighter ...Show All
Visual Studio Tools for Office End of Line
Hi, i am working on [C#] VSTO 2005 to perform Office 2003 automations. The code to go to the end of the document is something like object oEndOfDoc = "\\endofdoc"; wrdRng = oWordDoc.Bookmarks.get_Item(ref oEndOfDoc).Range; Is there a way to go to end of a line or a table which is inbetween a document Is there a predefined bookmark for end of Line I need to insert a table and a paragraph inside a sub-heading in between the document. I was able to insert the table using a bookmark defined after the sub-heading. Now how can i go to the end of that specific inserted table. Hi AmrishDeep, I don't belive that there is a bookmark option for end-of-line currently in office 2007. But it sounds interesing. You could subm ...Show All
Windows Forms toggling images in a toolStrip button
I have noticed how the undo and redo buttons in most apps have an inactive state image (gray) and an active state image (usually blue). The images swap interactively as you reach the start or end of the current levels of undo. The next and back buttons on this browser are an example. I have looked for information on how to do this with a toolStrip button and have found only the reference to toggle buttons which concerns causing a single image to looked depressed until the control is clicked again. Can someone point me to information on how to associate 2 images to a toolStrip button so I can toggle them between 2 states of the button Perhaps I am not being precise or clear about what I am trying ...Show All
SQL Server Reporting Services
Dear All, Developed a report using Reporting services (2005)integrating Chart FX .The report is built successfully but raises an error on deployment. Error: Could not connect to the report server. To resolve the error in the properties of the project i had given the target server url= Http://localhost/webfoldername (installed webservices on the local server) but still i am getting the same error. How to resolve the error. Regards Mohd Sufian Hi, didi you figure out if the WebService is currently running Just navigate to http://machinename/Reportserver (or whatever you directory for webservices is) to see if something is displayed there. -Jens Suessmeyer. --- http://www.sqlserver2005.de/ --- ...Show All
Architecture RPC and file replication service
Does anyone know of a way to disable encryption for FRS It uses RPC over TCP with Kerebros for authentication and encryption. Any help will be greatly appreciated. Thanks Milin Desai wrote: Does anyone know of a way to disable encryption for FRS It uses RPC over TCP with Kerebros for authentication and encryption. Any help will be greatly appreciated. Thanks I need to know this as well. I can't get my 2003 r2 server to replicate AD with my other server 2000 domain controllers. It says that the RPC server is unavailable. ...Show All
Windows Forms Adding DataSets To DataSource Pane
I have a really silly question. I have a VS2005 windows solution and most of my DataSets have disappeared from the DataSources Pane; though the DataSets are still in my Solution Explorer. How can I add the DataSets back to the DataSources pane Thanks, cj Ok, it appears that this was related to the duplicate connection string issue mentioned in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=921869&SiteID=1 I removed a duplicate connection string from ONE dataset and then ALL of my datasets reappeared in the DataSource panel. ...Show All
Visual Studio Team System How to get file from label without specify workspace?
Hi all, I'm currently implementing winform which provide create label and get file from defined label. I was implemented create label. Thanks for Buck Hodge' blog. My next step is get file. Could anybody point me to some resource or sample code I'm searching msdn sdk but no luck. Best Regards, Hi: In the future, your best bet is to download the TFS SDK, which is within the VisualStudio SDK, and then look at the TFS VC Object Model help files for class and method information. For your specific scenario, you can use the QueryLabels Method ( http://msdn2.microsoft.com/en-gb/library/bb138967(VS.80).aspx ) and then get an object containing all of the items. Make sure you use: includeDownloadI ...Show All
Windows Forms Master Details with GridView
Hi, I was wondering if there is some easy way to implement master details with a GridView which looks like a tree structure, let's say with only two levels. I mean having a grid with rows and each row can be expanded so that some details appear under it. And these details are contained in a GridView so that they can be edited easily. I think there is no such ready functionality coming with ASP.NET but still does anyone know something like that Regards, Anton http://www.denisbauer.com/ASPNETControls/HierarGrid.aspx http://msdn.microsoft.com/msdnmag/issues/03/10/CuttingEdge/default.aspx http://www.dotnetjunkies.com/Tutorial/841522C9-FFBD-4C57-BD48-F62B55057FF3.dcik http://msdn.microsoft.com/library/ ...Show All
Visual Studio 2008 (Pre-release) Is the generated config file helpful?
Hey! I have generated a output.config file by using: svcutil *.wsdl *.xsd /language:C# The generated config file looks like this: < xml version="1.0" encoding="utf-8" > <configuration> <system.serviceModel> <bindings> <basicHttpBinding> <binding name="DefaultBinding_IChatChangePub" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageS ...Show All
Visual C++ Is it possible to use clrscr(),gotoxy() in Visual C++
Please help me! it is a very good tool: http://www.c-plus-plus-archiv.de/archiv/files/TOOL.H but i don't have the <windows.h>! i am using Visual C++ 2005 Express Edition ...Show All
SQL Server XML into SQL tables with relationships
Hi, I'm trying to find the most efficient method of importing XML files into SQL Server using SSIS. The objective is to read these files created in a source directory and potentially there will be a large number of these created every second. I've experimented with the XML Source data flow task and been able to import using either the OLEDB Destination or SQL Server Destination.Using the associated XSD file These methods work well when there are no PK or FK relationships, i.e. the target tables are stand alone. However when I use a schema that has relationships I need to be able to import and be able to return the key then use this key to import into another table to ensure the FK relationship and so on..... From what I know ...Show All
