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

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

smmuneeb

Member List

TheBilly
Koala
James Atkin
swirl80
sara8dev
Jassem
RFU
p030037
jdarias
joeyf
proggerFX
stickboy
AmundL
Marcio Sete
meganruhl
FABIOG
VegasDave
NACSUS
ebc
_Jon_
Only Title

smmuneeb's Q&A profile

  • Visual Studio Team System Associating server folders with comment.

    Hello, Is there any way that I can associate a server folder with some text properties or comments or anything like that Thank you, Hello Martin. I want to associate development branches with "Software Change Request" numbers. I have a simple structure: $/TeamProject/Mainline $/TeamProject/Branches For every change request I branch the mainline into a directory in Branches called ‘bxxx’, where xxx is a sequential number. I want to associate ‘bxxx’ with the change request number (or numbers) that it was created for. Thank you, Hisham. ...Show All

  • Visual Studio One viewer, multiple reports shown one after the other on it. How? c#

    Hi, I need to display more than 1 report (which are totally unrelated to each other) in one viewer.  I cannot seem to find a way to do that using reportsource of the viewer.  I am using .Net 1.1 and c# and crystal version 9.1.5100. Basically when the application starts, the user will be provided a list of reports which they check off to generate.  So, is the user selected 3 reports, I want to generate them individually and then show them all on the same viewer one after the other.  This should not be so hard.. but why is it. Please Please help.  I need it very urgently.  Any other suggestions will be welcome to ...Show All

  • Windows Forms DataGrid - user edits

    Sorry if this sounds a bit simple, but using a data grid in Visual Basic.net I'd like to be able to offer the user a chance to update their data once they have done some edits.  I do not seem to be able to find an event that fires when this happens!  Has anyone accomplished this simple task Thanks. I have a simila ...Show All

  • .NET Development Can .NET Remoting App be both Client and Server?

    There will be a question in here so stay with me, I'm providing some background first. I just started working on an existing app with the programmer that originally wrote the code.  My contribution will be to make one instance of the app running on one workstation on a network talk to another instance of the same app running on a different workstation on the network. To provide the services I want to use .NET Remoting (eventually Web Services for more flexibility) so I've created a class derived from MarshalByRefObject.  I've compiled this class into the existing app. Most of the documentation on MSDN for .NET remoting gives exampl ...Show All

  • Visual Studio Express Editions How could I play segment of videos with Windows Media Player SDK 10?

    Dear friends, I am using Windows Media Player SDK 10 to play videos. However, I would like to play a segment of videos. In other words, I want to input the time segment of videos as parameters (eg. PlaySegment(double StartingPoint, double EndingPoint). How could I play a segment of videos with Windows Media Player SDK 10 in C#.NET Thanks for help. Hi, The link below is the pointer for similar thread. Hope this helps. Link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=172959&SiteID=1 Thank you, Bhanu. ...Show All

  • Smart Device Development first chance exception of type 'System.IO.IOException'

    Surely this shouldn't be happening!  The following code creates a connection, DataAdapter & DataSet, then fills the DataSet.  the myDataAdapter.Fill creates a 'first chance exception', whatever that is Imports System.Data.SqlServerCe Public Class Form1     Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load         Dim myConn As New SqlCeConnection("Data Source = \my documents\MASDB.sdf")         myConn.Open()         Dim myDataAdapter As SqlCeDataAdapter = ...Show All

  • Windows Forms Adding the DataAccess WebReference

    Hope someone can help me configure TaskVisionWS locally so I can access the web service using Pocket TaskVision. I have TaskVisionWS setup here on a Windows 2000 Server.  The web services (DataAccess and Login) all compile without any errors.  From my WindowsXP development pc, I add the Login Web Reference to PocketVision and compile.  I get zero errors.&nb ...Show All

  • SQL Server How do I pass multiple paramters to reporting services?

    I want to pass parameters from a web form to a reporting service report.  I have 3 report parameters defined.  Emplnbr, StartDate, EndDate.  The spelling is exactly the same in the report parameters asn in this statement. This is my statement Response.Write("<script language = ""Javascript"">var win=window.open(""http://becsql/ReportServer %2fHuman+Services/Training%2fTrainingReport&rs:Command=Render&rc:Parameters=False&Emplnbr=" & ddlEmpl.SelectedValue & ", &StartDate=" & StartDate.Text & ",&EndDate=" & EndDate.Text & ", null, location=no, menubar=yes, status=no, toolbar= ...Show All

  • Visual Studio Express Editions Getting files with specific extensions using FolderBrowserDialog

    Hi everyone. I'm making a media player using the BASS API Library and Direct-X. My problem is, I'm using the FolderBrowserDialog component and I know it can't filter files but I need only files with specific extensions to be added to the Listbox I have on the form. So far the code looks like this: Public Sub foldertoplaylist() Dim plug As Integer = 2 Dim playlistid3 As String Dim chosen As String Dim filInfo As IO.FileInfo AddFolder.Description = "Choose the folder you would like to add to Tray-Play" If addfolder.ShowDialog = Windows.Forms.DialogResult.Cancel Then ...Show All

  • .NET Development Reading CSV files

    Is there a simple way to read the column data of a csv file that contains a database   The difficulty is that I can't find any "built-in" parser within .NET.  Is there one Karl There is a built-in parser. Dim sField As String () Dim csvReader As Microsoft.VisualBasic.FileIO.TextFieldParser csvReader = My .Computer.FileSystem.OpenTextFieldParser( "c:\text.txt" , "," ) With csvReader    .TextFieldType = Microsoft.VisualBasic.FileIO.FieldType.Delimited    .Delimiters = New String () { "," }     While Not .EndOfData &nbs ...Show All

  • Visual Studio Team System VS2005 Unittest and build actions

    I'm trying to migrate my NUnit tests to VS2005 unit test. My project uses build actions to copy configuration files into the output directories (e.g. by Spring xml files goes into a spring subdirectory) I have read the suggestions in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=7510 but the result is the files are copied into the out directory and not into the out/Spring directory as I would like. I find it rather odd, that the unitest does not run the post build actions, and that the test directory copy does not create the directory. Any clues, I'll really like to migrate my team from NUnit to VS2005, but maintaining separate conf ...Show All

  • Visual C# Get file permissions

    How can I programmatically find the permissions of a particular file in Csharp that looks like it Sibusiso, what I want to do is get the file permissions, change the file permissions and then revert back to the original file permissions. Thanks. ...Show All

  • SQL Server Client can not connect to SQL Express - The Solution

    Hi, When I try to connect to SQL Express from another computer I get error 26. The setup is as follows: Server is Windows XP Pro, Firewall turned off. Client is Windows XP Pro, Firewall turned off. Both computers are on the same workgroup, no domain or other servers on the network. The server is configured for network: protocols enabled, browser running. The client has MS SQL Server Management Studio Express installed. When I try to connect the SSMSE finds the SQL Express on the server (using the Browse for more – Network server option), but the connection fails with error 26. When I try to connect from MS Access 200 ...Show All

  • SQL Server Displaying MDX result in GridView

    Hello all. I'm trying to use GridView to display a simple MDX query result. If I set AutoGenerateColumns property to true, then it fails on GridView1.Databind(); while executing the following code: AdomdConnection conn = new AdomdConnection ("Provider=MSOLAP.3;etc., doesn't really matter"); conn.Open (); AdomdCommand cmd = new AdomdCommand ( "SELECT" + "{" + "[Org Structure].[Organization Tree].&[14], " + "[Org Structure].[Organization Tree].&[15], " + "[Org Structure].[Organization Tree].&[16], " + "[Org Structure].[Organization Tree].&[17] &qu ...Show All

  • Visual J# Displaying Error messages and using dialog boxes

    how to use error messages and dialog boxes as of JOptionPane.showMessageDialog in java Hi, You can use the static method showMessageDialog() of JOptionPane class to display the error messages. For the 'parentcomponent' parameter in this function, you can use "null". A simple app to display error message can be: import javax.swing.*; public class jopt { public static void main( String args[] ) { JOptionPane.showMessageDialog( null , "error" , "error" , JOptionPane.ERROR_MESSAGE); } } Here, fourth parameter( which can be ERROR_MESSAGE, ...Show All

©2008 Software Development Network