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

Software Development Network >> Matty G's Q&A profile

Matty G

Member List

Shiva Manjunath
Markus Wos
Twilight0
Calvin Thomas
wgaspk
Arun Narayan
Suprotim Agarwal
PFI
Sweey
Calibra
lookat
smokerpolo
Teddy Chen
erik v
Mark Freeman
Mrbaseball34
RSach
michaelos
Dave_Thompson
Irit
Only Title

Matty G's Q&A profile

  • Visual Studio C# Express 2005 and Report

    Dear All,   I am using C# Express 2005 and SQL Server Express 2005 as well. I am planning to use no-touch deployment as well. At the moment, I am stuck as I cannot find any report designer to make my report work in the enviroment of C# Express. Is there any way or extension that I can include into the C# Express so that I can use to build the report Highly appreciate your advice.   Regards,   LG ...Show All

  • Visual C++ getprocessimagefilenamew

    I am having a problem with the new IE beta2. The following alert pops up, upon loading the system. Smartbridge alerts: motive SB.exe entry point not found. The procedure entry point GetProcessImageFileNameW could not be located in the dynamic link library PSAPI.DLL It is obviously a glitch with the new IE7 Beta 2 version. If anyone has come across the fix for this, then a reply would be appreciated. TheBigIrishman This forum is for C++ lan ...Show All

  • .NET Development Problem using ConfigurationManager.AppSettings for AppDomain using custom app.config file

    I seem to be having a problem with using ConfigurationManager.AppSettings for a 'custom' AppDomain loaded with an alternate application configuration file. On load my Windows Service reads a Registry key that defines the instance of the application it is running for. Using this it creates a new AppDomain (using that instance name) and loads it with a custom configuration file that contains specific content appropriate to the instance that i ...Show All

  • Windows Forms webbrowser in vb2005

    i have a runtime created webbrowser and i want to use it's ProgressChanged event and some others, too. how can i do this I used this code and it worked just fine... Private Sub WebBrowser1_NewWindow( ByVal sender As Object , ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser1.NewWindow Dim NewURL As String = CType (sender, WebBrowser).StatusText Dim TabPageTemp As New TabPage(NewURL) Dim ...Show All

  • SQL Server Generate Scripts option in SQL 2005 Management Studio

    Did anyone even bother to test the Generate Scripts option for a database I changed the following options from their default setting: "Include Descriptive Headers" = True "Include if NOT EXISTS" = True "Script for Server Version" = SQL Server 2000 "Script Indexes" = True and scripted all Stored Procedures, Tables, User-defined functions, and Views Problems: 1.  Generates IF NOT EXISTS (SELECT * FROM sys.objects ... should be ...S ...Show All

  • Windows Forms MonthCalendar DateSelected does not fire on month change

    It appears that when you click on the arrows to change the month in the MonthCalendar control, the DateSelected even does not fire. Is this a bug Does anyone know of a way to get around this problem If I use the DateChanged event, it fires multiple times when I change the month. (Another bug ) On top of that, the DateChanged event fires about every 2 minutes or so just for the heck of it. (Yet another bug ) I'm starting to think this contro ...Show All

  • Visual C# Windowsform : hideframe with transparency

    Hi, I've made a form with a label which is transparent. I've also got a contextmenustrip with an item that makes it possible to hide the formframe : this .FormBorderStyle = System.Windows.Forms. FormBorderStyle .None; When I execute this code, the frame hides, but the complete forms moves up the height of the frame (I can live with this), but also the background (which is transparent) moves up (without repainting). I don' ...Show All

  • Visual Studio Team System Connect feedback site

    Since yesterday night the Connect site has the new Visual Studio version so we can now use it to provide feedback. However afaik there's no quick way to find feedbacks only for Visual Studio for DB Pros, I suggest we use a convention in the title, something like "problem bla bla bla in VSTE4DBPros " so before entering something we can quickly see all problems related only to this version. It's a bit hard to find, but on the su ...Show All

  • .NET Development Bug in .net FX2.0: FileStream, SteamReader, StreamWriter

    To reproduce the bug, create a class with a method including such actions: create a file, and write to it with StreamWriter close the StreamWriter call a command line tool to change the file (I used HtmlTidy with -m option which means modify the input file directly) with System.Diagnostics.Process read the file with StreamReader run it, and the result you get is what you've wrote to that file, but not the current file content. I used UltraEd ...Show All

  • SQL Server HRResume sample problem

    Getting 404 error on the line: int [] lcids = webService.FullTextLanguages(); Any suggestions Hi Daniel, One way to receive an error on that line is if you have not run the installCS.sql script located in the Scripts directory under HRResume.  Were you able to run that script successfully before running the sample Renee ...Show All

  • Visual Studio Changing Matrix subtotal aggregation

    Hi, I have the following problem, I have a matrix and i want to do a subtotal that is a sum of every column and the other total, to not appear or be the average of the values. Matrix 01/01/2005 02/01/2005 Total Qty % Qty % Sum(Qty) Sum(Qty)/ Sum(ShopTotal) Shop 1 2 12,5 4 20 6 6/36 Shop 2 8 50 6 30 14 14/36 Sh ...Show All

  • .NET Development new to Web App - problem w/ IIS

    Hi out there - - This is the message that comes up when I attempt to Open a new Project as a ASP. NET Web Application rather than a Windows Application: Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services. Looking in the 'About' area of Visual.NET I read that I have the: Microsoft Development Environment 2003 versio ...Show All

  • Windows Live Developer Forums Clarification

    So if i'm right, Microsoft is releasing MSN Messenger Activity API's for the protocol Good, in a way, but will Microsoft change they're licence to allow us to create applications (such as MSN Messenger Robots and 3rd Party MSN Messenger Clients) that will connect to the .NET Messenger Network , because if not, then this is really just for refrence.... Yes, although the protocol itself you don't have to worry ...Show All

  • Visual Studio Express Editions Q: Is there an (un-)official place (other than the Starter Kit stuff!) for VBE IDE templates?

    Hi Experts. As we all recognized, the built in templates in VBE are limited, even with all starter kits installed. So here is my question: Is there an (un-)official place (other than the Starter Kit stuff!) for VBE IDE templates In paticular I need a up-to-date template to build a service, with controller and installer. I had an old demo service project, which I've done with the trial version of VS.Net 2003. I migrated it to VBE. I got it to wo ...Show All

  • Visual Studio sorting

    Hi, I'm have a report which i want to group by a field but sorting by another field Accending. For eg: my report will be group by 'id' but i want the data sort by field 'name'. I cannot group my data with 'name' because of 'name' is not an unique data. Is it possible to sort my report by 'name' but not 'id' Hi Keith, Thank you for your reply. But i still cannot sort the result by name although i ...Show All

©2008 Software Development Network

powered by phorum