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

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

KrazyMGA

Member List

sticksnap
aragon127
DRamey
wycleft
New-Bee
barkingdog
Mitch Walker - MSFT
London79
Robin Imrie
Vipul123
Al Zuniga
Barrie .Net
Preeteesh
Zetetikos
Eric Brinkerink
IxxI
learningdba
Jiri Hendrych
Han Qiao
Sudhakar.hcitek
Only Title

KrazyMGA's Q&A profile

  • Gadgets Gadget with remote html src??

    Is it possible that in the gadget.xml file to set the html src as a html page hosted remotely I have a site that is hosted remotely and is all html a jscript and would like to just point my gadget at it. No, as it has to be a local file. It's easy to solve though, just use an IFRAME and set the src to your remote site. eg gadget.html: <html> <body style="margin:0px; width:300px; height:300px;"> <iframe style="position:absolute; top:0px; left:0px; width:100%; height:100% src=" http://... " ></iframe> </body> </html> ...Show All

  • SQL Server Date format - Parameter/Field

    Hi, I have some difficulties to format a Date value in my reporting service. As you know you can use this kind of expression: =DateTime.Parse(Parameters!ReportingDate.Value).ToString("dd/MM/yyyy") But it does not work, and when I just want to use the format property of the textbox content such as " dd/MM/yyyy ", it displays "dd/MM/yyyy", not the real formatted data, this property works for " =Today() " but not for parameters and fields. What is the diffrence Have you an idea to format a Parameter/Field of Date type such as dd/MM/yyyy Many thanks! Vin, You can make your parameter of data type DateTime, this would eliminate the need to parse ...Show All

  • Visual C# accessing information from a website using .net

    Hi, i want to do an application that access some information from different websites and store it in a spreadsheet. usually these information is displayed on the corresponding websites in a table format. how can i do this using .net ( C# ) also, this application should be run automatically ie without any user trigger . it should run daily at some fixed time. i think i can implement this using .net windows service. but i donno how to. anyone pls help me.. thanks in advance Sajitha You can access any website by using the Framework's 'System.Net' namespace. By doing so, you have to parse the response text to filter out the table data to be stored in a spreadsheet (or to be displayed on your own web site). Usually th ...Show All

  • SQL Server SET NOCOUNT behaviour change - bug ?

    https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx FeedbackID=257880 Bug No, this is not the way SET ROWCOUNT works. It only limits the number of rows affected (returned to the client, updated, or deleted). It does not (and has never, I don't think) limited the number of rows a subquery refers to. sys.sysobjects doesn't exist in SQL Server 2000. Can you provide a reproducible demonstration of the behavior you describe from SQL Server 2000 -- Steve Kass -- Drew University -- http://www.stevekass.com DB007@discussions.microsoft.com wrote: > The point is SET ROWCOUNT 1 should only ever return 1 row from any given > query. > > So: > > SET R ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A real newbie - character creation troubles

    Hi all, I am just starting out in the game/graphic programming world. I am trying to start with a little project that will have a character or two moving around an area such as an island or such. My first problem is: how do I actually create the character(s) I have searched for a while, but all I seem to come up with is extensive graphic packages or schooling. Any help would be appreciated. George You might want to look at 3dbuzz.com for a great modeler's website. And free/inexpensive products like Milkshape , Blender , and Zbrush will definitely help you get started. Good luck! ...Show All

  • Visual C# Accessing a public item through an interface

    Hi,  Hopefully somone can point me in the right direction on this.. I have an application that has to be able to handle multiple file types, so im using an interface to access the created object. So i have class1 and class2 and they both implement my interface, at loadtime the app creates one of these objects depending on the format. Everything about this works fine, but each of these classes have an array of public items and my question is: Is it possible to access these public items through the interface eg: myObject.items[4] In case its not clear what im trying to do i made a sample app with the exact same structure: http://www.turnipfan.com/sample_code.rar Thanks for any help, -Dave ...Show All

  • Visual Studio Tools for Office Mail Merge with VSTO document - customization module not loaded after merge

    We are useing "Smart Document" (word document with VSTO 2005 customization) as a template for mail merge. After we execute mail merge to a new document, the resulting document does not load our customization (our Action pane). If we then save and close the resulting document (merged document) and then re-open it, the action pane is loaded. Thats the only workaorund that we managed to find so far. Is there a better way to force merged document to load action pane after mail merge Thank you, Goran Ciric VSTO project is a template (*.dot) file. I've tried what you suggested, and it just shows Task pane ("Document Action") but doesn't load the control. The simple test (or re ...Show All

  • Windows Forms get the column header text of datagrid view

    hi i have binded the datagrid view control with dataset now when the user clicks on the datagrid column header, i want to retrieve the the column header text pls help me Hi, would something like the following code work for you private void dataGridView1_ColumnHeaderMouseClick( object sender, DataGridViewCellMouseEventArgs e) { string headerText = dataGridView1.Columns[e.ColumnIndex].HeaderText; } Andrej ...Show All

  • SQL Server Help SQL CE Query - LOW Performance

    Hi! Sorry for bad english, I'm from Brazil. In microsoft.public.sqlserver.ce haven't found a way to improve performance of this query. Thanks for any help or reply! This used to take almost 6 min !!! With index on E.Produto now takes about 30 sec... 1,909 row table Ipaq 1950 - Samsung 300 Mhz - 32 MB RAM - Windows Mobile 5.0 - SQL CE 2.0 PK (all multiple columns) - tables: Lotes - pk(Empresa, Lote, Contagem, Produto) Contagem - pk(Empresa, Lote, Contagem, Produto) Produtos - pk(Codigo)  // this field also is FK <=> Produto in all other tables Estoque - pk(Empresa, Ordem, Produto) Part of my VB.NET code with SQL: sql_grd_inv = "SELECT L.Empresa, L.Lote, L.Contagem, L.Produto" _   &nb ...Show All

  • Windows Forms Two textbox at the same location.

    Hi, I am using VB.Net 2005, I would like to ask, if I have I have two textbox at the same location, textboxA and textboxB, what properties I should set/configure so that textboxA appear on top of textboxB, means textboxA ‘cover’ textboxB. Million thanks in advance. Best Regards, Yee Boon. ...Show All

  • SQL Server Unable to run SSIS package under sql agent job

    Hi, I've created a new SSIS package and am trying to run it as a sqlagent job. If I 'Run as' the 'SQLSERVER AGENT' account I get 'Executed as user: domain\administrator. The package execution failed. The step failed' . If I change this to 'Run as' 'sql agent service account' I get the following message 'Executed as user: [[servername]\SYSTEM. The package execution failed' . The step failed. I can successfully run the package in visual studio, management studio and via the command prompt. Presumably it is a permissions problem I've tried setting up the logging but nothing was written to the log when I run the job, there is otherwise(via Visual studio). I've also tried the following http://support.microsoft.com/kb/918760 , but it m ...Show All

  • .NET Development how to access computers name from LAN through C#

    How to access computers name which r in LAN through C# Access mean how to GET the computers name which r in LAN. IF in a LAN, there are 5 PCs whose names are A, B,C,D,E. Now I want to develop one prog in C#, which get all the name of PCs in that LAN. So I want to the names of all the 5 PCs through my C# program. ...Show All

  • SQL Server named set questions

    As I understand it, a named set is not processed until it is needed. Once these are processed are they cached for use by other client requests If there are Aggregations set up in the cube will this trigger the named sets be processed right away with the cube I assume that if a named set is too big there could be loss in performance, is there a way to hold down the size of a named set here are some examples of named sets i've created using some calculated members. perhaps there is a better way of doing this *************** Calculated Members*************************** CREATE MEMBER CURRENTCUBE .[MEASURES].[HP Plus Addl Billing] AS aggregate ([PREP CONTROL HDR].[Bill Formats].&[19],[Measures].[Billed Sales ...Show All

  • Visual Studio Subversion SVN with Visual Studio 2005

    Anyone know how I can use Subversion SVN source control in combination with VS .NET 2005 to have source control for a website served on IIS with Frontpage extension 2002 Thanks in advance guys! Hi Christopher, > I actually think Visual Source Safe explorer (v6.0) is quite a good front-end (again, despite its Unicode support), If you need Unicode support and ANSI codepages support), you might want to look at VSS2005 instead. The diff tool can also be invoked standalone (like ssexp.exe /diff, etc) Alin ...Show All

  • Visual Studio Express Editions relays...

    Could someone point me towards some material on programing with the serial port or if someone saw a post on a site like hackaday that uses serial port programming. I am trying to be able to control 4 relays (or i can start with 1) over the serial port. or usb, you decide what the best thing would be to use. Thanks to all the people who post on msdn forums.. Average Joe how do you set the state of the pin what is the line of code you must place in a event . thanks alot for a reply Averagejoe ...Show All

©2008 Software Development Network