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

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

amygal

Member List

e. ogas
NickGetz
MA2005
hvanwijk
mcnamaragio
Derek Comingore
Brian27
AntonioMaia1
markm75
smejicoiii
yabing
JohnGalt
Edmund
Mohammed Aquil
Juvraj
Rahul Saxena
hrubesh
Philip at Beaufort
Frediano
Derek Smyth
Only Title

amygal's Q&A profile

  • Internet Explorer Development how do you change the default media player in IE7

    I have upgraded to IE7 and when I visit web sites that require an audio media player it uses "Real Player". I want it to run "Windows Media Player". Where do you make this change in IE7. It has nothing to do with Internet Explorer 7. To solve the issue, open Windows Media Player. Go to Tools > Options and select File Types tab then click on Select All. Click Apply, then OK. Restart your IE. ...Show All

  • Commerce Server Another error when trying to use catalog or marketing manager refersh site cache option

    hi, Error message from event viewer listed (below): System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> There was an error generating the XML document. ---> Instance validation error: '0' is not a valid value for System.Net.HttpStatusCode. at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception ex, SoapHttpClientProtocol serviceProxy) at Microsoft.CommerceServer.Internal.Marketing.MarketingServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters) at Microsoft.CommerceServer.Internal.Marketing.MarketingServiceProxy.RefreshCache(String cacheName) at Microsoft.CommerceServer.Internal.Marketing.AgentMarketingSystemImpl.RefreshCache(String cacheName) at Microsoft. ...Show All

  • .NET Development how diplaying message when mouse is over a lable or button?

    Hi everybody, I can program in VB just a little: I need to display a message when mouse is over a lable or a button, e.g. like when the pointer is on the "Start" button of Windows Xp ant it's diplayed "Click to start". Can anyone give me some examples Thanks in advance. ...Show All

  • Visual Basic error with this connection....DB2 database

    Pice of my code, have error provider not found in ConnectionString .... Private Sub SetupADO() On Error GoTo SetupADO_Err Dim adoParm As ADODB.Parameter ' Create connection object and connect to database Set acnBooks = New ADODB.Connection With acnBooks .ConnectionString = "Provider=IBMDADB2.1;Data Source=SAMPLE;Persist Security Info=False" .Open .CursorLocation = adUseClient End With ................. Provider=IBMDADB2.1... must be installed on your machine in order to use it! Also for further help with VB6 issues please see any of the following resources...VB6 is considered off topic for these forums. Useful Links Visual Basic 6.0 on MSDN Library Visual Basic 6.0 Help and S ...Show All

  • .NET Development Problem with random selection from database.

    Hi, I am tryng to develop and examportal, in which i have to select questions randomly from the database table [Questions]. I have the question in Question table. And have to join it with the topic table and then make thye both enter in the testdetails table. I have the problem in querng the random qns... Its very urgent.. Can anyone plz help me in the current issue... Thanks ...Show All

  • Software Development for Windows Vista Questions about PSPE - promotable transactions

    This post is in response to Florin Lazar's weblog of 5/17/2005 at http://blogs.gotdotnet.com/florinlazar/archive/2005/05/17/418595.aspx Thanks for the informative article, Florin! As a provider writer, I am interested in finding out more about promotable transactions. Let's say you have two connections: c1 and c2, and the following scenario: Connection c1 registers as a PSPE transaction, and it succeeds, so we have a local transaction. Next, connection c2 comes along and registers as a PSPE transaction. Because there's already a transaction going, c2's PSPE enlistment fails, so two things need to happen: (1) c1 needs to be promoted to a distributed transaction, and (2) c2 needs to enlist as a distributed transaction. Q1: Is the ...Show All

  • Windows Forms Is this a Bug? Published ClickOnce App Will Not Update Automatically

    I have a ClickOnce application that I am about to release. However, as I have tested my ClickOnce deployment, I've noticed that there seems to be a bug I see occasionally and I'm not sure if I'm doing something wrong or if it's an issue with ClickOnce. Here's the deal. When I am about to publish my application, I open the projects properties page, go to the Publish tab and manually increment the version number. (I know I can set the auto check button to do that for me, but I don't auto-increment the application for other reasons). After I change the version of the app, I click on the Update button on this tab and then I manually set the minimum version to the new application version. After setting the version. Next, I always clean the s ...Show All

  • Visual Studio Express Editions Comparing char and int variables

    I am writing a very simple guess the number game but I am stuck at comparing the user guess (a char) to the random number (an int). I tried type casting the char to a number but this doesn't work (i.e. 1 = 49 when type cast). I know this is a complete noob question but I'm rusty at C++. I am not 100% sure this is what you are asking but you could try subtracting '0' from the char. For example: char c = <user-input> int value = c - '0'; This will give you the numeric value of the character that the user entered. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Are they bugs?

    Hy! I'm trin' XNA since 1.0 was released, so I'm kind of newbe. The first thing, what I expected as a bug is that SynchronizeWithVerticalRetrace seems to do nothing. I use the base Windows Game project for test, and in the Initialize function I set some parameters: _graphics.GraphicsDevice.PresentationParameters.FullScreenRefreshRateInHz = 70; _graphics.SynchronizeWithVerticalRetrace = true; _graphics.IsFullScreen = true; But it do nothing. The problem is: I can turn on/off VSyns, but I can't handle the refreh rate! I set it to 60, then to 70, but in fullscreen, my application runs with 85Hz -> 85 FPS instead of 60 or 70. Addition to this, my app throw an error, and Express must be restarted... The second is with multi ...Show All

  • Visual Studio Tools for Office Adding large amount of data to excel range generates excetion:HRESULT: 0x800A03EC

    I have made some code that can take som data from a .NET dataset and put it into an excell sheet. This works perfectly when i have e.g. 1000 rows of information. My problem is that based on som mete data, i create a four column and 24000+ row data for an excel range. when i try to assign the data to the range, i get the following exception: Exception from HRESULT: 0x800A03EC at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData) at Microsoft.Office.Interop.Excel.Range.set_Value2(Object ) the code that produces the error is: private void InsertData(DataTable table, _Worksheet concreteWorkSheet) { // the worksheet starting at cell A2. int nu ...Show All

  • Visual Studio Tools for Office strong name signing of enterprise library dll's in excel vsto

    hello, i am creating a project using nettiers for data acess layer and enterprise library provided by microsoft . in creating vsto excel we go through signing of main project as given in msdn that strong name signed my main project dll. now, the problem is my main project dll get strong name signed and it refers to nettiers dll and enterprise library dll that now must be strong name signed (refered by a strong name signed dll). i got my nettiers dll strong name signed but unable to strong name signed enterprise library dll and it is now necessary to run the excel vsto app. In short :-> how i can get my enterprise library dll strong name signed . enterprise library is a microsoft product. ...Show All

  • .NET Development 'GetPictureDetails' is not a member of 'JokePoint.Catalog'

    The error appears: 'GetPictureDetails' is not a member of 'JokePoint.Catalog' How can i go about solving this problem The code that the error appears in: pictureDetails = Catalog.GetPictureDetails(pictureId) Thank you, Peter The only thing I can think of ,if you are convinced that the method exists is that its scope is not set to an appropriate level , scope the method to public. ...Show All

  • Internet Explorer Development IE 7 RC1 Breaks Scripts

    I just installed IE 7 RC1 and my application scripts stopped working. An example: Dim IE, doc, pics Set IE = CreateObject("InternetExplorer.Application") IE.navigate "about:blank" Do until IE.ReadyState = 4: WScript.Sleep 50: Loop Set doc = IE.document doc.write("test test <img src='abc.jpg'> test") set pics = doc.all.tags("IMG") pics.length now returns 0 Help! Help! What should I modify Thanks in advance kk PS: It was still ok in the beta before RC1 It's worse in MS-Access: Navigating to "about:blank" causes Access to exit, with no error messages! Please post workarounds soon! Thanks in advance! ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How do i get into the Creators Club

    hi. sorry if this has been answered, i just can't find anything on the forums. I'm browsing xbox live market place on my 360 and i just can't find the creators club. where is it and how do i get in it may help to know... i only have a one month xbox live gold account, and i'm in the UK. thanks Hi Hyper, The XNA creators club is under the games/demos section in the market place .. scroll to the bottom of the page and it starts XNA. UK membership is £65 and you'll need you xbox live membership to connect to the service and use he XNA service on the 360. Once the memberships sorted its relatively straight forward. I compiled the demo that came with the xna express and launched it no problem. Good luck. ;o) ...Show All

  • Visual Studio Report scrolls when doing an expand/collapse

    I have a normal rdlc report with a table structure having many levels in the tree. The original report comes with all levels collapsed. If u expand a level the report seem to jitter and scroll down making it very difficult to locate where I have clicked. The list of fixes in SP 1 posted by Brian suggests that this is fixed. But still I couldn't find a solution for this. Greatly appreciate if someone can suggest something. UR. I too have this problem. The browser scrolls down to the expanded node when I would prefer it to stay still. Did you find a resolution ...Show All

©2008 Software Development Network