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

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

Gregfmorgan

Member List

Vuong
Frank213
ChrisNewmanUK
Anderson Farias Carneiro
beedub
djonexx
davros51
Leonid Vaner
Michael Fitzpatrick
mbtrost
dpage2006
Robin Davies
Jonathan Stratford
ColinJMcGrath
Glen Plantz
Omnicoder
Gianni Patrono
Isisha
MikeMoorhouse
LAUJ
Only Title

Gregfmorgan's Q&A profile

  • Visual Studio Team System How could I add a Setup or a TearDown procedure in the xxx.webtest?

    How can I add a Setup or a Teardown procedure in the xxx.webtest, not in the xxxCoded.cs I want to prepare some test data for xxx.webtest before it is run and cleanup this test data after the test is done. But I don't want to do it in the xxxCoded.cs because it will be overwritten once the xxx.webtest is modified. This is correct.  The namespace changed after beta2.  If you are still using beta2, I suggest upgrading.  We have made many fixes since beta2. ...Show All

  • Visual Basic Creating an Internet Explorer toolbar/toolband using visual basic 2005

    Hey guys, I'm wanting to create an Internet Explorer toolbar, i have done some searching but all the information i find is really really old, and require things i cant get working in vb2k5 and/or not able to find the controls/stuff they need. I would appreciate some advice/links/information on this subject, and also any code samples/syntax examples would be great. Again, i thank anyone in advance who offer their help. Thanks Michael   I have the example to create toolbar button in C++. 6.But I am looking for VB6.0 code to create that. I cant use C# or vb.net. Can you please send me the link of ...Show All

  • Windows Forms VB.NET vs AS/400

    Many of my programs make repeated calls to our “elderly” AS/400 to get data based on account numbers, then process that data and write back to the AS/400 before moving on to the next account number.  Using the .NET ODBC classes has worked fine, but we’ve noticed that it runs frustratingly slow. I’m exploring using the cwbx.dll to try to speed up&n ...Show All

  • SQL Server SmoApplication.EnumAvailableSqlServers does not list default instance if sqlexpress is in same machine

    Hi, I have installed sql server 2005 as default instance and sqlexpress in a machine named "mani" EnumAvailableSqlServers  does not list the default instance. It lists only "mani\SQLEXPRESS", but not the "mani".  But I can see both in SQL Server Management Studio Any idea fix it Regards mani Hello, I have already noted that EnumAvailableSqlServers is not always working ( sometime giving the Server but not others values : Instance,version...). I have solved the problem with doing a second call to EnumAvailableServers and i saw that in 90% cases, everything was correct except for the case ...Show All

  • Visual C# How to format a single TextBox

    HI, Coming from a ‘ Oracle Developer ’ background and just entering C# developments I am kind of disappointed with C#. I mean you have to write tons of code to do anything. Also the number of web sites you have to go to and also the amount of on-line help you have to read in order to learn even a simple operation really frustrating. All I want to do is this.  I have a database table called EMPLOYEES and I have created a form for it .   The form works fine.     All I want to do is format the SALARY column to this format: 999,999,990.00 (I.E. if salary is 49749.55 then it should display 49,749.55).   ...Show All

  • Visual Studio VSS in VS not working - no options under Plugin...

    Hiya, Ok, I will try to be brief. I am having a problem with getting Source Safe 2005 to work within Visual Studio 2005 on my office Box. Not only is there no Source control file menu item, but the Tools|Options|Source Control|Plugins dropdown list is EMPTY. When I first installed VSS and VS, I got the option for Microsoft Visual Sourcesafe, but not Microsoft Visual SourceSafe (Internet), which is how we are set up to run. The same version of VSS works from my laptop and my home PC... no problems from either. The only difference about this box is a RAID-1 as a primary boot drive, but that shouldnt have any impact on this at all. ...Show All

  • Windows Forms parent form event which should trigger a routine in each child form without changing the focus

    I have an MDI app (VB.NET) that allows the user to create as many children as they want.  Each child is basically a panel that draws graphs depending on the properties the user chooses.  In addition, a TCPIP connection (in the parent form) is made and when a certain string comes across, it's supposed to draw a new symbol on each child.&n ...Show All

  • Windows Forms Set multiple forms to start in a windows project

    In a multiple winform project, what's the best way to randomly pick and set any one of the forms to start for testing  In a webform project, it seems this can be done more easily and faster. Thanks. ...Show All

  • Windows Forms tab control + validation

    Hi there,  I am using a TabControl with 5 tabs. Is it possible to disable some of the tabs and make  them available i.e. if the application is connected to the  server Also I was wondering if there is something similar like the  validation controls on webforms for the winforms as well. I am using VS .Net 2003 and C# Thanks a lot for your help.&nb ...Show All

  • Visual Basic Changing a sound file at runtime

    I have a program that I have hard coded the sound file into. Now I have a user who wants to put his own sound file in. I have searched the internet trying to find a way to put it into a configuration but no luck. It does ot matter if it's ini, xml, or even my.settings, just a little help as to how I would do this where the users can change it around. Thanks in advance. Thomas ...Show All

  • SQL Server Cant see image

    Hello, my image is stored on the database as an URL, not binary. I put a textbox and the url is show on the report, then I put an image and this expression =(ReportItems!dslogo.Value) dslogo is the name of the textbox where the url is. but I dont see my image yet. Its external and no I dont see it in the preview neither, when I copy paste the url in the browser it shows me the image. ...Show All

  • Visual C# Multiple Threads and Synchronizing Output to a Log File

    Hello everyone... I'm working with a multi-threaded application.  I believe I have it to the point now where several different threads can write to one common log file.  Writing to the log would be used at initial startup and for an occasional exception, and is not something that would not happen very often. What I'd like some advise on is making sure the act of writing to the log is thread safe, in that when a thread writes to the one log file: 1.  A single writeline statement completes correctly and definately gets written to the physical log file ASAP and 2.  If I have multiple writeline statemen ...Show All

  • .NET Development Types Of GC in .NET

    Hi, Any one have the idea about the types of GC's in .NET. if so pl let me know. In java there are various collectors, but in .NET , no idea Thanks Mohan Singh Bisht There's the regular Workstation GC, and a Server GC, which is only avaibable on multi-processor machines (and Intel HyperThreading). If you want to use the Server GC, you need to edit the app.config file: http://dotnetjunkies.com/WebLog/saarc/archive/2005/02/15/54436.aspx ...Show All

  • Visual Studio 2008 (Pre-release) SSL Support

    I am currently implementing a service utilizing BasicHttp binding using XmlSerializer serialization....effectively giving me a bare bones service consumable by a smart devices app. What's the easiest, most straight-forward way to utilize SSL over the Http I don't want any username or password tokens, etc. All I want is SSL encryption over the connection when the smart device client connects. Given the above, I believe I need to use Transport security mode which requires a certificate. Am I correct in assuming this If, so how should I go about setting up a certificate I've come across the ServiceHost.Credentials.ServiceCertificate.Se ...Show All

  • Visual Studio Tools for Office XML

    i'm trying to write a solution for Word2003 and when using the XMLSelectionChangeEvent handler i get the following error... ---------------------------------------------------------------------- Error 1 Cannot implicitly convert type 'Microsoft.Office.Interop.Word.ApplicationEvents4_XMLSelectionChangeEventHandler' to 'Microsoft.Office.Interop.Word.ApplicationEvents5_XMLSelectionChangeEventHandler' D:\myWorks\Office\SPL Sample\SPLWord\SectionPane.cs 44 127 SPLWord ---------------------------------------------------------------------- I assume this is due to having a beta version Office12 intalled. Is there a workaround for thi ...Show All

©2008 Software Development Network