Software Development Network Logo
  • Windows Vista
  • IE Development
  • SQL Server
  • Game Technologies
  • Visual C#
  • Visual Basic
  • Microsoft ISV
  • Windows Forms
  • .NET Development
  • VS Team System
  • Smart Devicet
  • Visual Studio
  • Visual FoxPro
  • Audio and Video
  • SharePoint Products

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

nobugz

Member List

mbp
Jun_1111
Kieron Lanning
sirpelidor
brian_tsim
enric vives
mr4100
PeterVrenken
Andreas Asterlund
idos
LokiSD
yzhang12
New-Bee
Yeago
willthiswork89
John Portnov
smilyan
Andre's
fiNAL.Y
nbrege
Only Title

nobugz's Q&A profile

  • Visual Studio Express Editions Web Broswer - Detect the Title of Website

    Ok, so I am creating a simple web browser, and I would like my window's Title to display {WEBSITES TITLE} + Web Express. For example, if I were at this site , I would like my browser's title to display "Visual C# Express Edition - MSDN Forums - Web Express". But the problem is, I dont know how to detect the Title of the websites :(. I dont even know if its possible, well...it must be if Interent Explorer can do it :), so i guess my question is: How do I detect the "Title" of Websites My original post had an error.  I just edited it. It should be: Form1.ActiveForm.Text = webBrowser1.DocumentTitle; I tested it in a progressChanged event handler and it works for me ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Change Log?

    Quick question please - is there any way I can find a log/list of changes from Beta 2 to final release Thanks... Indeed, bug fixes are helpful to know, though new features are the primary concerns (of which there are probably few, we think). ...Show All

  • Visual Basic Which compiler....

    I want to get a FORTRAN compiler to integrate some legacy FORTRAN code with VB code and a VB GUI. Any suggestions as to which one I should use Right now I'm leaning towards Salford FTN95 or Lahey 7.1 with FORTRAN .NET. Hi, Please take a look at your previous thread , Ken answered the question ...Show All

  • Software Development for Windows Vista Detecting User Privileges

    I have an application that needs to detect if it's a standard user or an admin user, how can I do this   Before, it worked fine to try writing to the registry in certain areas, but this is no longer the case on Vista it seems.  My installer gets elevated and the write operation succeeds, even on a standard user account.  Are there new functions for detecting this, or do I need a more robust solution, or maybe it's just not possible As a note about the reason behind this, I am finding an error when run as a standard user, but it works fine for admin users.  This is even after typing in the password and allowing on the UAC dialog that appears.  I wanted to simply limit this operation to admin users, sinc ...Show All

  • Visual Studio 2008 (Pre-release) DLinq Hands-On Lab for VB

    Hello, In Lab 1 I entered the code as shown. The following command code gives the error "End of statement expected" Dim custs = _ From c In Customers _ Where c.City = "London" _ Select c Any ideas what might be wrong Thanks, Tom Hi Genevieve, Yes, the vbproj file had that line in it. Also, on the line " For Each cust In custs" there is a blue squiggle line under "cust" and "custs" indicating they are not defined. Thanks for any suggestions, Tom ...Show All

  • Software Development for Windows Vista Problem with Deliver(), and two filters that don't connect in my code

    Hi I have two problems while trying to build a directshow graph in C++. I wrote a source filter that gets data from a buffer and copies it, with SourceStream::FillBuffer, on its output pin. Then I connect to it a H264 decoder, a sample grabber, and a null renderer. My first problem is that the sample grabber and the null renderer won't connect (Connect() blocks), although they do in GraphEdit. My second problem (but maybe that's a consequence of the first, since the graph is not complete), is that when I run the graph, the Deliver() function, that is supposed to send a sample from my source filter to the H264 decoder, doesn't work. This is quite strange, since it works when I build a graph in GraphEdit with the same filters, except the so ...Show All

  • SQL Server Ambiguous column name in VIEW using Microsoft SQL Server Management Studio

    ON SQL 2005 SP1 Run Following script USE [master] GO DROP DATABASE [JCTEST] GO CREATE DATABASE [JCTEST] GO CREATE TABLE [dbo] . [JCTEST1] ( [preferred_name] [char] ( 50 ) NULL, [surname] [char] ( 50 ) NULL, [expected_end_date] [char] ( 10 ) NULL ) ON [PRIMARY] GO SET ANSI_PADDING OFF GO CREATE VIEW JCTEST AS SELECT TOP ( 100 ) PERCENT UNICODE ( surname ) AS surname , expected_end_date AS fred FROM dbo . JCTEST1 ORDER BY surname GO SELECT * FROM JCTEST and, as expected you get a recordset with 2 columns and no rows Now go into Microsoft SQL Server Management Studio and "Modify" View JCTEST. Use ' ...Show All

  • Windows Forms How to generate C# code automatically?

    Hi everybody, Here is my problem. I am developping a bunch of user controls in a control library. In the main application, I have a treeview, some buttons and a panel, this last one will parent one user control at the time. My question is how to generate automatic code in the code window when the user control is dropped on the panel For example, I want to generate an event handler linking the button click event with methods from the user control. Thanks, Monarghel. Maybe this will help http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemcomponentmodeldesignieventbindingserviceclasstopic.asp ...Show All

  • Visual Studio Team System open websites after adding them to source control.

    We are new to using TFS and are having some trouble implementing it correctly. We have created a few projects and added our source to source control. Issue we are having is opening those webs up from source control so that we can make changes to them under the checkin/out policies. I've tried opening them using the open from source control option but It never allows me to open anything. I can use source control explorer and get latest copy, put it on my local machine but then nothing is under the lock. If I open the local copy in VS05, they are still not under the lock. I can check out/in through source control explorer but I am not able to create new files or anything this way. There also seems to be a workspace mapping issue tha ...Show All

  • Visual Studio Tools for Office Using webservices fro infopath forms in MOSS 2007.

    Hi, I am currently working on infopath forms in moss 2007. I need to retrieve and submit data from infopath to a webservice. I am able to do so in the offline mode, but when I publish the infopath form to sharepoint and open the infopath form in browser i receive an error that the form couldnt be submitted successfully. What could be the possible reason for this I have given automatically deterime security level trust setting to the infopath form coz if I give it full trust it cannot be published to the browser. Can anyone please help me -Thanks and regards, Bhavana Bhat bhavana.b@tcs.com Below is the stack trace. As you can see, the trouble is that some diagnostic/tracing routine wants ...Show All

  • Visual C++ Intellisense updates very slowly, and blocks practically everything - what can I do?

    I'm working on a fairly large program, and the NCB file quickly rises to 90MB, especially after edit-and-continue. Intellisense keeps firing up and showing "Updating intellisense" in the status bar, for several minutes at a time - but much worse than that, it appears to be (read-)locking files that a build needs, so if I use edit-and-continue, then stop debugging, the build that fires off collides with Intellisense and fails, and manual builds fail too, until Intellisense stops. VC7 wasn't anywhere near this bad - it occasionally got confused, and didn't always understand namespaces, and it helped to delete the NCB sometimes - but it never chewed so much effort, nor do I ever recall it blocking builds! Is there any ...Show All

  • SQL Server Trend Report using Group by

    Hello I have a Issue Table which Submit Date / State fields among many others. Issue_ID | Submit_Date |  State 1                   10/1                   open 1                  10/2                   open 1                  10/3            &nb ...Show All

  • SQL Server SMO in VBScript

    I've been building some applets in VB.Net and wanted to try and do some similar things in VBScript. (I like to have a collection of scripts to do repetitive tasks.) Anyway, I'm getting an error when I try to set the connection info and am at a bit of a loss to get around the problem. Note that most examples of using VBScript and SMO together only connect to a local instance of SQL Server, so I've struggled with the method to define the server I'm attempting to manage. This method works in VB.Net, but returns the error 'Object required' when I set the object parameters to their desired values. Dim srvMgmtServer Dim srvConn Set srvMgmtServer = CreateObject("Microsoft.SQLServer.Management.SMO.Server") srvConn = srvMgmtServer.Co ...Show All

  • Visual C# params parameter must be a single dimensional array - (It is! Tell me it isn't!)<g>

    Wasn't the goal, and hope for .Net 2 / the next version of C# not to rely on boxing of objects For it is the cornerstone of Generics... typesafe arrays and no more boxing ! But one area was overlooked.....take for example this code using the params keyword public void Columns(params string[] ColumnNames) { ... } Nice convention! It saves keystrokes and makes code easier to use ...but it was not updated to use generics! The following code in .Net 2 gets the dreaded CS0225 error erronously telling the user that a single dimensional array is not being used.... public void Columns( params List<string> items ) { ... } Feel free to tell me that List<string> is not a single dimensional array. I sure think it is. Obviously the err ...Show All

  • SQL Server MonthName Chart Problem

    I'm having a problem printing the name of the month on a monthly chart. The data that I am attempting to chart includes a data point, a year (int, eg. 2006), and a month (int 1-12). A parameter is used to specify which months are included in the data. In some cases, we chart calendar years, in others we chart the previous 12 or 24 months. Each chart can include up to 4 years data. Each year is charted as a separate dynamic series. The data arrives sorted by year then month ascending. When I chart calendar years, there's no problem. The data arrives sorted, and starts with January and continues through December. The problem arises when I try to chart the Last 12 months. In this case, the data arrives sorted by year, then month - f ...Show All

©2008 Software Development Network