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

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

suman_chowdary

Member List

nmfl
ashok-or
akira32
Bsraju
Bagles1
Jon Royales
ramanmahalingam
Khenat.Ram
LSS
TonyTech06
axl
Keith Hill
PCSQL66
Narayanan_N_852dc7
NeederOfVBHelp
LilleMonster
Auris
keopsito
Hooper
Charlie Audritsh
Only Title

suman_chowdary's Q&A profile

  • Windows Forms Embedding Open File dialog

    Hi, i want to add an open file dialog control to my program. But want it to be seen always, not close after DialogResult. Is this possible If you are using FrameWork 2.0, it should be possible this .openFileDialog1.FileOk += new CancelEventHandler (openFileDialog1_FileOk); void openFileDialog1_FileOk( object sender, CancelEventArgs e) { string name = this .openFileDialog1.FileName; e.Cancel = true ; } e.Cancel = true will not allow the dialog to be dismissed. ...Show All

  • SQL Server How to implement digital signing on ssis packages?

    hi everyone, I'm just a whole newbie for that. I imagine that at first is needed a certificate commited for a company. Any link or whatever will be very appreciated. cheers, The following MSDN articles details digital signing on SSIS packages. http://msdn2.microsoft.com/en-us/library/ms141174.aspx http://msdn2.microsoft.com/en-us/library/ms137947.aspx Thanks, Loonysan ...Show All

  • Visual Studio How can I prevent a ProjectItem from being added to SourceControl?

    I got some temporary files inside a project based on my own project subtype. When I add the project to SourceControl, I must prevent the temporary files from being checked in. How can I do this Regards, Jens ...Show All

  • Windows Forms Maskedtextbox and SelectAll()

    Hi,   If have a problem with the maskedtextbox. I want the select all the text when the the maskedtextbox got focused (via "Enter" event). and then using the maskedTextBox.SelectAll () funtion. It works fine without putting a mask. But when i put the mask = "00000", the SelectAll() funtion doesnt work anymore. Little side question, whats the difference between the mask "00000" and the mask "99999". Can anyone can help me with this thx ! BambooZelD How does this VB.Net version look It works, just wondering if more condensed code is possible. Thanks.... Private Sub txtMsk_Handle_Enter( ByVal sender As System.Object, ByVal e As System.EventArgs) _ ...Show All

  • .NET Development A Cosmetic Question

    [No ... Not what shade of blush is best] I have a structure that I initialize by passing to a function. BUT, the compiler marks it a Used Before Initialized. Duh, that's what I'm trying to do !!!! [Call me silly, but I hate even one warning] Is there a directive I can place before the call that will turn-off the warning I seem to recall seeing code that directed that certain warnings/errors should be ignored. [The old brain cells -- all 2 of them -- just can't remember where] Roger Dim s As Structure = Nothing it will be assigned something and the compiler will ignore it. Or change your method so it takes a created object and just fills in the fields Dim s as new Structure Public Sub Fill(s As Structure) s.f ...Show All

  • Visual Studio Express Editions MS access DB / vb express help?

    I have an MS access DB and it has 2 tables 1) "customers" 2) "contracts". I pull data from both of these tables using 2 different datasets so if i change something in customer only customer updates and if i change something in contracts then contracts updates... both tables have a field called "CustID" so i would like it if i change the contract then the customer details also update, im sure this is possible but im new to programming and cant figure it out :( Hope someone can help, thanks! :) Both the contracts and the customer tables have a field called CustID. CustID is a unique ID assigned to each customer and appears in both tables so I figured specifying th ...Show All

  • SharePoint Products and Technologies how to quote content

    I am new to moss. I encounter a problem: Say i have an Calendar in my site. And I want to quote the Calendar in another page. How to do Any suggestion Hi Ishai Sagi. What is "same site collection" I create a "Site Directory" site A . And add a child site to the A site.. Are the in same site collection ...Show All

  • Visual Basic crop image & save it to new file, howto?

    I have 3200x2200 resolution image, now I want to crop Image from pixel 1600,1100 until 3200,2200(1600x1100 res). and save it to the new file do you have the sample code I'll appreciate that   I just knew how to save : If SaveFileDialog1.ShowDialog( Me ) = Windows.Forms.DialogResult.OK Then   t.Save(SaveFileDialog1.FileName, Imaging.ImageFormat.Jpeg) End If but the problem is how to save the file with another image format(JPG, GIF) according to the savefiledialog   thanks Roberts Hoath's answer has been tried and tested many times in the past and it's the easiest way to do it. No need to get into encoders etc. Though you may need saveDialog.FileName. ToUpper. EndsWith ...Show All

  • Visual Basic Datagridview selected row problem

    I everyone... I've got a problem at a datagridview row seletion. I've got a function to search  ID in all datagridview rows, and when it find the correct row with my seach id, i need to select the row. At this point, no problem: For Each row As DataGridViewRow In dgvContas.Rows       If row.Cells("CodigoConta").Value = CodigoConta Then         'selecciona a linha correspondente ao codigo de conta         dgvContas.Rows(row.Index).Selected = True         'Altera a area de visualizacao de forma a mostrar         'a linha seleccionada      &n ...Show All

  • Visual Studio Tools for Office Track a bookmark onscreen with a custom winforms control?

    I'm using VSTO 2005 to create a Word 2003 customization that stores complex annotations against bookmarks that the user has placed throughout the document. The users have asked if I can float a graphic or control on the document next to their bookmarks, similar to the UI bubbles that appear in Word 2003 when you track changes (e.g., deleting with tracked changes removes the text and draws a pointer to a bubble on the right margin which reads: "deleted: <delete text>"). I've created many custom controls before, and I'm no stranger to ownerdraw and the graphics objects--I just don't know how or if I can float a user control on the Word document at run time. Even if I can, are there are enough events to be able to pin it to ...Show All

  • SQL Server API for creating user or group

    What's the SOAP API call to create a user or group It seems that when someone successfully logs into Report Server, a new user is created for that user. However, is it possible to create a list of users on demand I want to use Reporting Services to manage reports with several clients. When a new client is added, I will create a folder under the Home folder and create user accounts for their administrators. Then I will assign roles for each user to the folder. So I guess that as soon as I assign roles, that user will be created in the RS database. ...Show All

  • Software Development for Windows Vista Any MSFT website supporting CardSpace at all ?

    So I have Vista RTM running since more than a week now, however until now I haven't come across any MSFT (not to mention other corps) that are supporting CardSpace. How will MSFT try to convince people using this technology if they themselves not using it on RTM Or did I miss a site that does support it It is not something that as a whole, we can just turn everything on, and have support on our websites. It was necessary to ship the client (Windows CardSpace) before we could get adoption moving. While you don't see any sites right this moment, we have work going on all over the place, and as we proceed into the future, these websites will begin supporting CardSpace for authentication. Given the radi ...Show All

  • SQL Server SQL 2005 Standard won't accept connections - all common/FAQ remedies have no effect

    Hi, SQL Server 2005 isn't accepting any connection other than SQL Management Studio from the local machine. However, even that's exhibiting strange behavior (please see below for more details). I've read through all the common errors regarding enabling remote connections via the SAC tool, making sure protocols are enabled, etc. This case seems to be completely outside. Any advice appreciated. Thanks, Elias [1] Client side: What is the connection string in you app or DSN N/A. Can't connect via any remote method, including client Control Panel > ODBC > create DSN, SQL Server Enterprise Manager, third party application. If client fails to connect, what is the client error messages Several, depending on method: &q ...Show All

  • Visual Studio 2008 (Pre-release) How to turn off anti aliasing for small text?

    Anti aliasing small text tends to make the letters look blurry and indistinct. I cannot find a way to disable the anti-aliasing of text in WPF and as a result label or button text looks really bad. Ideally I'd like to disable anti aliasing globally for font sizes below a certain size. How can I accomplish this -Ryan rfuller987@hotmail.com I would just like to say that I totally, whole-heartedly agree with Ryan in that WPF (running on XP SP2) looks bad.  And I mean bad (to me anyways).  I just finished installing the WinFX SDK and this is the first thing I noticed. I understand that some people don't have eyes that are bothered by the introduction of color into their black fonts, or ...Show All

  • Visual Studio Express Editions Error message "non-generic method" using ObjectDataSource and GridView

    Here is my process: (all with visual web developer 2005 Express, April version.) 1.  create new dataset in the app_code folder, called interaction.xsd.  (right-click on the app_code directory and select new...) a.  Step through the TableAdapter Configuration Wizard. b.  Select the data connection (ManagementConnection String (Web.config) c.  Create new stored procedures d.  sql statement "SELECT Interaction.* FROM Interaction e.  new stored procedure names:  InteractionSelect_sp, InteractionInsert_sp, InteractionUpdate_sp, InteractionDelete_sp f.  Fill method: FillInteraction, Get method:  GetInteraction g.  Checked Create methods to send updates directly... h.  I now have Interac ...Show All

©2008 Software Development Network