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

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

Mr_T

Member List

Jack-Jack
Ernie Thomason
mikey_from_ireland
juvi
Saratha
windream
Jimmy Nilsson
SyedIrfan
Robert135
Dreamleo
Reverend
IvanMorales
RRRSr
PVIDDY
ForumFirstTimer
AlistairSKing
dfl
Peter Vrenken
wisner
Betty Kelly
Only Title

Mr_T's Q&A profile

  • Visual Basic FIleOpen Dialog - fileopendialog.showdialog() - Change default view from List to Details

    In my app a user can mouse to File Menu - Open. The fileopendialog.showdialog() has default view of ListView. The user is alway going to have to sort the file list by Date in descending order in order to open the most recent file stored in the network location. How can I make the FileOpenDialog display in Detail View by default and not List View. Thanks, MIke Code Sample dlgOpenFile.InitialDirectory = sDefaultDir dlgOpenFile.FilterIndex = 0 dlgOpenFile.Filter = "All Files|*.*" dlgOpenFile.Title = "Open PO File" If dlgOpenFile.ShowDialog() = Windows.Forms.DialogResult.OK Then 'other ...Show All

  • .NET Development Teredo problem ?..

    I run XP Pro SP1 with Advanced Networking Pack installed. The machine is behind a corporate NAT, proxy server, and a firewall. IPv6 Internet Connection Firewall is disabled. Peer-to-peer and UPnP are enabled. I installed Teredo enterpriseclient. Then I ran this command: netsh interface ipv6 show teredo The result was: Type : enterpriseclient Server Name : default Client Refresh Interval : default Client Port : default State : probe(restricted) Type : teredo host-specific relay Network : managed NAT : restricted The sample Graph Chat application from XP Peer-to-Pee ...Show All

  • Visual C++ invoking cl.exe using CreateProcess

    I have a program which uses the cpp to parse input files. It invokes cl.exe using CreateProcess. However, I get the errormsg about mspdb80.dll. I have run vvcvarsall.bat, and from the command line it works normally. I can sove the problem by copying all the necessary files of the C compiler into a different folder and adding that to the path. Is there perhaps a more elegant solution I think that simple solution is to run this program with environment variables set to VS variables. For example, you can create batch file which calls vcvarsall.bat and then your program. ...Show All

  • Windows Forms Relaunch of Windows Form

    Hello all I have a small problem. In most cases I can track these things down pretty easy but the complexity of the application after 2 years of development and use has made it hard to track down this last one. The Scenario: Main application runs in the background 1 pixel X 1 Pixel which launches the initial form. When a form is ready to open another form I do the following: BPS.frmMain frmMain = new frmMain(); frmMain.Show(); this .Dispose(); this .Close(); The problem: Due to third party APIs (Written in anything from C++, to VB to me porting from VB to VB.Net and then to C#) being called a form I will dispose ...Show All

  • Microsoft ISV Community Center Forums Certification of Modules for DotNetNuke Web Portal Framework

    We wish to get several software modules certified that are add-ons to the DotNetNuke Web Portal Framework. Is there a simple process for testing that can be followed here Has anyone else gone through the process of certifying DNN modules with appopriate learnings Cheers, John. Hi John, I haven't found anyone here that can help answer your question, so I'd suggest that you try the DotNetNuke community site: http://www.dotnetnuke.com/tabid/795/Default.aspx -brenda (ISV Buddy Team) ...Show All

  • .NET Development Reflection or CAS trouble

    I have built an ASP.Net 1.1 application that utilizes reflection to load "Plugins" at runtime. The code works if you are a local administrator to the web server, but fails for anyone else. The part where it's failing is somewhere in the method that loads the assemblies. I have tried loading the assemblies in 3 different ways now and continue to get an error when it's not an administrator. I'm guessing that the problem lies within permissions or CAS, but I can find where. CAn anyone point me in the right direction Here is a snippet from the method: private void LoadPlugins() { ad = AppDomain.CreateDomain("libLoad ...Show All

  • .NET Development OnSerializing, what should I do?

    Hello everyone,    I am writting a Client-Server app, one of my classes is used to load a binary file on the client and send over to the server... pretty simple.    To minimize the memory usage on that class I want to use the [OnSerializing] attribute on one mthod of my class to load the binary just before it gets sent over to the server and use the [OnSeriliazed] attribute on another to free-up that binary data.    To my surprise the field that is used to hold the binary data is 'null' when it gets to the server, I figure that I must be doing something wrong OR I completely missed the purpose of these attr ...Show All

  • Visual Basic Programming to Physical Comptuer

    Hello Once again, I need your help I want to know if there is a way that the programming that can affect the real physical computer such as the hard drive, motherboard, RAM, Power Supply, Drive Thank You! all answers to kn1123@gmail.com! "Affect" is always a funny word..... I have a very fast pentium whose base operating temperature is high, and when it's compute intensive it heats, alot. I can see it warming up during virus scans, for example. In theory if I really tried I could burn my cpu out in a while loop. But I doubt it. But that's not an experiment I want to try. Changing the temperature is an "affect" but usually it won't ...Show All

  • Visual Studio Express Editions Read text file off the internet

    i need to read a text file on the internet, i forgot how to do it. Just need to read the file and put it into a string. Hi. Is your problem solved Thank you, Bhanu. ...Show All

  • Visual Basic How to differentiate between character and space in VBA-Word?

    Hello! I want to heighten the share of red characters in each paragraph from paragraph to paragraph till a specific value for the share of red characters is reached in the last paragraph of the text. The text is about demographic changes and the layout of the text should visualize the structural changes over time. The problem I have is that the macro I have written so far can't differentiate between characters and spaces, and I don't want to formate spaces... How can I select only the first So far the macro goes as follows (sorry, partly in German language). I haven't finished yet, the next step will be to randomize as often as t ...Show All

  • Visual Studio "DSL DM -> DD" for November 2005 CTP is available (contribution)

    The "DSL DM -> DD" tool, (a GUIed tool, runable from the 'Tools' menu in Visual Studio, and which helps maintaining coherence between the domain model and the designer definition file) has just been updated. You can still download it from http://www.modelisoft.com/Dmd2Dd.aspx Best regards Jean-Marc. Jean, Is this tool updated for the April CTP of the DSL Tools Thanks, Rupak Ganguly http://developershelf.blogspot.com ...Show All

  • Visual Studio Team System Check Out of renew files

    When I make check out of a file that a my colleague has changed, Visual Sourcesafe 2005 advise me of a renew version but it doesn't get the latest version. Is it possible modify this way to manage the files Is it possible to have an automatic "Get latest version" of the file when I check out it (like the old version of Sourcesafe) Hi Marco, I'm not sure I understand what you mean when you say "VSS2005 advise me of a renew version" If you mean that VSS proposes to checkout the local version, then yes, you can check it out, modify it, then you'll have to merge with the colleague's changes on checkin. If you want ...Show All

  • SQL Server how to correctly work with two (or more) databases?

    Does anybody know how to work with two (or more) databases in SQL Server 2005; or where that information can be obtained I searched online, in BOL and asked in this forum but with no success. information in this posting does not work; results in invalid object name (source database) and/or database does not exist (destination database) errors: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=292125&SiteID=1 this post about the database does not exist has received no replies: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=295742&SiteID=1 Of course, both databases exist and their names are valid. Both can be ...Show All

  • Visual Studio Team System Available Control Types for Work Item fields

    Hi Guys! Where can I find list of available Control Types for Work Item Forms In samples there are FieldControl, HTMLFieldControl, LinksControl, AttachmentsControl, WorkItemLogControl, ExtendedComboBox. Are there any more What about checkbox, label Is there some kind of SimpleComboBox in contrast to ExtendedComboBox Can anybody clarify Thanks, Leon Hi David, Unfortunately this feature was cut just after documentation. For version 1, we support only built in types in my response above. We might add this feature in future versions. Thanks Naren ...Show All

  • Smart Device Development ListBox multi selection - Why is it missing from the CF?

    I have an application that I've ported over from embedded VB to VB.NET under the compact framework and have discovered that I can no longer have a multiple selection listbox.  Why was this functionality taken out   Is there an equivalent functionality with some othe control   I've looked at the ListView but it just doesn't deliver the same simplicity as a multi selection listbox. One way to get similiar functionality with multiple selection support is to use ListView control.If you set the View  property of the ListView to List  you will get a ListBox alike look and feel. You ...Show All

©2008 Software Development Network