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

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

cMassie

Member List

NickReiser
adam kromm
pablo-ms
Elfmanne
Arash Partow
Fudd
Shai Zohar - FXM
Camden Bainwright
Joe_Hellsten
Ankit Nagpal
RajanSelliah
Shuklin
Ashwin Purohit
tricky_richy
Chrutil
Birr
igorbaIT
Skaladar
dbhartiya
iamshail
Only Title

cMassie's Q&A profile

  • .NET Development Need inputs regarding attachments using DIME, MTOM, etc

    Hi All! ! I am currently in a project and researching about how to go about uploading and reading an image file using web services. I've been reading about DIME, MTOM, 64-byte encoding, MIME, etc. I could not simply decide which way to go. Is there someone who can possibly give light to this To give you more details about the technical requirements. We intend to use all .NET implementation both server and client side, so no interoperability issues. We are constrained with Visual Studio 2003, .NET Framework 1.1 and WSE2.0. Another question currently in mind is : If MTOM is the way to go, will there be any issues that I should consi ...Show All

  • Visual C# more easy way?

    Im trying to like generate random numbers but in the process make sure none of them are the same heres the way i do it. My question is is there a more easy way to do it and faster int a = random.Next(1, 55); int b = random.Next(1, 55); while (b == a) { b = random.Next(1, 55); } int c = random.Next(1, 55); while ((c == a) || (c == b)) { c = random.Next(1, 55); } int d = random.Next(1, 55); while ((d == c) || (d == b) || (d == a)) { d = random.Next(1, 55); } int e = random.Next(1, 55); while ((e == d) || (e == c) || (e == b) || (e == a) ...Show All

  • Visual Studio Team System How to sort the Library name in Quick Launch bar by character in Sharepoint?

    Hi all, I have created several libraries and set them visible in the Quick Launch bar in Sharepoint. But I find they are not sorted by character, but seem sorted by the creation time. Is there any way to sort them by character, that means, sort alphabetically Thanks, Leon I don't see any way to affect the ordering of elements in the Quick Launch bar in the Sharepoint documentation that I have - it looks like the answer to your question is No. ...Show All

  • Visual Studio Express Editions Saving a File

    Im trying to use this code from VB6 in VB .NET but some functions don't work Filenum = FreeFile Open Path For Output As Filenum Print #Filenum, strHTML Close Filenum Note strHTML is not empty it is full. "Open", "Output" and "Close" don't work >_< Is there a way to do this in VB .NET The System.IO namespace contains all you need to work with files. System.IO.File.WriteAllText is the quickest way to write text to a file, if that's what you want to do. ...Show All

  • Windows Forms form's focus question

    Hi,     There's a problem in my program, due to the limitation of my knowledge, I post it for your hands.     The technique background is VB2005     After the "OK" button of a dialog is clicked, a new form composed of a webbrowser will be opened. However, the new form could not get the focus which remains on the original main form composed of a DataGridView and a Menu controls. it means that the new form just hides behind the original main form. I need your help to make it focused      Thanks a lot & ...Show All

  • Visual Basic Windowless ActiveX Control Error in VB2005

    Hello Everyone, I had a problem described below: 1) Imported a windowed VB6 ActiveX Control in Visual Basic 2005 2) Created a VB2005 Form to contain this ActiveX Control 3) Ran the application The following error showed up: "An error occurred creating the form. See Exception.InnerException for details.  The error is: Unable to get the window handle for the 'AxFeederCtrl' control. Windowless ActiveX controls are not supported." Does anyone know a fix for this Please let me know. Thanks! Well, the error says it all: Windowless controls are not supported. There ar ...Show All

  • Visual Studio DataSet objects created in .NET IDE's "Design" view not checked in to VSS

    Background We set up our development environment according to guidelines set forth in “Team Development with Visual Studio .NET and Visual SourceSafe” ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/tdlg_rm.asp ). Multiple developers working on a common project use the "isolated development model," as described in this document. All code is under source control. IDE Microsoft Development Environment 2003 Version 7.1.3008 Source Control Visual SourceSafe Version 6.0c (Build 9447) Project type Visual Basic ASP.NET Web Application The problem One developer on ...Show All

  • SQL Server How do you create Users?

    This is for Reporting Services 2000. I'm going round in circles in the Book Online, web sites etc trying to find this out. There is a great deal of information about how to create role assignments and define what each role can do, but I can find nothing about how to define WHO belongs to each role. I have had to make all folders accessable to the Everyone role so they can get in, but I want to give some people access to some folders and other people access to others. I see anybody who has visited my server appears in the ReportServer.Users table with their NT login information. Thanks Bruce ...Show All

  • Visual Basic Identifier

    Public Sub () RaiseEvent Button2.Click(TextBox2.Text & TextBox3.Text) End Sub It says i need a identifier before () on Public Sub (), but im not sure wut i need to do. Can someone post the correct code What is you sub called. What its telling you is that you need to give your sub a name. You cant just leave it blank. How would you then be able to refer to this sub Example Public Sub XYZ() RaiseEvent Button2.Click(TextBox2.Text & TextBox3.Text) End Sub ...Show All

  • Visual Studio Express Editions Win32 Projects

    Recently installed VC++ 2005 Express to create programs with the PSDK and DirectX SDK. Got a few linker errors regarding Win32 API functions that I tracked down to the fact that Unicode was set. Now every time I start a Win32 Project I have to go into the project properties and set Unicode to "Not Set". Is there any way to edit the project wizard to set Unicode to disabled from the start although it is possible to disable unicode, (hint (deliberately incomplete): VC\VCWizards\AppWiz\Generic\Application\scripts\1033\default.js:UNICODE), a better solution would be to change your app so it becomes compat ...Show All

  • Visual Studio Complaints about SourceSafe 6.0

    We're using Visual Sourcesafe 6.0 at work. When you add files you can only see the first 12 characters of the name of the directory where the file is located. And you can't resize the window. You always have to count the directories from the top in a certain directory. Is there no way to see more charaters in a directory when adding files other than switching to VSS2005 No, unfortunately there is no way to see more characters since the dialog could not be resized and even if it could be resized, there is limitation of how many characters you would be able to see when the dialog is resized wider. The only way ...Show All

  • SQL Server Running reports in Firefox

    We are having problems running and displaying reports using FireFox. There seem to be major differences bewteen ReportManager and ReportServer in the way the report is displayed. Using ReportServer there is no problem with the report, but if we run the same report from ReportManager, then report only displays about 8 or 10 lines, with the scroll bars occupying about a third of the screen. Is this a known problem, and is there a solution. Report Manager only supports IE 5.5 or higher, while the report server supports multiple browsers, including FireFox. There are a number of known problems ...Show All

  • Visual Studio Page Margins are jacked up

    I have created a simple report with just a title and some lines in the header. I set the page margins to .5 inch all around. Centered the title and drew lines on either side all the way to the margins like: ------------------------------- Title ------------------------------- It looks great on the screen, but when it prints the left margin is quite noticeably wider than the right margin.  Is this a known bug or am I missing something I seem to remember having this problem with Crystal Reports at some point but don't remember how it was solved. Those issues all appear related to Word 2000, this ...Show All

  • Visual Studio Express Editions PageLayout property

    Hi, When you create a webform in VS 2003, we could change the layout of the page using the pagelayout property to FlowLayout or GridLayout. Is this option available in Web Developer Express 2005 I'm asking cause when I used beta 2 of Visual Team Suite, I couldn't find that property and it was annoying cause I couldn't arrange the controls on the grid like I wanted to. Thanks, shiversticks Yep! Thats exactly it! Thanks for posting! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at htt ...Show All

  • Windows Forms DataGridView DataBinding - SuspendBinding() & ResumeBinding()

    What is the correct (best practice ) way of suspending databinding on a DataGridView to prevent lots of events flying around if you programmatically modify data in the underlying data source I read somewhere that SuspendBinding and ResumeBinding don't work properly for DataGridViews because it involves 'complex data-binding' Thank you in advance for your help. In Whidbey there is support for this scenario for complex data binding as well. The BindingSource::RaiseListChangedEvents determines if list changed events are passed to its listeners. So if you bind your data grid view to the binding source ...Show All

©2008 Software Development Network