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

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

MKemp

Member List

SugarDaddy
Gaj
SagayaBabu
S.Paul
Hallur_d
Sniffy
jeff_______
sharpej
Jayplus
cinamona
Lowell
Kev at PwC
killahmik87
Blake Cheatham
Denny Boynton
NBIS
hashmi
gontran123
Babylon
Thomas Norlund
Only Title

MKemp's Q&A profile

  • SQL Server Simultaneous DB access

    I have C# Express and the SQL Express Management Studio CTP installed. So far, I've been forced to disconnect from the server in one app to connect to it in the other. I understand there is something around a 4 connection limit in SQLServer Express, so I don't see the problem. During one of these episodes, SQL Mgmt Studio hung while opening DB properties, then the SQLServer service couldn't be stopped. Now the DB can't be opened even after a re ...Show All

  • Visual Studio Express Editions Visual C++ Express with OpenGL

    Hello, I would like to create a windows application with typical controls (buttons / menus etc) and 1 or 2 windows displaying openGL graphics. I have installed the psdk and it all works fine - I can create standalone OpenGL windows with various shapes etc. All the examples I have seen of integrating OpenGL into a windows type form have used the MFC (Microsoft Foundation Class) which is not available with the express edition. Does any ...Show All

  • SQL Server beta3

    Does beta3 work with vs2005 beta2 Are there any special rules for uninstalling the april ctp first dennist First, through Add or Remove Program, remove all of the SQL Server components (SQL Server Setup Support Files will removed automatically so you shouldn't have to touch this component. Don't forget to remove SQL Native Client as well). Second, through Add or Remove Program, remove .Net Framework ...Show All

  • Visual C# trouble using delegate in WndProc

    when i use delegate like this: ----------------- [System.Security.Permissions.PermissionSet(System.Security.Permissions.SecurityAction.Demand, Name = "FullTrust")] protected override void WndProc(ref Message m) { delegate_ReplyFromDataProcess = new PrepareDelegate_ReplyFromDataProcess(ReplyFromDataProcess); delegate_ReplyFromDataProcess.BeginInvoke(m, null, null); } delegate void PrepareDelegate_ReplyFromDataProcess(Mes ...Show All

  • .NET Development Exection of a simple exe (.Net developed) from a shared folder

    Hi, I have a problem launching a simple application .exe developed with Vb.Net from a shared folder on my pc or on a network. Launching it from a disk C:\.... it runs, launching it from a shared folder \\machinename\sharfolder I have an exception on security. Someone told me to modify the .Net Configuration Framework to allow exection from shared folder but I don't know exactly how. Can you help me Do I also have to change the code using r ...Show All

  • Windows Forms manifest in dll...

    Hi, I'm developing a project that contains one exe and several dlls. I'm using a manifest on the exe, can I use this same manifest on the dlls, or I have to create a manifest to each dll Thanks Well, in theory, you would  ...Show All

  • Visual Studio Team System VS 2005 cannot connect to the Windows SharePoint Services

    From within VS 2005, trying to create a new team project, I'm unable to connect to Windows SharePoint Services: -------------------------------------------------------- TF30177: Team Project Creation Failed -------------------------------------------------------- Error Unable to connect to the Windows SharePoint Services at HOST1 -------------------------------------------------------- In team project creation log: Task &qu ...Show All

  • SQL Server Report Viewer webpart -- Custom development

    Hi I was wondering if there is a way allowed for us to use the Report Viewer webpart that is shipped as a part of Reporting Services SP2 and then override certain properties/settings in it. What should my new reporting webpart inherit from Any samples/pointers would be very appreciated. Thanks Yes Kannan i actually researched and did what you are looking for and it worked .. Although i use the webpart in WSS v2 see this article at:- http: ...Show All

  • SQL Server Header Footer problem

    Hi There, Does anyone know of a way to disable Header and Footer for specific pages The desired output is displayed below. e.g. i want header/footer to be disabled only for page 2. --------------- --------------- HEADER --------------- Page 1 Page 2 --------------- FOOTER --------------- --------------- Thanks. You can set a visibility expression on the ...Show All

  • Windows Forms Something like stylesheet?

    Helo! I'm new in VB.NET.  I will have to make a serious application with unique look. What I mean is, that every form has the same colour, uses same fonts, same size of the fonts... How can be this done in VB.NET  I'd like to be able& ...Show All

  • Windows Forms Extender Control

    How do I set a property on an extender such that it is available to the extended control at runtime in code. For example if there is a property IsValid. I want to access it such as TextBox1.IsValid --Rythm I was afraid that wold&nb ...Show All

  • Visual Studio 2008 (Pre-release) How do I bind to properties from a UserControl.FixedTemplate?

    There is a DP called Value in my UserControl derived class and I want to bind to it from one of the elements in UserControl.FixedTemplate. I have tried all of the following: {Binding Value} {TemplateBinding Value} {Binding RelativeSource=/TemplatedParent,Path=Value} In every case, I get an error message like this: "BindingExpression path error: Cannot find property 'Value' on object 'null'." The "on object n ...Show All

  • Visual Basic Refreshing thing in a combo box with thing from a database...

    Hi, I'm pretty new to programming and I have a question about Visual Basic 2005 Express edition. I appreciate any input you can give me. I'm writing a program that uses a Microsoft Access database, and I'm linking that database to a combobox. I can fill up the combo box with the contents of my "Name" column of the database, but I want the combobox to refresh either automatically (I guess through a timer) or through the click of a button, either ...Show All

  • Visual Studio Team System Problem when deleting and adding a new project from source control

    Hi we have Solution S1 in C:\Software1 S1.Project 1 ...S1.Project 6 Solution S2 in C:\Software 2 s2. Project 1... S2.project 6. There is one solution S3 which integrates all projects from S1 and s2. This is in folder C:\Software3 . This solution has no project on its own. but it uses projects from other solutions. so we have ---Software3.sln ---------S1.Project1 ---------- ...Show All

  • .NET Development Error while sending email using ASP.NET 2.0 Beta 2 (Visual Studio 2005 Beta 2)

    While trying to send email using <code> SmtpClient obj_SmtpClient = new SmtpClient (); obj_SmtpClient.Host = "" t; obj_SmtpClient.Send(s_from, s_recipients, s_subject, s_body); </code> I get the error message: Failure sending mail. Unable to connect to the remote server An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, So ...Show All

©2008 Software Development Network

powered by phorum