Software Development Network Logo
  • Windows Forms
  • Windows Live
  • Visual C#
  • Architecture
  • Microsoft ISV
  • Game Technologies
  • SQL Server
  • Visual J#
  • VS Express Editions
  • Visual Basic
  • Smart Device
  • Visual C++
  • Visual Studio
  • Visual FoxPro
  • .NET Development

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

Stargazer777

Member List

Kal7379
cpede
Mubashar
stan_mitchell
thespectre_2000
shinji360
MikeKop
romance82m
Dmitri Zimin(e)
mvillatem
dream123434
dotnetrob
Pastor Charles
Barry Meaker
Wayne Gibson
Michael Koster
Conq
Albin
Rati
vitty
Only Title

Stargazer777's Q&A profile

  • Visual Studio Tools for Office Microsoft office web components 9.0

    i have microsoft office 2003 installed on my computer, i am running an excel file written in an older version and for some reason the Microsoft office web components 9.0 are missing therefore, the compile gives and error saying that some objects could not be loaded. when i click the references in the tools menu, it shows that the MSOWC.DLL is missing, i looked for patches in msdn that could fix the problem and none of them have worked. the only way that i could get the problem fixed was to specifically download that dll from a website and register it. is there any patch that could help fix the problem without having to dowload the dll and re ...Show All

  • Visual C++ copying a dialog box

    I realise this if for 2005 but hopefully you can help, i have visual studio 2003 and i'm using the c++ sharp,  i have a dialog box in one old resource file (rc file) that i want to put into another resource file (rc file).  How do i copy over just the dialog, i have tried the old copy and paste etc but it doesnt work, and there doesnt seem to be a way to import just a dialog any ideas thanks When opening the resource files click on "Open With", don't use "Resource View" use the "Resource Editor". Open the second file rc file in the same way. Now you can use Copy&Paste and Drag&Drop! Th ...Show All

  • Visual Studio Tools for Office Removing Code and Action Pane from Excel

    How can I save an existing excel workbook that has code and action pane as a normal excel workbook with no code nor action pane. I can't see how "removecustomization" is useful. because i want to do that when the user presses a button from within the workbook lets say a submit btn. when pressed the workbook should deliver data to an external database and be saved as a normal workbook with no code nor action pane. how can i accomplish that i appreciate any help, thanks Sure, my 'testcase' was merely a quick test. You can do it at any time on other locations within your project. You can che ...Show All

  • .NET Development Path.GetTempPath always the same?

    Will Path.GetTempPath always return a reference to the SAME root temp directory (e.g. C:\Documents and Settings\myuser\Local Settings\Temp) or could it ever trigger creation of a temporary subdirectory I don't believe this method will ever create a directory.  I think it can change depending on what the environment variables are set to, but in general you should think of it as constant. David ...Show All

  • Windows Forms How do I change datagridview datasource and refresh screen

    I've got an Access database with 50 state rate tables, named AKRate, ALRate, ARRate, AZRate... I have a listbox that displays AK, AL, AR, AZ... I need to be able to fill a datagridview with the rates from each table when the user selects a state and redisplay the page. I believe I need to change the datasource and refill the grid. How do I do this the following code blows up in the page load function on this line: me .ListBox1.SelectedItem & "RateTableAdapter" .Fill( me .StatesDataSet.Merge.list1.selecteditem & "Rate" ) TIA, Bill Public Class Form1 Private Sub Form1_Load( ByVal sender As ...Show All

  • Visual C# Transparent background

    Hello.I have a question.I use VC# and I wan' to create a nonrectangular form.I have create the background image with the transparent key: blue, but when I compile the project the application is not transparent! Are you sure that the color you specified to the TransparencyKey property has the same RGB value as the image you are using for your background ...Show All

  • SQL Server Collapsible reports

    Hi, I have a Dataset with repetitive data and i want to group all data based on a particular field and have it disaplayed as collapsible rows on a report. BTW i am generating reports dynamically in my APP.Any ideas on how to proceed If I understand correctly, you want to group your data and have the details toggled by the group. To do that, you just need to add a table group on the field, set the visibility properties on the detail row of the table - 1. it's toggled by a textbox in the group header 2. the initial visibility to be hidden if you want to start as collapsed. ...Show All

  • Visual Studio Team System Revision history in source file

    Does anybody know whether it is possible to set TFS up to automatically apply check in comments and work-item IDs as comments to the top of a source file as it is checked in We used to use a system called PVCS Tracker integrated with Visual SourceSafe using PVCS-TrackerLink which would do this and it was very useful when looking at the source file to have a visual trace of its lifetime. So, we would have a file comment header like ... /********************* * $Revision: 35 $ * $Date: 6/04/06 10:15 $ * $Authour: Fred.Bloggs $ ********************* * * $History: MyFile.cs $ * ************* Version 35 ************** * User: Joe.Blow Date: ...Show All

  • Windows Live Developer Forums Submit an App - Get the Windows Live Messenger Beta!

    Would you like early access to the Windows Live Messenger Beta Starting today, November 8 th and running thru 9:00am PST on Monday, November 14 th The first 5 people to submit Activity Apps to the Worlds Best App contest and successfully pass compliance checking will receive an immediate invitation to the Windows Live Messenger Beta! Be one of the first people in the world outside of Microsoft to run with the next version of Windows Live Messenger!   Lets see those apps!!!    -Scott i want to be a tester of msn live messenger 8 Beta Can i get a invition at dreifinger@catsoft.nl ...Show All

  • .NET Development Datarow

    Please some one help me. I have a datarow which is a selection of a few rows from a datatable using the Select method of a datable . Now I want to diplay this roys in a variable, basically an array, ho do I go about this. My code is shown below. The error I get is "Object reference not set to an instance of an object." Please someone help me. Private Sub Show_Order_Datails()         Dim i As Integer = 0         Dim j As Integer = 0         Dim OrderID_From_Orderstable As Integer    &n ...Show All

  • Smart Device Development Can i use transcriber into an CF2 application ??

    Hello, I have searched a lot but i dont find that.. I would be use the transcriber into my application. do you know how to use a dll or the transcriber engine. In my application i would use the transcriber but without display the toolbar. I would too use the transcriber just into a panel.. Do you think it' possible to do that (excuse me for my bad english..) Thx. I dont have found solution.. I use just Transcriber and the class InputPanel...sorry If you found a solution please to inform me. :) ...Show All

  • SQL Server How to remove unused columns and eliminate warnings

    I have hundreds of these I think mainly due to the way the union all task works.  Any ideas on ways to eliminate these Just an idea... As far as I understand SSIS columns are "recreated" behind an asynchronous transform... I.e. when you have a source with 2 fields (A and B), a derieved column task which calulates C by A+B, a sort by C passing A and B through it and a destination where you write A and C in a file you should get a warning that B is not used and can be removed... That's because B is passed through an asynchronous transform so it's a new column. And in fact, it's not used behind the sort... At least that's how I ...Show All

  • Visual Studio Express Editions How do I reset my Snippets?

    Something went wrong when I added some snippets through snippet manager. Now when I click the Insert Snippet menu I get 5 copies of a folder I created that does not even exist any more as I have deleted it. I have been trying to figure out where it has stored this setting and have emptied out "My Documents\Visual Studio 2005\Code Snippet\Visual C#" folder without resolving this. Please help it is driving me mad! ...Show All

  • Visual Studio Team System about project alert

    I add a project alert to my present project, when the dailybuild of the project finished, I hope to receive a E-mail to me, so I add my E-mail address to the project alert box, but I received no E-mail about this operation, why what other things I need to do expect your help! Thanks! Can you provide more information about your setup How did you subscribe to the alert Which of the 4 alerts did you subscribe to Did you provide the information for alerts to be sent when installing TFS You can subscribe to alerts using Visual Studio. Select a Team Project from the T ...Show All

  • SQL Server Please - OLE DB Provider for SQL Server (0x80004005) Cannot generate SSPI context

    Please can anybody help me in fixing this error I am getting on ASP page while accessing ASP database page using an SQL server database. I am using Windows 2000 Service Pack 4 with Internet Exp. 6. The system also has developing software VB6 and IIS. It is connecting well with VB application but is not accessing through IIS. I have checked all MS Knowledge Base but could not find workaround. MS accepts it as a bug but I could not find quick and easy solution, Thanking you in anticipation, Zulfiqar Ali SSPI points to an authentication error connecting to your SQL Server instance. have you tried creating a SQL Server logon and p ...Show All

©2008 Software Development Network