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

Software Development Network >> Stan Kitsis - MSFT's Q&A profile

Stan Kitsis - MSFT

Member List

Lakn
Carsten Loeffler
Cyrus CHOI
jhl_iv
Arwenarray
trillian
win84
russlunn
Jay1980_UK
peter cli
TopLevelXquery
MissBook
NameDon
Ivan Towlson
steve job
PaulNations
Scott Mauvais
dxguy
ZsoltKiraly
bbbbbbb
Only Title

Stan Kitsis - MSFT's Q&A profile

  • Windows Forms Get And Set Public Property's

    Hello, I got a question that I think is fairly dumb but I just cant figure it out. I have a class called users and in that class I have inserted some public properties that I would like all of my forms to be able to access,& ...Show All

  • Visual Basic strongly typed collection wierdness, vb.net 2005

    Ok, I'm really stumped, and I'm probably gonna feel like a fool when someone explains it to me. I've created a strongly typed collection in vb.net (all lower case for ease of typing) public class Foo    public name as string    public line as integer end class public class FooCollection    inherits collectionbase    public sub Add( byval aFoo as Foo )       ...Show All

  • SQL Server Cannot export in SSRS 2005

    Everytime I try to export a report I get a pop up box to RUN/SAVE/CANCEL Reserved.ReportViewWebControl.axd. Cannot seem to find any relevant issues with this on the web. I lower the security settings on IE and still no diffenrence. Seems to happen with every export type except XML. Any help is greatly appreciated. Pablo This forum is on .Net Framework (CLR) integration in SQL Server 2005 that allows you to write ...Show All

  • Visual Studio 2008 (Pre-release) Changed items in Feb CTP

    If this is not the case then forgive me but not seen it anywhere, the following has changed for Feb CTP. TextFlow has been removed, use FlowDocument. FlowDocumentScrollViewer.Document has been removed. Andy I'll answer part B of your question... Short Answer: You can remove all FlowDocumentScrollViewer.Document elements from your content. Long Answer: The Document property still exists on ...Show All

  • Visual C++ Program closing right after opening

    Hi all, I have tried to compile a program from the book C++: A Beginner's Guide by Herbert Schidt. The problem I encounter is when I try to run the program from the folder, that is the .exe file I believe located in: C:\Documents and Settings\Peter\My Documents\Visual Studio 2005\Projects\sample1\debug This simply closes after opening. Am I running it from the correct location I can't find an executable file anywhere else in the sample 1 f ...Show All

  • Visual Basic Pls help compiler error - VB using ADO (Recordset)

    hi, I was trying to build a simple contact form using recordset object. Unfortunately, complier error "  sub/function not defined ". The code doing well for MoveFirst, MoveNext, MovePrev, MoveLast, Add, Delete but not SaveAllRecord/SaveCurrentRecord. My code as follow: ============================= Dim rstContact As ADODB.Recordset Dim cnVBA1 As ADODB.Connection Dim strConnection As String Private Sub Form_load() strConnection = "provide ...Show All

  • Smart Device Development Draw on top of picturebox?

    Is it possible to draw on top of a picture box Here's my code so far: Pen blackPen = new Pen ( Color .Black, 3); // Create rectangle for ellipse. Rectangle rect = new Rectangle (0, 0, 200, 100); // Draw ellipse to screen. e.Graphics.DrawEllipse(blackPen, rect); but it prints behind the controls on my form. Is there some way to 'send to back' everything except my ellipse Please help Peter ...Show All

  • Visual C# UserControl Events

    OS: Windows XP Pro Lanaguages: C# Program: Visual Studio .NET 2005 hi ppl. im lookoing for help, i have a problem. i created my usercontrol and it has nothing on it but a listview that is filling my whole user control.. and some little pictureboxes arround it... what ever that does not matter... the thing is that ...Show All

  • Windows Forms Stop Multiple Instances of Child Form

    Hi, i want to stop multiple instances of child forms in a MDI application, can anyone suggest what can i do  my code is like this. Private Sub MenuItem5_Click(ByVal sender As System.Object, ByVal e As    System.EventArgs) Handles MenuItem5.Click   & ...Show All

  • SQL Server Master Key questions

    For a test, I've created a database master key. Under what circumstances would I use OPEN MASTER KEY DECRYPTION   Also, how would I go about encrypting the database master key (other than automatically via the SMK)   The reason I ask is because the BACKUP MASTER KEY states that the password is required if the DMK had been encrypted with a password.  I used a password when creating the DMK and was able to back it up without provid ...Show All

  • .NET Development Problems with modifying records from Database (VB.NET)

    Hi all, I am a student learning ASP.net now. I need help with the problems that I am facing with editing and deleting records from the database (created Microsoft Access). Currently, my .aspx page is able to retrieve and display records from tables in the database. However, as part of my school assignment, I also need to be able modify the data, i.e to add, edit and delete records, and that is when the errors occurs. Whenever I try to c ...Show All

  • Visual Basic Reuse code without VSS

    How can I share source code modules and classes accross projects in different solutions without VSS As a one person developer who needs to share code accross projects I hamfistedly did it in VB 2003 by Add Existing then using Save As to put it back to the folder it came from. This does not convert well to VB 2005 so how should it be done You can still add existing items to your project...but in VS05 it copies the file to the project dir ...Show All

  • Visual Studio 2008 (Pre-release) DLinq Experts: Writing a more difficult Dlinq query for Northwind Orders

    I'm working on code to write a DLinq query to get the number of products ordered on particular days with the product code. What I'm trying to do is retrieve a count of products grouped (and sorted by) an order date.   Northwind's order-order_detail-product relationship is what i'm talking about for the relationship between the two.   (An Order's OrderDetail: each record links with a Product) Wait for the sql if you're n ...Show All

  • SQL Server OpenRowset Table Provider.

    In some definitions of sys.view and sys.functions I found very interesting construction OpenRowset(TABLE <some table name>, .., ..). When I try use with construction in my T-SQL, I get syntax errors. But I can't found any information about with statement in BOL and Internet. Is it some undocumented or internal feature Or I can use it. Hi kosinsky, with is used to create Common Table Expres ...Show All

  • Visual Studio couldn't compile my first Vb .NET project

    I have Visual Studio .NET 2003 installed. I created a VB .NET project, ConsoleApplication. I couldn't compile it from visual Studio. I get the error "Access denied. Verify that you are an adminstrator or a member of Debugger users group on the m/c u r trying to debug". Also, I tried to create in Notepad and tried to compile it from command prompt, i get this. C:\VB Projects>vbc testcode.vb 'vbc' is not recognized as an internal operab ...Show All

©2008 Software Development Network

powered by phorum