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

Software Development Network >> SD Diver's Q&A profile

SD Diver

Member List

comspy
Prashant_Rai
srathee
ddog_iasreo
stephane - Montpellier
Aleniko29139
Carl Daniel
Gabriel Muñoz Luna
Vishnu Chauhan
Dan Rooney
phileb
Camac216336
alan666
Luis Esteban Valencia Muñoz
Jan57
Dmitry Arefyev
DavidTaylor
wum
JDPeckham
Adam Miles
Only Title

SD Diver's Q&A profile

  • Visual Basic Perminently update a dataset without SQL command?

    Hi, Is it possible to perminently update a dataset without an sql command. I am trying to edit a data table programmatically, and write my changes to my dataset. Something like this: dim dt as new datatable dt = me.dataset1.table1 dt.rows(1).item(1) = 5 dt.AcceptChanges() me.dataset1.table1DataAdapter.Update(dt) But, after i run this, the table in my dataset does not seem to be updated with the new values. What do i need to do differently Thanks in advance. Pete M That's weak, but oh well...i'll figure it out. I have a related question: When i add a datasource, is that data stored within my VB application or does my applicaion only connect to the database that's sored on my c ...Show All

  • SQL Server Check FTP file date

    First I want to thank everyone that has given help to me and everyone else with the issues involving migrating to 2005... Thanks alot.. Now for the problem. I am looking for (an not finding anything of help) to check the date of a file on an ftp server. A file always exists but once a month the day changes. I would just download the file and check it locally but the files are several hundred megs in size so that would be inefficient. So is there anyway to do that On another note, can anyone point me to a good resource for learning the scripting language that SSIS uses the ftp connection (which does all the work for the FtpTask) is written in c++ using winInet call. the managed System.Net ...Show All

  • Visual C++ Simple problem adding control to CStatusBar

    Hi folks, I've got an VC2005/SDI/MFC/DocView app. I'm trying to add a CProgressCtrl to the lower right-hand part of the status bar but it doesn't seem to be working (it's never visible). Here's what I've done: 1) Right-clicked "IDR_MAINFRAME" in resource view, clicked "Resource Symbols..." and added a new symbol called "ID_PROGRESS_PANE". I kept the default value it gave me (101). 2) in "MainFrame.cpp" I added "ID_PROGRESS_PANE" to the end of the indicators list near the top of the file. There are a total of 5 indicators in the list after the addition. 3) Right-clicked "String Table" in the resource view and clicked "Open". Added a new string with "ID_PR ...Show All

  • Visual Studio Team System Build notes - how do you create them?

    I was hoping users on this forum could share ideas on how best to create release notes and if it possible to automate part of that. Although work items are generated as part of every build we'd need an aggregation of WIs from say build 1-15 if that were the interval between builds that were deplyoed in the QA environment. Creating a utlity/web site that uses the TFS object model to extract WIs is a possibility but I don't want to run this as some kind of a report. I think a good approach would be to have the notes published on Sharepoint, i.e. you don't have to generate them every time. Anybody have thoughts around this I know this is not the solution you are looking for, but the same result may be achieved with additional build typ ...Show All

  • Windows Forms StatusStrip - SizingGrip problem

    Hi I've added a StatusStrip control to a form. Within this I added a ToolStripProgressBar , and set it's Alignment to "Right". Now I have the progress bar next to the SizingGrip. If I now set "SizingGrip = False", the sizing grip is removed, but there still is an empty area left. I now have an ugly space between the progress bar and form border. How do I get rid of this area Kind Regards I also tried it on a PC with Windows Themes enabled. That looks fine also, the progress bar is flush to the window border. No idea why you'd have a problem. Note however that I used the RightToLeft property of the StatusStrip to get the progress bar to display on the right-hand side. Setting th ...Show All

  • SQL Server How to Hide childless members

    Hello, I have a dimension with members that dont have childs, how can i hide those members. Thank you I believe that you are right Vladimir. I have used Hide member if property successfully in a project last week but that was with repeating levels. You have the best information in this case. Regards Thomas Ivarsson ...Show All

  • Visual Studio 2008 (Pre-release) different between Window and NavigationWindow

    The definition in MSDN is :NavigationWindow is as Window that support content navigation. I can't understand . i want to know that :how could i navigation content by using NavigationWindow. Does it use frame tag in "Window" like this: <TabControl> <TabItem Header="1"> <Frame Source="page1.xaml"/> </TabItem> <TabItem Header="2"> <Frame Source="page2.xaml"/> </TabItem> </TabControl> any suggestion will be appreciated... When they say "support navigation" they don't mean Frame navigation but internal application navigation. Sorry, but I probably can't explain it better than Microsoft. ...Show All

  • Software Development for Windows Vista Building XPS printer driver on windows XP

    Hi      I want to use XPS printer driver on Windows XP.  while installing this XPS printer driver on windows XP it's asking for some DLL files (ex. xdwmark.dll, xdcolman.dll). in WDk folder there is no such DLL that means i have to build this DLL from WDK building environment.   when i am trying to build these dll from WDK's Windows XP build environment i am gettting following warning :   [source path ] is not valid for the current  OS target . can you help me how can i build these DLL for XP   I am able to build these DLL from Windows Vista environment. but while printing from this d ...Show All

  • Visual Studio how to install an .ISO file

    I want to install Visual studio 2005 and i got an .ISO file. How to expand this file to install this program You're supposed to burn a CD from that image. You don't have to, there are various tools around that let you access the .iso file contents. I use MSFT's Virtual CD drive tool , it lets you mount a .iso image as a drive. For something more polished, check out IsoBuster or Deamon tools . ...Show All

  • Visual C# VS2005 and .Net 1.1

    I've developed a Windows app in VS2005 using C#. It is relatively simple and does not use any 2.0 .NET functionality so why doesn't it work on the 1.1 framework I cannot give this app to any one else unless they are running 2.0. This seems a fundamental flaw. I want it to run on both frameworks without having to have separate builds. With java you don't seem to have this issue. Am I missing the point Thanks Tony Hi Tony This all comes down to the way its compiled - you can force visual studio 2005 to compile to .net 1.1 and it should work fine:) I had hoped that it was simply a change in the project properties... but apparently not - take a peek here http://www.windows-now.com/blogs/robert/archive/2005/06/03/14 ...Show All

  • SQL Server Matrix Report Not Showing All Columns

    I have a matrix report that I am using with MonthName(Fields!Month.Value) across the top of the report. However, when there is no data under the column, the month is skipped. So, for example, I get this: January March Actual Goal Actual Goal 25 25 30 35 I have tried adding iif(Sum(Fields!Total.Value, "DatasetName" )> 0, Sum(Fields!Total.Value, "DatasetName" ), "N/A" ) But it still is not showing up. Any ideas Thanks, SHP SHP, You will need to make sure in your SQL statement you are returning data for that month. If there is no data then you will need to return "Zero" and or "Spaces" H ...Show All

  • .NET Development Problem saving unicode text into SQL Express using SqlDataAdapter

    Hi all,   Appreciate if anyone can shed some light on how I can solve this problem.   I'm using Visual C# .Net to develop a Windows application, and I'm storing data used by the application in DataSet and DataTable objects. I have no problem insert unicode strings into the DataTable and display it back on the GUI. The problem I'm facing is that when I try to save unicode strings in the DataTable by calling the SqlDataAdapter.Update(DataTable) method, the unicode string is stored in SQL Express database as a bunch of question marks ( ). The field's data type in the table is already nvarchar. Does anyone know why Does the DataSet locale have anything to do with it   Any help would be very muc ...Show All

  • Windows Forms Multiple Controls that have the same databind

    Two parts: Simple and Complex In your example, you are binding all of your comboboxes to the same bindingsource. Since the bindingsource wraps the currencymanager, you are telling it to keep all controls at the same position. You can get around this by creating multiple bindingsources, even if they have the same datasource. Tony ...Show All

  • Software Development for Windows Vista Windows SDK Documentation

    Hello,   If you have the Windows SDK and Visual Studio installed, you can help me.  Please tell me if your Windows SDK documentation is integrated with your Visual Studio 2005 documentation.  Thankyou. Because mine isn't.  Assistance appreciated. I did a clean installion of Visual Studio on Vista RC2, and I installed the following additional items in the order shown. installed VS2005 sp1-KB918525-X86-Beta-ENU installed MicrosoftR WindowsR Software Development Kit for RC 1 of Windows Vista  and .NET Framework 3.0 Runtime Components installed Microsoft Visual Studio Code Name Orcas Community Technology Preview  – Development Tools for .NET Framework 3.0 - vsextw ...Show All

  • Windows Forms Newsticker in c# windows program

    Does anyone know how I can make that, or know where I can look for ideas I have a slideshow program that shows movie trailers, room reservations etc, and would have wanted a horizonal "line" below the slide that have a moving text for short, quick annoucments. Hi Thanks! I have downloaded it, so you may remove it now. I’ll take a look and see if I understand how you did it. ...Show All

©2008 Software Development Network