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

Software Development Network >> Swamy Subramanian's Q&A profile

Swamy Subramanian

Member List

sendashwinemail
moondaddy
abhig
Marcel Haans
WDR64654
Patrick_msdn
guppie
lambrite
gps
dougzhoez
melonboy
Leela
Víctor M.
Marco Minerva
mmssi
Elver
PGT
Wlodek Loboz
Vivek Uppal
JoeRandom
Only Title

Swamy Subramanian's Q&A profile

  • Visual Studio Walkthrough on class designer

    I can't find a good walkthrough on using the class designer.  The library has lots of How Tos but they are circular and never show an in depth example of using the designer to create a new class or module or any of the other choices.  I looked at the channel 9 programs but a walkthrough is much more useful.  Can anybody point me to an in depth article or walkthrough dennist Your references should keep me busy for quite a while.  Thanks for your help. dennist ...Show All

  • Windows Live Developer Forums This space is temporarily unavailable. Please try again later.

    I would like to change my permission to public, but it is unavailable for 3 days~~ =.=,I can setting everythings,spaces,blog etc except the 'permissions' sent email to Microsoft support team but no reply This is not the appropriate forum for questions about problems with the MSN Spaces website. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All

  • Visual Basic ocx error

    when im trying to open some project im getting the error- CRYSTL32.OCX could not be loaded i just instaled the vb6 and also crystl32.inf and im a quite new in this so what should i do whats is wrong thanks in advanced Then you may have a different problem.  Try un-installing and re-installing the Crystal reports. It can also be a version compatibility issue.  Check to make sure you have the same version of the OCX installed. ...Show All

  • SQL Server Concatination of empty field and removal of "" symbols

    Hello... I am going crazy trying to figure out how to do this. I have a flat file which I am massaging the data and loading into a table here is an example of a line out of the flat file: "ABC NUTRITIONAL PRODUCTS","550","","","N","FAIR OAKS","","","COLORADO SPRINGS","C0","","","","","","","","A","","","" My problem is that I have one field which is this address in a concatinated form. The fields that do not apply to this ent ...Show All

  • Visual C# delete datagridviewrow

    how can i delete the selected datagridviewrow without using the bindingnavigator delete button i created my own button btnDelete. and i want it to auto-save to the database after clicking yes to the dialog "Sure to delete ". thanks in advance.. This is some code I use for a 'Delete' button: private void myDeleteButton( object sender, EventArgs e) { // Delete string msg = "Are you sure "; DialogResult result = MessageBox .Show( this , msg, "Delete Row" , MessageBoxButtons .YesNo, MessageBoxIcon .Error, MessageBoxDefaultButton .Button1); if (result == DialogRe ...Show All

  • SQL Server When creating, how to specify that Table belongs to a particular schema?

    Using Management Studio, when i create a new table/stored proc., the owner is always dbo. How do I change this when I create it Also how to transfer it to another schema once it has been created >>Using Management Studio, when i create a new table/stored proc., the owner is always dbo. Then specify schema explicitly, like create procedure [owner_or_schema] . proc_name () as ... How do I change this when I create it Also how to transfer it to another schema once it has been created By recreating, because a stored procedure with another owner/schema is a differnt object a ...Show All

  • SQL Server Restarting server

    Why can't i restart my sql server from a client machine even if the login used is 'sa' Restarting SQL Server means restarting the service which needs sort of administrative rights on the computer. Anyway, how did you try to restart the service HTH, jens Suessmeyer. ...Show All

  • SQL Server Data source synchronization issue: Connection string conflict?

    I was NOT using data source till now. I was directly using Ole DB Connection. Everything works as expected. Today, I created a new Data Source based on the existing Ole Db connection. I changed my tasks to use this Data Source. Now, everytime I open the dtsx file, a screen pops-up with title "Synchronize Connection Strings". It reads: "This package contains at least one connection which is based on a data source. The connection strings for the connection and the data source listed below are not identical. Connection string of the connection will be updated to reflect those on the data source.  Connection : XYZ D ...Show All

  • Windows Forms TextBox Context Menu

    How do I remove the context menu of a textbox in VB.NET How do I disable/remove individual items in a textbox context menu Using your custom properties inside WndProc method has no conflict, logically it should work.  Be reminded that the other window messages (WM_PASTE, WM_UNDO, etc.) are the actions not the context menu entry itself.  You& ...Show All

  • Visual Studio 2008 (Pre-release) Dynamically set attributes

    Hello, <MediaElement.RenderTransform> <TranslateTransform X="{Binding RelativeSource={RelativeSource Self}, Path=Width/2}" Y="{Binding RelativeSource={RelativeSource Self}, Path=Height/2}"/> </MediaElement.RenderTransform> Okay, I am trying to move the MediaElement in the X,Y directions by half its width, height using what I believe is binding. I am convinced that I've got it thoroughly wrong, because this has no effect. Could someone tell me how I can set the X and Y attributes to a value that's 1/2 of another attribute (namely Width and Height) Sometimes it seems to me that pro ...Show All

  • Software Development for Windows Vista Where can I get the Windows Vista Beta2 ?

    I find that the download link in Microsoft website now is down because of high demand! So how can i get it Help me please! Hi, You can Download Windows Vista by Microsoft Windows Vista Customer Preview Program We invite you to be among the first to experience the clarity that Windows Vista can bring to your world. The Windows Vista Customer Preview Program makes a pre-release edition of Windows Vista Ultimate broadly available to the public for the first time. Note: This is beta code and should not be used in a production environment or on a main machine in the home. Beta 2 is intended for developers ...Show All

  • Windows Forms help me please. How can i disable a listview item?

    Hi ,   does anyone konw how i can disable a listview item and is this possible. cheers Liz hi Liz,  did you solve the problem I don't really know the answer, but I know that: 1) issuevision contains a historyList component that contains an override for 'OnDrawItem' maybe this could be a starting point 2) xpCommonControls contains a lot of good  ...Show All

  • Windows Forms Viewing a word doc within a Windows Forms Application

    I would like to display a word document within my windows form application. Currently I am using the IE activeX control and passing it the word doc location. There must be a more elegant solution. Yes there is a lot of code I left out of the post...  I only posted the code relevent to obtaing the underlying DSOFramer.FramerControl of an AxDSOFramer.AxFramerControl. You must have dsoframer.ocx registered.  Try the code below... let&n ...Show All

  • Visual Studio ReportViewer background WebForm problem

    Hello all, I have a webform with a ReportViewer control in ProcessingMode= Local. I put a BackgroundImage on my rdlc with the Source=Embedded and some textboxes. The ReportViewer loads at runtime this rdlc correctly ...the background appears but the problem is that when I try to scroll down or to zoom, only the data from the textboxes are 'scrolled' or 'zoomed'...am I missing something What can I do to scroll and zoom in/out the background, too I've tried to put an Image on my rdlc with an embedded source with the option Send To Back and the textboxes over the Image. I've seen that at runtime the image is scrolled and z ...Show All

  • Visual Studio 2008 (Pre-release) Question about templating a ScrollBar

    From examining the default template in the SDK, it seems that a ScrollBar template works something like this: There are two RepeatButtons bound to LineUpCommand and LineDownCommand. Then there is a Track control between them which must have the name PART_Track. The Track itself is composed of three controls, two RepeatButtons (for page up/page down) and a Thumb. Those three controls are styled through the properties Track.DecreaseRepeatButtonStyle, Track.IncreaseRepeatButtonStyle and Track.ThumbStyle. My question is, how do I change the template of the Track Let's say I want to replace the thumb with something else. What bindings do I have ...Show All

©2008 Software Development Network