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

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

Steveinbeloit

Member List

barkingdog
K F M
kennethkryger
Sam_res03
Sarguna
Sodan2
dima_ua
MichaelWard
Tigerwood2006
jitter123456
Mark_Davies
VinceG
wpf michelle
RizwanSharp
rod_r
Sats_b1
Hernan93
David Noy
Lee John
DiamonDogX
Only Title

Steveinbeloit's Q&A profile

  • Visual C++ Syntax of VS 2005 autoexp.dat [Visualizers] section

     i have wrote a script to parse my list. My problem is that the indice doesnt start from zero , here my script : NAME::NAMEList<*,*,*>|NAME::SacList<*,*,*>{ preview ( #( "{m_size=" , $c.m_size, "..}" ) ) children ( #( [original]:[$c,!], m_size:$c.m_size, m_tag:$c.m_tag, #list ( head: $c.m_node.m_next, next: m_next ) : (NAME::SacList<$T1,$T2,$T3>::ListNode *)&$e ) ) } here is the output in the debug watch something like that [original] m_size m_tag [3] [4] [5]   Is there a way to make indice start from 0 i ahve like 20 script to write like that for all my container and im under going a lot of frustration be ...Show All

  • SQL Server insert attribute question

    update XmlTest set data . modify ( 'insert attribute {sql:column("xd.id")} into (/additionalcols)[1]' ) from [xmldata] xd where xd . id = XmlTest . id for this query i get the following XQuery [XmlTest.data.modify()]: Only constant expressions are supported for the name expression of computed element and attribute constructors. Does this mean that i cannot use sql:variable orsql:column. Can someone plz help me out Thnxs Appreciate your reply. Is it possible to pull out even the attribute name from a table column using sql:column or usinhg sql:varible along with the attribute value. Well the error I gave in the previous post is actually when I tried ...Show All

  • SQL Server Update slow(5 Hrs, 14mil rows) on perm tables, however as part of SP using temp tables fast(45 mins 14mil rows)

    Greetings All ITEM1: Here is the statement :(Perm Tables) update jkk_AllLogic_Allocation1_Work set ExpAllocValue = a.ExpFinValue * (a.SalesFinValue / s.TotSalesValue) from jkk_AllLogic_Allocation1_Work a, jkk_SumOfSales2 s where a.ID = s.ID ITEM2 Here is the similar Statement(excerpt) from SP: /* Adjust Expense amount depending on sales ratio */ update #AllLogic_Allocation1 set ExpAllocValue = a.ExpFinValue * (a.SalesFinValue / s.TotSalesValue) from #AllLogic_Allocation1 a, #SumOfSales2 s where a.ID = s.ID The SP does a lot of things Update being the longest. QUESTION Why is ITEM1 taking 6 times longer to run than ITEM2. I am totally confus ...Show All

  • SQL Server making Report Parameters optional

    I’m currently working on a report (SSRS 2005) with parameters which I want to make optional. In other words: when I open the report in the preview or IE, I’m always forced to enter values for every single parameter. But I want to have them optional so I can decide whether to choose values (as the option "Multi-value" is enabled) or leave them blank. (ignore in selection result) is this possible - I hope;-) thanks in advance pamike What we did to achieve this is to create a parameter with a (valid) default value. Say, the parameter @filter of type 'integer' is allowed to have a 'null' value and has default value 'null'. We use this same default value in the query, like (very simple ...Show All

  • SQL Server Error in installing SP1 or sp2

    I have a sql server 2005 developer edition installed on my windows xp system. I apply sql server 2005 sp1 then sp2 all does successfully. Now I have installed same sql server 2005 developer edition on windows 2003 server When I installed sp1 or sp2 i get the following error --------------------------- Invalid Login Information --------------------------- Your account information could not be verified for one or more instances. Ensure that you can connect to all the selected instances using the account information provided. To proceed further deselect the instances to which connectivity cannot be established. --------------------------- OK --------------------------- I have done every thing.PRovided sql server as wel ...Show All

  • SQL Server CalendarTransform

    when trying to install the calendarTransform component i receive following error: the command "....\..\regcomponent calendarTransform" exited with code 1 any idea what it means   KirkHaselden wrote: It would help to know what the calendar transform component is. http://www.microsoft.com/downloads/details.aspx familyid=e603bde7-44bb-409a-890f-ed94a20b6710&displaylang=en ...Show All

  • Windows Forms Macromedia Flash

    i would like to know how to add macromedia flash into a page im a noob at this can someone please help... add html code like below in your page: < OBJECT CLASSID ="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH ="100" HEIGHT ="100" CODEBASE ="http://active.macromedia.com/flash5/cabs/ swflash.cab#version=5,0,0,0"> < PARAM NAME ="MOVIE" VALUE =" moviename.swf "> < PARAM NAME ="PLAY" VALUE ="true"> < PARAM NAME ="LOOP" VALUE ="true"> < PARAM NAME ="QUALITY" VALUE ="high"> < EMBED SRC ="moviename.swf" WIDTH ="100" HEI ...Show All

  • Visual Studio I find a important bug in windows installer

    I find a important bug in windows installer. With this bug we can easy install the setup package without serial number. this bug can work in a lot of package. this is a important danger for developer. you can call with me with : r_afshar_safavi2005@yahoo.com ...Show All

  • Visual Studio Team System WebTest playback anomaly with site requiring ID/Password

    I have a web app that, when recording, captures the following requests: https://myapp.mydomain.com https://myapp.mydomain.com/setup.asp https://myapp.mydomain.com/menu.asp https://myapp.mydomain.com/ov.asp https://myapp.mydomain.com/comms.asp https://myapp.mydomain.com/profiles.asp https://myapp.mydomain.com/endsession.asp Playback shows this: Request HTTP Status https://myapp.mydomain.com 302 Object Moved https://myapp.mydomain.com/password.asp 200 OK https://myapp.mydomain.com/setup.asp 302 Object Moved https://myapp.mydomain.com/password.asp 200 OK https://mya ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. More on the slowdown issue?

    I am trying to flush out as much information as I can about an issue some people seem to be getting. I am currently running XNA on two different platforms and running into very similar results. Unfortunately my results are different than many before me.   I have read these threads... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=802708&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=750245&SiteID=1 It seems that a lot of people are having issues with multisampling and as this was the case I turned it off first. It made no difference on either of my computers. Here are some specs: Desktop (Secondary) Pentium 4 3.6ghz, 2GB RAM, ATI X800 PCI-E PE, 400gb HD, Windows XP SP2   L ...Show All

  • Windows Live Developer Forums The following message could not be delivered to all recipients

    "The following message could not be delivered to all recipients" I keep getting this error msg everytime i try talking to one of my contacts. It was all working fine until all of a sudden i cldnt communicate with them no more.. Also i'm having the same problem on both windows messenger & Windows live messenger.. can someone pls address this issue for me. Yeah, got the same problem around the same time as you did, too. It's only happening with a few contacts and at certain times (usaully around peak usage hours - strange...). It helps sometimes if I switch between my laptop and desktop when it starts happening. If that fails, I just use Web Messenger. It seems to be account-related ...Show All

  • Visual Studio 2008 (Pre-release) How to plug controls into form template

    Hi. How can I use XAML to design form template with placeholders for future plugging in various content I would like to make one master-form to share the same look and feel between my multiple projects. I think you can define several DPs on the Window derivative, for instance: public class MasterWindow : Window { public static readonly DependencyProperty TopContentProperty; public static readonly DependencyProperty LeftContentProperty; public static readonly DependencyProperty RightContentProperty; static MasterWindow() { DefaultStyleKeyProperty.OverrideMetadata( typeof ( MasterWindow ), new FrameworkPrope ...Show All

  • Visual Basic A first chance exception of type 'System.NullReferenceException'

    Hi folks, sorry to bother you all. I'm learning VB and have become a little stuck. Whenever I try to debug or run my programme, I just get: "A first chance exception of type 'System.NullReferenceException' occurred in General Utilities.exe A first chance exception of type 'System.NullReferenceException' occurred in General Utilities.exe" I have 2 forms, Main and Passwd. I open Main, disable the buttons then open the Passwd form. This is the code: Public Class Menu Private Sub Menu_Shown(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Shown REM On entering our form, disable all the buttons Me.Renamer.Enabled() = False REM Now, prompt for a password Dim PasswordForm As New Passwd Pas ...Show All

  • Visual C++ Checking file existence

    I would like to check for a file existence from a Windows Forms application. What function should I be using Hi, I think you could call this method of "File" class : " File::Exists( file_path ) " and check the return value of the method. Regards. ...Show All

  • Visual Studio Tools for Office Why does CustomTaskPane.Window return an object instead of a Window?

    Why does the CustomTaskPane.Window property return an object instead of a Window The Word.WindowEventArgs.Window property returns a Window. Shouldn't this be the same To build on what David said, the Microsoft.Office.Tools.CustomTaskPane.Window property returns an object because the specific window type depends on which application the add-ins is targeting. The following table lists the valid types of the Microsoft.Office.Tools.CustomTaskPane.Window parameter. Word 2007: Microsoft.Office.Interop.Word.Window Excel 2007: Microsoft.Office.Interop.Excel.Window PowerPoint 2007: Microsoft.Office.Interop.PowerPoint.DocumentWindow InfoPath 2007: Microsoft.Office.Interop.InfoPath.WindowObject Outlook 2007 ...Show All

©2008 Software Development Network