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

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

mborsalino

Member List

NB2006
Efren Molina
Anpiro
Joshua Weage
d10180
Pacific Ocean Blue
MikeInSB
erato
eisebs
Larkin Y
LeGonzo
dgolds
James Klimek
JSR13
EAdam
ming1127
aboreham
bigJimmy
Eddie H
Ken Courts
Only Title

mborsalino's Q&A profile

  • Visual C# How to display lengthy text in dropdownlist box ?

    Hi Briliants, We are trying to display lenghthy text items in dropdownlist box in user interface. But the texts are not getting displayed completely. Ex: we have an item like " annapragadaChandrasekhar". but we could see only "annapragada" in the dropdownlistbox and as the width of the dropdownlist is 11(it should be in this case), we could not see the remaining text. Is there any solution for this like when ever we dropdown the list, all the items with full text get displayed Thanks & Regards, Chandra Sekhar.A Chandra Sekhar Annapragada wrote: Hi Briliants, We are tryi ...Show All

  • Visual Basic replacement of MAPI control in VB 2005? for sending mail

    Hi , this might realy be a very simple question in VB6 I used MAPI control to send email what is the replacement for that in VB 2005. Can anybody send me a small sample code. I am trying but going into deeper problems. Thanks regards Use the classes in System.Net.Mail Add this to the top of your code file Imports System.Net.Mail Simple sample Dim client As New SmtpClient("mail.Yourmailserver.com") client.Credentials = New Net.NetworkCredential("YourUserName", "YourPassword") Dim mm As New MailMessage(My.Settings.EmailFrom, strEmailTo) mm.Subject = "Test" ...Show All

  • Visual Studio Reportviewer Paper size

    Is there any way to set the paper size for the Reportviewer control other than at runtime using the Page Setup button. It always defaults to "Letter" which is not really suitable for all countries. I am using Visual Studio RC1 on Windows Forms application. Thanks for the Information. Come Service Pack Come Come Come .... ...Show All

  • Visual Studio How do you draw an association?

    It seems that you can only right click a protected or public data member and select "Show as Association". What about a private data member And what's the Toolbox association button for Whenever I click it and draw a (dotted) line between two classes nothing happens. I was able to show an association with a private field (I put a private integer member in a class and was able to use "Show as Association..."). To use the association line deselect everything in the designer, left click on the line tool and drag it from one shape to the other. The first shape will have the property, the ...Show All

  • Smart Device Development ISupportInitialize in CF 2

    Compact Framework 2 supports the ISupportInitialize interface. I've implemented it on a custom control I am working on. However, when I add the custom control to a form, the designer serializer is not serializing out calls to BeginInit and EndInit. Has anyone succeeded in getting this to work Is there a bug in the designer Thanks! .noscripthide {display:none;} .noscriptinline {display:inline;} .noscriptblock {display:block;} .scripthide {display:none;} .scriptinline {display:inline;} .scriptblock {display:block;} .script12hide {display:none;} .script12inline {display:inline;} .script12block {display: ...Show All

  • Visual Basic Booking System - Advice

    Hi Currently building a booking system. Its a cottage system that can be let to customers. One cottage can be let to any one customer for any one specific cottage. In terms of the actual booking component, how would i do this I think i will need to make a relationship between the cottage ID from the cottage table to the cottage ID in the booking table. Ditto for the Customer ID. Am i right Iv read it again and i think im making sense, any advice would be appreciated. I also need to use suitable validation to ensure that anyd ates already booked cant be over booked. Thanx. If your asking about a relational ...Show All

  • Visual Studio 2008 (Pre-release) Custom ServiceAuthorizationManager

    Hi, In Feb CTP I tried it : ServiceHost host = new ServiceHost ( typeof ( Hello ), " http://localhost:9090/Hello "); host.AddServiceEndpoint( typeof ( IHello ), new BasicHttpBinding (), "" ); host.Authorization.PrincipalPermissionMode = System.ServiceModel.Description. PrincipalPermissionMode .Custom; host.Authorization.ServiceAuthorizationManager = new AuthorizationDomain (); host.Open(); public class AuthorizationDomain : ServiceAuthorizationManager { public override bool CheckAccess( OperationContext operationContext) { return true ; } protected override ReadOnlyColle ...Show All

  • Visual Studio Crystal Report 11 using subreport fields information missing

    Hi All. I am using Crystal Report 11 using dataset as datasource and i have subreports in main report in subreport i have fields like description, Rate, Qty, Remarks were it only shows description in the output and rest of the fields are vanished from sub report  even header field information. waiting for your reply Regards  & thanks in advance Rajendra Hello Rajendra, Is the subreport based off of a Dataset as well If so then you will need to set that at runtime. From this link: http://support.businessobjects.com/communityCS/FilesAndUpdates/sample_applications_for_.NET_developers.pdf.asp This is the file that has ...Show All

  • Visual Studio 2008 (Pre-release) LINQ - error

    Hey guys, I have problem with instalation of LINQ. I'd love to using LINQ but i cant instal it =7 Here is my error: www.republika.pl/majftp/error.jpg btw. my first post @ MSDN forum :) If rebooting doesn't help you can you please try go to Control Panel->Administrative Tools->Services and try start the Windows Installer Service manually there If that doesn't make things work you may want to try downloading the following package and then try again - http://www.microsoft.com/downloads/details.aspx FamilyId=5FBC5470-B259-4733-A914-A956122E08E8&displaylang=en Hope this helps. Ting ...Show All

  • Visual Studio Team System Official data about overhead and performances of Team Foundation Server

    Hello everybody, beg your pardon for cross-posting. I'd like to know if there's any official available data about overhead introduced by TFS (e.g., to store 10 MB of source files, how many MB of metadata are required ), and about performance improvements in check-out files over VSS. Buck has a blog entry <http://blogs.msdn.com/buckh/archive/2006/02/22/tfs_size_estimation.aspx > on determining space requirements. I don’t know if there are any official comparisons with VSS, but it should be much much faster for large operations / large DBs. ...Show All

  • Software Development for Windows Vista Amazing framework....do you have any high level architectural feature set diagrams?

    I'm looking for some kind of nice "Microsoft Empowered" high level functional diagram of the various hosting arrangments with the WWF Runtime. I can do this in Visio..but I thought MS might have some really cool colorfull ones. We are planning on commiting our path to WWF and I would like to elaborate with some of the developers the potentail hosting enviornments. i.e. IIS - HttpModule      Windows Service      InProc Etc.... Thanks! Eric Cotter We have this one in Powerpoint that you can use.  Also here's the JPG of it. Regards, Paul ...Show All

  • Visual Studio Express Editions two problems - one is driving me nuts

    Ok, I posted this question in another forum but I thought I'd try here, too. I have an sql database with one table, I set the primary key on the table to ArticlesID. It is configured as the primary key. However, when I use a GridView control and try to add the sql to it, the Advanced SQL Generations are greyed out. I get the same result with a DetailsView thing. Any ideas as to what I'm doing wrong Do I need to change something in the web.config or the code or what Also, how do I import excel data into this table Welcome to the MSDN fora. I hope you find the answers to your questions. In the me ...Show All

  • Visual C++ vector<bool>::iterator problem

    I have a function which starts with the following: bool CPrng::Seed() { // Used for recording succeses vector< bool > BoolVector; vector< bool >::iterator it; ... The code works fine under gcc and VC6 + VC.NET 2003 but in Whidbey Beta2 it gives: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\INCLUDE\vector(1358) : error  C2664: 'std::_Vector_const_iterator<_Ty,_Alloc>::_Vector_const_iterator(const s td::_Vector_const_iterator<_Ty,_Alloc> &)' : cannot convert parameter 1 from 'in t' to 'const std::_Vector_const_iterator<_Ty,_Alloc> &'         with &nbs ...Show All

  • Windows Forms Change databinding of a single datagridviewcell

    Hello! I'm looking for a possibility to change the databinding of one single datagridviewcell during runtime. It has to be changed on row enter and row leave. Does anybody have any ideas Thanks! The DataGridView only databinds the whole grid with fields/columns databinding at the column level. There is no concept of databinding at the cell level. You would have to implement virtual mode for the whole column and in the CellValueNeeded event handler you decide where the value comes from -- you can get it from a different data source for example. -mark DataGridView Program Manager Microsoft This po ...Show All

  • SQL Server Memory Configuration

    We have a SQL 2000 Cluster with 8GB RAM. We are using both /3GB /PAE in our boot.ini and we have SQL configured to use a fixed memory size of 6572MB. Is this the optimal configuration Also, in performance monitor, SQL never shows that it is using more than 4039MB of memory. I thought it was supposed to use the full 6572MB we have allocated to it. Here is an article discussing where my assumptions came from: http://www.sql-server-performance.com/awe_memory.asp "This means that SQL Server will automatically grab all the RAM it can when it starts (except for about 128MB, which is reserved for the operating system), but it will not ...Show All

©2008 Software Development Network