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

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

Export

Member List

Chris Honcoop
RDH123
mepatuhoo
athscorpion
liujj_xujj
Pubsnack
Lolchickenzor
Adam Stuart
Joos
BrettColeman
Pr1nce
drinkwater
niclarke
vasudupe
OzerK
AKW2006
woodland30033
denap
LeahC
Kymbo
Only Title

Export's Q&A profile

  • Visual Studio visual studio errors

    please help me when i installing visual studio profssional 2005 missing some files liks _19385_RTL_x86_enu_Report_Viewer_Publish.cab _19440_RTL_x86_enu_Report_Viewer_Redist.cab _18977_RTL_x86_enu_CRRedist.cab how i can install this files be sure that the files do exist as well as this, have you read this http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=778624&SiteID=1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DXGI.dll How/where to get dll for Windows XP development

    Hi, We have DirectX SDK DEC2006 installed on Windows XP. Where do you acquire dxgi.dll Thanks Sounds familiar. A conman solution for this kind of problems would be not linking with the lib. You can use LoadLibrary and GetProcAddress to find your entry point dynamic. ...Show All

  • Microsoft ISV Community Center Forums HELP NEEDED

    Hi, I need help with a excel file. I don't know VBA. I’m willing to learn. I have excel pro 2007 beta loaded. Since earlier versions can't do as much with conditional formatting. These are questions are in two break downs. For a scoring system in horseshoes. I would like to lock or protect all the sheets the workbook using vba. And still be able to add data to unprotected cells on one of worksheets. I need vba macro to do this so all the sheets are protected and run the macros but still be able to edit scores in column cells when a round is finished. 2nd question There are 3 worksheets. On the team Random Matches Worksheet when you click the green button on that sheet which runs the macro. It will chang ...Show All

  • Windows Forms beep generates no sound

    the Beep method generates no sound, the volume is on i checked Remco Either method mentioned requires the Default Beep to be set in Sounds and Audio Devices. Rather get your own .wav file and play it, if you require it to be played even if sounds are off. ...Show All

  • Visual Studio Uploading a Visual Web dev site with a sql database

    Hi I need help I made a site in visual web developer with a sql database. it works fine until I load it up to the host server(godaddy). then I get the following error Server Error in '/ASP' Application. Dewald, Your connection string points to your local SQL server. You must change it in the web.config file of your application. You must change it to point to the exact name of the GoDaddy server/database. GoDaddy has instructions for this but I don't have the link handy right now. It is very easy to find. Search the goDaddy help and you will find it. ...Show All

  • Visual Studio Cannot Open .sln (Solution File)

    I installed Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200). Other information: Microsoft .NET Framework Version 2.0.50727 Installed into: Windows Server 2003, Standard Edition, Service Pack 1 Steps to duplicate the error: 1. Click Start\All Programs\Microsoft Visual Studio 2005\Microsoft Visual Studio 2005 2. Click File\Open\Project/Solution 3. At the Open Project dialogue box, navigate to the location of *.sln file, select *.sln file, click open. I get this error: The application for project 'C:\vbnet03sbs\chap01\MusicTrivia\MusicTrivia.vbproj' is not installed. Make sure the application for the project type (.vbproj) is installed. ------------------------------------------------------------ ...Show All

  • Windows Forms CollectionTypeConverter / ArrayTypeConverter with PropertyGrid

    I have a class which has a string[] property. When I plug it into a PropertyGrid without any attribute it shows up as an ellipsis, which opens a string collection editor dialog (multiline edit, one string per line). This is all well and good except that I want to be able to choose from a list of given values for that collection. I tried deriving from StringConverter and overriding GetStandardValues(). This caused the property to appear as a combo box instead of a collection (ellipsis). I've also tried to derive from CollectionConverter and ArrayConverter, but as soon as I override ConvertTo() or any other method the same thing happens. Any suggestions I need to be able to choose multiple values (a collection). For each item in the c ...Show All

  • Audio and Video Development Best way to start play of a title and play all?

    The functional demo I'm making has a list of several titles. Each title is played by selecting a button. These are the two methods I have tried for kicking off a title: Player.playlist.titles["videoFoo"].chapters[0].top(); Player.playlist.titles["videoFoo"].jump("00:00:00:00", false); First question: is one method better/more appropriate than the other I ask because it seems like the iHD simulator has trouble with the second method - sometimes the video is blank/black while you can hear the audio. If you select a specific title I want that title to play and then end. However I want the option to select 'Play All' and go through all the titles from start to finish. Second question: what is the best way to d ...Show All

  • SQL Server Results To Text File: Always Unicode

    Hi I have been using the 'Results To' to write out query results to a csv file.  I have found that it always encodes the output as a Unicode. This causes problems with other import utilities that read this file and doubles the size of the file compared to a ANSI encoded file How can I change the way the file is encoded i.e ANSI   I can't see anything in the Query Options and outputting files in UNICODE isn't a workable option. For small files I can open them in notepad and change the encoding to ANSI and save AS.  This isn't an option for files that are around 500m-1GB Can anyone shed some light on this. Thanks for your help   That's a pity. Luckily, I su ...Show All

  • SQL Server A data source instance has not been supplied for the data source

    Hi Guys, I have create a report and it works in development mode. But when I call this report from aspx page it give me above error message. Please let me know how can I setup datasource of this report at runtime. Below is my code Regards ReportParameter [] rptPara = new ReportParameter [1]; rptPara[0] = new ReportParameter ( "rDate" , WebDateChooser1.Text, false ); ReportViewer1.LocalReport.ReportPath = @"C:Business\RPT585.rdl" ; ReportViewer1.LocalReport.SetParameters(rptPara); ReportViewer1.LocalReport.Refresh(); This is how you can provide DataSource information to report at runtime. Example: ObjectDataSource objAdventureWorks = new ObjectDataSource( " ...Show All

  • Software Development for Windows Vista Creating a timer event

    I am trying a create a timer event in my sharepoint sequential workflow. I am using EventScopeActivity and have one Sequencial Activity and one delay activity. On the delay activity, if the sequential activity is not complete, i need to execute some code once a day. I do not seem to get the Delay activity to work. Any help will be appreciated. I don't mind but I suggest that you take a look at this web cast from Eilene Hao (MS): http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx EventID=1032301596&EventCategory=5&culture=en-US&CountryCode=US Somewhere she illustrates how to pass information from the workflow into an Infopath form: Basically : 1.Create the following xml ...Show All

  • Visual Basic String comparsome

    I ran into a little issue with comparing 2 strings against each other. The data is NY in the datatable I can enter whatever in textbox1 and my code will accept it (example; x5v45) the table is setup with the field being nvarchar(50) What I was wanting to do is select a name from the combobox and compare a different field from the same table with a textbox . I did try one other thing, that was to take the selected text and populate a different textbox to see what it was comparing, and it was NY Test code: If Me .TextBox1.Text = Me .ENameComboBox.SelectedText Then MsgBox( "Nope" ) Else Me .Close() End If Where did I mess up at Davids Learning ...Show All

  • Visual Studio Team System Using iterations in MS Project

    I have a project that we have recently migrated into TFS. I am trying to use MS Project to schedule/track my work items, and I am having a problem with the iterations. It seems to me that an iteration, in Project, should be a rollup of a number of subtasks, but I can't seem to get them to show up this way. Is there some way of doing this, or am I not understanding how iterations should be used TIA Ron L Randy Thanks for the response. I tried doing that, but Project doesn't seem to get all of the tasks under the proper iteration. The overall idea seems to be what I am looking for, but the implementation seems to miss something. Ron L ...Show All

  • Visual Studio Team System Problems displaying newly created & renamed iterations

    I am able to create & rename iterations when right-clicking the project & selecting Areas & Iterations, but the changes I make aren't apparent in the Classification frame when creating or modifying a bug/task etc. We are developing our TFS structure and it was working fine, but I needed to delete all projects and recreate them in a parent/child structure, then import all of the existing work items back into the new project. - Greg The problem can be the cache, TFS caches information to work faster, so try close everything and check if you see the newly created data, there has been a lot of posts about cache you can find in this forums. ...Show All

  • SQL Server SQL Agent Step Notification

    I have several SQL Agent jobs that each contain multiple steps. I want the job to continue, even if one step fails, as they are not dependent on each other. However, if I set it up so that the goes to the next step on failure, it appears that I have no way of being notified of the failure, since the job ends successfully. Am I missing something Is there a notification that can be sent if a step fails Thanks Bob So, rather than having a step failure action for send mail, I will have to setup a second step for every step that I have... I was afraid of that. I have 22 steps now, making this solution a maintenance nightmare. To be honest, that's what I thought. MSFT- any chance of getting more granular on the notifi ...Show All

©2008 Software Development Network