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

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

glchapman

Member List

rronny
Anthony Wood
David McKissic
acal675177
WilliamW
Bells
Donckers
Goodway
Rick Troemel MS
Russell Parikh
Svennis
YGRao
Bernhard Kirchner
Noel Marshall
adamoverlock
Jingyu
akois
csrking
ryanflucas
cparsons
Only Title

glchapman's Q&A profile

  • Software Development for Windows Vista Journaling hooks on Vista?

    Along with a lot of other people, I've noticed that attempts to set the journalling hooks ( WH_JOURNALPLAYBACK, WH_JOURNALRECORD) get knocked back with access denied on CTP 5270. Is this down to the new Vista security policies Hi again, I've tried something else. If I put 2 of the UAC-Policies on disable, VisualTest works fine, even the ScenarioRecorder works!! The 2 Policies I disabled are: - UAC: Run all administrators in Admin... - UAC: Switch to the secure desktop .... I'm still searching if I could make it work without any changes in the policies, but using a manifest-file for mtrun.exe. Any ideas ! ...Show All

  • .NET Development WSE 3.0 "Could not load file or assembly"

    I've built a VS2005 webservice using WSE 3.0. I'm trying to deploy it on a local development server which has .net 2.0 framework installed and the administration version of the wse 3.0 runtime. I get the following message when viewing the asmx file in a browser: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad3 ...Show All

  • Windows Forms User Control - Get Parent size

    I am developing a user control (say UC1) which consists of a couple of tabControls,  few panels and a StatusBar.   I am dropping this control in another form (say FRM1) When I am running FRM1,  before UC1 is instantiated,  how can I get the width and Height of its parent, which is FRM1 The one of the ways is declarati ...Show All

  • Visual C# How to get hard disk serials?

    i used this code to get hard disk serials: private void getSeriaHardDisk()         {             string lsSerial="";                         ManagementObjectSearcher searcher = new             ManagementObjectSearcher("SELECT * FROM Win32_PhysicalMedia");                         int i = 0;             for ...Show All

  • Windows Forms dataadapter does not update a Database (using VS 2005)

    I've created a windows form with some fields automatically binded by the VS and created the command buttons to change the data, using the TableBindingSource to make the changes to the dataset, and so the dataadapter.update(table) to make it reflect on my database, but i'm having a problem. I can Delete or change records, but when i'm inserting a new one, it goes to the Dataset but does not to the data base. here goes the part of code: note: before it, i've called TclientsBindingSource.addnew() which cleans my form and creates a new row in my datagrid .... so when the user fill in the form and Press Save it calls the code bellow. Please, som ...Show All

  • .NET Development RowChanged when navigating

    Hi to all, I have a form with many controls (text boxes, combos, etc.). I can navigate the records in the DataTable using a navigator. To my surprise, when I just navigate (previous, next and so on) the RowChanged and ColumnChanging (etc) events fired themselves. Of course, when, at some point, I check DataSet.HasChanges it is True. If I remember well Net 1.1, the DataSet didn't change just navigating the records. I'm using VB express (Net 2.0) and have this behavior. Can somebody explain this to me Many thanks and bye Hi, I think the problem is solved by now. What I think was the cause of the pro ...Show All

  • .NET Development Create virtual com port in C#?

    I'm working on a project where I am reading from a com port to receive data from a GPS receiver. I can do this without any problems except for one. There is also another application that wants to read from the com port at the same time. I know there are com port splitters that I could use but I'd rather not have to use any 3rd party software. Is anyone aware of any way of emulating a com port so that I can point the other application to this port and have it read the data that I am spitting it Thanks, Brady I don’t believe that this is possible to emulate a com port through the SerialPort class. The only op ...Show All

  • Software Development for Windows Vista Lotus workflow

    Can we use lotus workflow in .net applcations. Tks Lotus workflow is a product from IBM and this forum is for questions about Windows Workflow Foundation, which is from Microsoft. You will need to check with IBM for information about their product. ...Show All

  • SQL Server Basic authentication.

    The documentation for Analysis Services seems to suggest that windows authentication is no longer the only way of accessing AS. I'm trying to confirm whether or not it is possible to login to AS with basic authentication. If so, what are the constraints (eg is this possible only via IIS). I'd also like to find out if http access is restricted to enterprise edition only like it was in AS2000, or has the scope been widened in AS2005. Thanks, Terry. Basic authentication only works for http/https connectivity (where the username and password are passed to IIS for impersonation). For native connections (when you ...Show All

  • Visual C++ Error C3767

    I've read through all I can find on C3767, and I can't figure out why I keep getting it. The error refers to a compliance issue with the c++ standard and injected friend function names into the containing namespace. But in my situation the compiler is complaining about a static function on a value class, not a friend function. My error seems very similar to the one posted back in February in this forum: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=288491&SiteId=1 It appears that OP never received a complete response, the thread seems to have died. In my case I have a value class that looks like this, defined in a public header f ...Show All

  • SQL Server What exactly does MAX_QUEUE_READERS=0 mean?

    I guess this sounds a little foolish, but what exactly does MAX_QUEUE_READERS=0 mean Does it mean literally that there will be no queue readers executed or does it mean that the number of queue readers is unconstrained Thanks, Wells ...Show All

  • Visual C# Inserting images (.jpg) into SQL Express

    I'm using SQL Express and I have a table that has a column of type image. My question is how do I go about inserting and/or updating an image in a row using C# I'm aware that the image type in SQL is simply a BLOB, but I don't know how to insert an acutal picture (.jpg) using C#. I tried something like this: byte [] photo = GetImage ( @"C:\image.jpg" ); SqlCommand command = new SqlCommand ( "UPDATE character" + "SET picture = @Photo" + "WHERE id = @ID" , charTableAdapter.Connection ); command.Parameters.Add ( "@ID" , SqlDbType .UniqueIdentifier).Value = ...Show All

  • Smart Device Development 4x20 LCD Display Problem

    Hi, I am programming a 4x20 LCD display refer to LCD Smartie. I am using embedded windows CE and embedded VC++. The LCD could display on, cursor on, blinking and move to the correct position through Parallel Port. However, the LCD couldn't show the correct word on the screen. It just blinking on the destinated position. What should I do I am using S6A0069 controller (compatible with HD44780). Thanks for help. kayki, There is not enough info to diaginose your problem.  There first thing that I would ask is that you have included the GDI component necessary to render a font and that you have proper selected a font into your DC.  ...Show All

  • SQL Server Flat Files Containing Dates

    Hi everyone. I'm trying to use a Flat File Connector to read in a fixed field width file that contains some date columns. The problem is that the date column is in a CCYYMMDD format (with no delimiters) so that todays date, as an example, would be 20050711. When it attempts to import the file it fails due to a "Data Conversion Failed" error. I can't find any way to specify the format of the column in the FFC dialog so my only option appears to be read in the column as a string and transform it later. Is that correct Steve What do you mean when you say it "throws a cast exception" Have you tried en ...Show All

  • Windows Forms Outlook Express 6.0

    I am using windows 98 and when I am on a certain website and want to e-mail the customer service department, I click on the "contact us" option on the website but cant use it. I click on "contact us" and I get an error message saying "The OUTLIBB.DLL file is linked to missing export MAPI32.DLL:239. I think I deleted some files that had to do with my outlook express 6.0. How can I get these files back I tried to reinstall Outlook Express but there is no option for the download on the microsoft website for windows 98. Can someone help! Please read the following page: http://forums.microsoft.com/msdn/ShowPo ...Show All

©2008 Software Development Network