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

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

perstam

Member List

carrielm
z3n
ericc59
ICP-Fan
Michael Grau
davemord
enric vives
VizCoder
DeborahK
Muhammad Rashed Nadeem
m#
EricSmith
Escimo
SmartSpy
Andre's
Yairt
db_guy
paul_at_foobar_nu
itsryan
ahmedilyas
Only Title

perstam's Q&A profile

  • Audio and Video Development Query About page clock behaviour

    Hi to all, I have a doubt about the behaviour of page when the document.load() API is called. As far as I know, whatever changes have taken place on the markup page, all gets reflected when the document.load() is called, but does it also mean that the "page clock" gets reset. In one of my scenario, I am passing the event at the -- select=//body begin="1s" dur="1s" event=foo -- and in the script, I am calling document.load(). Will the page clock gets reset everytime it encounters document.load() and so the event will get fired continuously Please clarify this doubt. Thanks in advance Azaz Hi, Thanks for the reply. But the behaviour in MS simulator is different. It does not reset the "page" cloc ...Show All

  • Visual Studio Express Editions links

    well i need two things done .. Number one i need a link from one application to another and then a link to a folder ..id appreciate button links aswell. well im just after a button and when pressed it will open a new application .. and another buton and when pressed it will open up the folder which i state .. in this case "E:/" and alos a close button would help. ...Show All

  • Visual Studio Express Editions image with grid coordinates?

    Hi, Is there any way to define an image with grid coordinates in order to use the mouse over event Ken A small box like area on the image say 20 x 20. Using the same units that are use in e.Graphics.FillRectangle(Brushes.LawnGreen, 21, 66, 13, 7) . I think the units are pixels. ...Show All

  • Architecture Enterprise Service Bus

    Hello all, our goal is to start building a service oriented architecture. So we are going to provide functionality of our existing applications as web services. We don't want point to point relationships betweend consumer and provider. So that is the point where something like a entprise service bus comes up. What is the enterprise service bus product of microsoft Is it the UDDI server Thanks in advance Hennesey Hans, first, if you are happy with what you have and it fulfills your business needs - then don't touch it. That said, ESBs have a different underlying principle - the one of a bus instead of a central hub - which makes it easier to do stuff like the things you do and g ...Show All

  • Visual Studio Express Editions I can't get my add new database Source Function to work

    I can't get my add new database Source Function to work. I get this error message:format of initialized string does not conform to specification starting at index 0 I enter the data source configuration wizard. I push the [NEW CONNECTION] button I change the data source from SQL to Access and then press [OK] button and a messagebox appears: format of initialized string does not conform to specification starting at index 0 The question was - is this database file a local access database file or is it residing on a remote machine / mapped drive. ...Show All

  • Windows Live Developer Forums SDK Updates

    Hi all- Just wanted to let you know that the SDK has been updated with several bug fixes. The downloadable CHM and the Interactive SDK have been updated; the online version at MSDN should be live later today. Thanks (and apologies) to those of you who found and reported the bugs! As always, feedback (bugs, suggestions, comments) on the SDK are weclome and appreciated. Post them here or mail to maphelp (at) microsoft.com. Be sure to put "Virtual Earth SDK" in the subject line. Cheers, Caleb hi there... thanks Caleb T, this was a very important post! just want to underline the need for " event-Arguments" and " correct format of an adress/place for finding locations &q ...Show All

  • SQL Server Poor performance with functions in selects

    Hi We have the following query that we were trying to execute and it performs very poorly... SELECT ITEM_ID , PART_NO , PART_TITLE , dbo . SFDB_NVL_VARCHAR ( DRAWING_NO_DISP , 'N/A' ) AS DRAWING_NO , dbo . SFDB_NVL_VARCHAR ( DRAWING_CHG_DISP , 'N/A' ) AS DRAWING_CHG , DRAWING_NO_DISP , DRAWING_CHG_DISP , REV_SOURCE , ITEM_ID AS ASSY_ITEM_ID , dbo . SFDB_NVL_VARCHAR ( DRAWING_NO_DISP , 'N/A' ) AS ASSY_DRAWING_NO , SFMFG . SFDB_NVL_VARCHAR ( DRAWING_CHG_DISP , 'N/A' ) AS ASSY_DRAWING_CHG FROM SFSQA_CHAD_PART_DSPTCH_DSP_SEL ORDER BY PART_NO The function SFDB_NVL_VARCHAR is nothing but a replication of nvl function of oracle. CREATE FUNCTION [dbo] . [SFDB_N ...Show All

  • Smart Device Development Scanning SDK in Compact Framework Issue

    Hi all, I have found an issue with the Imaging/Scanning SDK that the Compact Framework uses and would like to report this issue with Microsoft. How exactly do I go about do this Thanks Tryst Hi Alex, I have had some more info back from Symbol, who say that they are using the following files for the Scanning API... The Compact framework files that are in this project are: MSCORELIB SYSTEM SYSTEM.DATA SYSTEM.DRAWING SYSTEM.WINDOWS.FORMS SYSTEM.XML Not sure if this helps. (Have you any news on this ) Tryst ...Show All

  • Visual Studio Express Editions Can't install Visual C++ 2005 Express

    Everything was fine when the installation just stopped and doesn't want to continue: http://img312.imageshack.us/img312/4356/errorex7.jpg How are you installing the system. If you are using the web installer to download and install I have seen problems with the connection dropping out and stopping the install. My suggestion is to first make sure that you operating system is upto date. Then try the manual install method to install the express product. If that fails then try installing the components seperatly, ie the framework and sql express/ sql native client, then try the express ide again. ...Show All

  • Windows Forms How can i make a form with no formborderstyle movable?

    Hi! I was wounder if it is possible to make a form with no border style movable, so i dont get any title bar, minimize or maximize buttons. Regards, Ronilo indeed there is. in the form designer view, select the form and look at its properties. look for "FormBorderStyle" and change to "none" - this will remove the title bar, maximize/minimize/close buttons does this help ...Show All

  • SQL Server How to solve problem with "NAN" in the report !

    Hi all, I have this expression in one of my report as a value for a textbox. Some times the value for the fileds used in this expression (Fields!Basic_Dollars.Value and Fields!Applied_Dollars.Value) will have an empty string. So a "NAN" value is appearing in the report. How can I solve this problem please =Sum(Fields!Basic_Dollars.Value, "basicapplied") * 100/(Sum(Fields!Basic_Dollars.Value, "basicapplied") + Sum(Fields!Applied_Dollars.Value, "basicapplied")) Thank you in advance. Ephi Ohhhhhhhhhhhhhhhhhhhhhh... Jarret You save my now I can Thank you very much. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. F14 XNA Game with Full Source

    Well here it is. I finally got my first game into a releasable state. Screenshot, video, and full source available after the jump. http://aroganworld.blogspot.com/2006/09/f14-xna-game.html I couldn't have done it without the great help from this forum (and all those xna sites). Let me know what you think. New zip has been posted: Updated v0.51 - added game over voice - version # prints in the lower left corner - fixed a build issue with the signing property on the project file thanks to Knight99 Thanks Knight99 for the fix! Man the code is really a bit of a mess. I'll try and do a major cleanup by mid week if I have the time. ...Show All

  • Visual C# convert some old C++ into C# code

    I am trying to redo a program that was originaly done with C/C++. The abilities of C# means that we can do the same thing more elequently and without as many outside commercial programs. The problem is that I do need to use one commercial program and I am trying to figure out how to call it. I have found the code that the old programmer used to execute the other program. I am trying to figure out how to translate that into C# code. I found the following code snippet on MSDN, so I know that the original programmer did it by the book, but I don't know how to do the same thing in C#. Here is the code: #include <windows.h> #include <stdio.h> void f () { STARTUPINFOA si; PROCESS_INFORMATION pi; ZeroMemory( &si, s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. membership? important!!

    uhm, when u get a membership for 4 months on xbox , can u still play games when the membership runs out,, cuz if not, this whole thing is a waste and money. and.. when ur creating for the 360, can u preview or liek .. play.. ur games on windows b4 sending it over newb question , but i havent tried XNA  yet The membership allows you to deploy and debug games. Once they're on your 360, you can play them forever AFAIK. Actually, you cannot do anything with XNA Game Launcher on the 360 when your profile does not have an XNA Creators Club membership. Right after you launch and it starts up, it immediately kicks you out with "One of the currently signed-in profiles does not have an XNA Creators Club membership. To conti ...Show All

  • Visual Studio Team System Date Parameter not Working in Reporting Services

    I have created a report in Visual Studio using serveral parameters including a date parameter. I have set the default to come from a query that brings back the most recent data in the dataset. Everything works fine. I published the report to Reporting Services and view the report, again everything works fine, until I go to the properties to excute the report. As soon as I do this I get this error: Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError) My date parameter is set to have a default value that is Query Based. How do I set the date parameter to have a default value of the most recent date and not receive the error. Thanks Nancy   Not really. ...Show All

©2008 Software Development Network