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

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

narend

Member List

MMCompton
Bernardo Piano
John.Doe
R.Tutus
Todd Burkholder
Hardrock302
Polina159216
venki59
JamesZ
Snyper_Vash
Rajesh batchu
kevinj
hschlicht
foobarX
slowcoder
Zingam
bslim
Flashouille
ZUTI
Damon Russel
Only Title

narend's Q&A profile

  • Visual C# Writing individual characters to a string

    Hi, I'm very new to C# so I'm getting slightly frustrated with its concept of making things read only when I think they are clearly not. Basically the routine below is part of a simple encryption system that takes a text string and turns it into another string using a mathematical formula on the ascii value of the character and this can then be reversed by another routine. Its just a test routine that I'm converting from delphi. Take the following code: using System; using System.Collections.Generic; using System.Text; namespace TestEncrypt { class Program { static void Main( string [] args) { try { encdec test1 = new encdec (); string test = encdec .EncryptString( & ...Show All

  • SharePoint Products and Technologies i can't find Excel Calculation Services

    I want to start "Excel Calculation Services",But i can't it in "Services on Server" page. My moss 2007 version was "Microsoft Office SharePoint Server 2007 Trial Version" and i have install the Office 2007.... The services on my server were : Document Conversions Lancher service Document Conversion Load Balancer Service Windows SharePoint Services incoming e-mail windows sharePoint services web application Is there any suggestion please, i'm facing the same problem that you had before, i cant find the Excel Calculations Services in my services, i installed MOSS 2007 12.0.0.4518 release version, so i think it must be there, i installed it with Basics installation, does it need Advanced installation, ...Show All

  • Visual Basic How does one Integrate MySQL with Visual Basic 2005?

    I want to make a simple test using My SQL and the following tables: 1-Client 2-Invoice 3-Invoice Detail Then I want to be able to using these methods: Add Edit Delete Print Print Preview The Client Table and the Invoice table will be in Form View The Invoice Detail will be in GridView Is there Any Sample that I can get somewhere on how to emplement this There are two main methods of connecting and communicating with MySQL, via ODBC or using the MySQLConnector for .Net, using either method is similar to accessing other databases, DataAdapters etc. For more information and examples see http://www.mysql.com. For either method you will need to download the connector from the MySQL website. I use it a lot and pre ...Show All

  • SQL Server Missing SSAS Diagrams

    I've created multiple SSAS diagrams and saved them back to the server. The next day, I connected to the server and the diagrams are gone. Rather than recreate all of them, I recreated one and tried saving it back to the server. I get the message stating "updating server", but when I close out and get back in the diagram is missing again. We have so many cubes we really need these so everyone can have a visualization of the structure. I even tried saving the project and reprocessing the database to no avail. Please help. Many Thanks. Scott, When you say diagrams, are you referring to diagrams within the DSV for an SSAS project Or something else Dave Fackler ...Show All

  • SQL Server Remote connection to database on same PC?

    I am running the SQL express advanced on the same PC that also hosts my Visual Basic Express application. I have user instances turned off and full-text enabled and working from within a SQL query window. However, I can not create a working connection to the database using the data source wizard from the server explorer within VB.NET. Since this is on the same PC, do I need to enable anything other than shared memory I get the error: Provider SQL Network Interfaces, error 26 Error locating server/instance. DeBug Hmm, the way you use the server explorer in VB.Net Express seems to be different to the full version of Visual Studio 2005 I use. In the server explorer I see a top node "Data Connections" wh ...Show All

  • Visual Studio How to improve Sandcastle BuildAssembler performance

    The December CTP BuildAssembler performance has been the subject of many comments. One reason for slow performance is large memory usage causing excessive page faults on systems with (e.g.) 0.5GB of RAM. This is particularly true when using the new ApplyVSDocModel.xsl transform instead of the original AddOverloads.xsl transform. For more information, see the thread:      http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1125897&SiteID=1 Eric Woodruff suggested that splitting the one large cpref_refelction.xml file into it's constuent parts would help. And indeed, testing proves that it does work. He gave a batch file to help do this. Note that the initialisation time is increased, but subsequent me ...Show All

  • Commerce Server LineItem.DisplayName

    Hi all I've got a problem where the DisplayName property of the LineItem object isn't displaying the product name. Has anybody else had this issue, or can anybody tell me what the problem is Thanks in advance Paul Tew My guess is that you are not running the basket pipeline. The DisplayName property (among others) doesn't get set until the pipeline is run. ...Show All

  • Windows Forms setting form size

    This seems really straightforward but I'm not having much luck. I'm trying to create a form at 8.5 x 11 but I'm not sure what the measurement of size is. I found information that listed the values at 215900 x 279400 but when I input that as the size it defaults to something else. Any ideas Thanks What unit do you want to use when you say "8.5x11" Centimeters The Size object takes two Ints, SizeF takes two Floats. The values herein are arbitrary, they can be defined in any units. The size of a Form is always defined in pixels however, as far as I know. So you're gonna want to convert your unit into pixels first. Cheers ...Show All

  • Software Development for Windows Vista Testing Windows Vista Gadgets in Xp

    Hi All, I'm new to Windows Vista and I've some difficulties here in installing new OS. Is it possible to setup Vista SDK and test the gadgets in Windows XP I've installed Vista Sidebar for XP ( http://www.wincert.net/forum/index.php showtopic=485 ) Unfortunately, not all gadgets work :( Thanks, Gabriel Topala http://www.gtopala.com ...Show All

  • Visual Studio Team System Foundation Server Thinks I'm Administrator

    When I try to connect to the team foundation server for the first time, It says "administrator" does not have an account on that server. I looked, and my visual studio is not running as administrator, nor is anything else. I've checked my username in the few places I can find it in the visual studio environment, and it is set to my username, (not administrator). I tried running it my right clicking visual studio 2005 and saying runas my username...the foundation server still says I'm trying to log in as administrator. It's very wierd. Has anyone else heard of this or know about it Thanks! So it said that the first time you connected to TFS after installing VS Just a suggestion, tr ...Show All

  • Visual Basic Iterating through a list of folders

    Hello all, SUper Noob here. I have a very basic question regarding iteration through a list of folders that I need to search. The object of this program is to look for files older then 10 days old in a given set of folders. As much as I dont mind doing if statements for each folder object I specified, I would like to be able to grow the list and not have excessive code. Anyway, any and all suggestions would be greatly appcriciated. Thank you and take care. This is what I have now: Sub Main() Dim fso, Efile, EFolder1, Efolder2 fso = CreateObject("Scripting.FileSystemObject") EFolder1 = fso.getfolder("C:\temp2") Efolder2 = fso.getfolder("C:\temp3") For Each Efile In Efolder2 ...Show All

  • Windows Forms Using a datagrid for selecting records

    Hi I wonder if anyone can help with the following scenario. I have a VB 2005 application that is using SQL Express as its database. The main form has a Tab control on it, a tab each for customers & invoices. Within the tab there is a datagrid that is displaying records from the relevant table. On the customers tab if the user was to select the row for customer ID 001 and then selects the invoices tab, I want to limit the records displayed to those of the customer selected. How do I do it I've found Cellcontentclick but this doesn't seem to be it it more about selecting a particular field from the selected row. TIA Hi, sanman_loxley What you want to perform is: select a row on the Customers ...Show All

  • SQL Server variables in data flow OLE DB

    I'm storing a sql command (could be an SP call or simple select) that I would like to pass into the "OLE DB Source" container in my data flow task. If I choose Data Access Mode: SQL Command from variable, I get an error saying there is a data source column with no name. I've fought SSIS pretty good up to this point. I realize you need to "initialize" variables & expressions in the control flow ahead of time if you want to access them in the data flow. But I was kind of hoping that all I would need to do in this case would be pass a SQL command into a variable and access that somehow in the data flow without jumping through any hoops. Is this possible This is a great forum btw, thanks, Phil ...Show All

  • Windows Forms creating dynamic textbox controls with a click of the button

    I need to create X number of text boxes during runtime. I have a combo box with a list of opperations the user selects an operation from the list then clicks Add step. I need to create a textbox1 then put the selected items text in the textbox. user selects another item clicks enter I need to create textbox(2)..... place the next text box at location 10 below I under stand how to create dynammicly but how do I dynamiclay change the names .... My code (but names are hard coded to create at run time Dim dymTxtStart As TextBox = Nothing dymTxtStart = New TextBox dymTxtStart.Name = "step1" dymTxtStart.Location = New System.Drawing.Point(10, 100) Me .Controls.Add(dymTxtStart) Dim startte ...Show All

  • Visual C# Passing two paramaters

    I have an app that I am trying to build using the BackgroundWorker Component, and I am having a little bit of trouble figuring out how to pass multiple paramaters back with ReportProgress. Below you can see the two small code snippets. Any help would be greatly appreciated. Thanks, Russ ////////////////////////////////////////////////////////////////////////////////////////////////////// (sender as BackgroundWorker ).ReportProgress(currentCount, totalCount); ////////////////////////////////////////////////////////////////////////////////////////////////////// void backgroundWorker_ProgressChanged( object sender, ProgressChangedEventArgs e) { progressBar1.Value = (e.ProgressPercentage); progressBar1.Maximum = ...Show All

©2008 Software Development Network