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

Software Development Network >> Elisabeth Boonin's Q&A profile

Elisabeth Boonin

Member List

Yousef ED
Ron Hinton
Joe Pacelli
hennep
footballdirector
Anthony Nystrom
shaht
Peter De Decker
Alan-CIT
Gabriel Lozano-Moran
ChrisNicolatos
Nicolas SC
Ben Donley
im4nits
03r603
ctlogistics
Srinivasalu
Lee18
smurph
Kyle Pike
Only Title

Elisabeth Boonin's Q&A profile

  • .NET Development Problem Marshal'ing

    Hey everyone, I've been trying to do some out-of-process memory reading lately and I had a question about some things pertaining to Marshal'ing. Ok so right now I have these 2 classes... internal OutterClass = new OutterClass(); internal OutterClassPtr = Marshal.AllocHGlobal(3520); [StructLayout(LayoutKind.Explicit)] public class InnerClass { public InnerClass() { } [FieldOffset(0)] public short InnterField; } [StructLayout(LayoutKind.Explicit)] public class OutterClass { public OutterClass() { } [FieldOffset(0), MarshalAs(UnmanagedType.ByValArray, SizeConst = 50)] public In ...Show All

  • SQL Server Problem with Sleep function in SSIS

    Hi, I have a script task in SSIS which uses a sleep command. sleep(600000) which waits for 10 minutes. This works fine when i execute the package through GUI. But when i execute the same with Commandline, it does not work. Is there some thing which I have not set. I have also tried the Windows API call for sleep still it behaves the same way. Any help Thanks in advance Srividya ...Show All

  • Visual Studio Team System Source control and Sharepoint Integration

    I'm poking around with TFS beta 3 right now, and I have to admit I've gone through a fair bit of confusion. For now, my needs are pretty specific. The company currently has a microsoft office sharepoint portal server 2003 installation, and we're looking at moving to TFS sometime in the future. One thing that we would like to do is get our source control integrated with sharepoint. More specifically, we've got some non-technical folks who are going to want to use source control for things like documents, spreadsheets, etc. and we were hoping to be able to let them do that through sharepoint, but also have it use the same backend that the deve ...Show All

  • .NET Development how to set the dataset's namespace

    hi, I'm use the Dataset Desinger of Visual Studio 2005 to design a dataset. Then, I compile the project. The desinger generate a typed dataset class. But the dataset class is inside the global namespace. How to set to generate the typed dataset class in a customed namespace. The namespace above is C# namespace. Not the XML namespace. thanks. Hi, When you create a typed dataset, the generated dataset class inherits the DataSet Class object. That is why it is inside the global namespace. You cannot customize the namespace of the generated dataset class. Hth, Michael Castillones ...Show All

  • Windows Forms Dynamically Resizing a Control

    Please help guys, I have some NumericUpDown controls that are being populated from values read from database at runtime. I want to be able to resize the NumericUpDown controls dynamically at runtim to accomodate the lenght of the decimal values that are retrieved from the database..is there anyway I can do this... that did it!! I add a default value for the border and spinner size...U've been really helpfull...I thank you from the bottom of my heart...God Bless ...Show All

  • .NET Development DisallowCodeDownload = false; => does not work...

    Dear sirs, I’m trying to load an assembly using the following code: Assembly.LoadFrom(" http://MySite/bin/MyAssembly.dll "); But it’s raising the following exception: [System.IO.FileLoadException] = {"Could not load file or assembly 'http://127.0.0.1/rm.net/bin/RM.Global.Cadastros.dll' or one of its dependencies. HTTP download of assemblies has been disabled for this appdomain. (Exception from HRESULT: 0x80131048) I think that I need to set the DisallowCodeDownload with false, but its value never changes: I do that on Page Load: AppDomain .CurrentDomain.SetupInformation.DisallowCodeDownload = false ; But this property remais with true va ...Show All

  • Visual Studio Tools for Office Reading Excel worksheet from c#

    Hi. I am reading sheet1 and things are ok but in other languages sheet1 might be hola1 or something like that. How can I find the name of the first worksheet DataTable returnDataObject = new DataTable (); OleDbCommand selectCommand = new OleDbCommand ( "select * from [" + sSheetName + "$]" ); selectCommand.Connection = this .m_ConnectionToExcelBook; this .m_AdapterForExcelBook = new OleDbDataAdapter (); this .m_AdapterForExcelBook.SelectCommand = selectCommand; this .m_AdapterForExcelBook.Fill(returnDataObject); Regards, Throstur Hi ...Show All

  • Visual Studio is preview option availabe in Crystal Report .Net ?

    hi friends, i am new to Crystal Reports. i have created a simple report in .Net by selecting a add new item -> crystal report. i have added some fields in the details section of report. but now i don't find any option to see a preview of this report. how do i go about it one more thing i tried was.. i added CrystalReportViewer to a webform. i want to assign that report i created earlier to this viewer. is it possible please help Hello Najum, Check out our Developer Zone for Getting Started Guides and How Tos: http://www.businessobjects.com/products/dev_zone/default.asp There is a section for .NET developers there. Keith - Busines ...Show All

  • Visual Basic Cross-thread operation not valid

    Please tell me that you are going to fix this before the official release!! I am using VB not C++.  I really shouldn't have to care that my code is not running in the same thread as the one that created the form that contains the control that I am trying to update. Please fix this or at least have some real examples that show how to update a control on a form.  The examples that I found were not helpful at all. or, you could just set ystem.Windows.Forms. Control .CheckForIllegalCrossThreadCalls = false and all your cross threading problems go away. ...Show All

  • .NET Development Accessing shared app.config

    I would like to share one app.config file between several applications. Only one of those applications needs to be able to update the app.config file. The other applications need only to read the information. The application that "owns" the app.config file has defined under Settings: Name: DataLoc Type: String Scope: User Value: C:\Shared Database Location app.config file contains: < xml version="1.0" encoding="utf-8" > <configuration> <configSections> <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Vers ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Want to make a high end game

    Hello everyone, my name is Mike and this is the first time I have posted on these forums.  I am beginning to work on a MMORPG and I would like to have anyone help me out that would like to be part of the team.  I am currently using Borland 6, but I am looking for an inexpensive version of Visual Studio C++ so I can get better at using DirectX.  Please email me at plonnon@hotmail.com or find me on AIM at receev if you are interested.  This is going to be a big project and I think with some hard work and patience we could have a great turn out. Thanks you guys, it's great talking to people ...Show All

  • .NET Development using readxmlschema to create dataset as datasource for datagridview

    I tried to create a dataset from an xml document and then set the datasource for the datagridview to that dataset. The program ran but the datagridview doesn't show any data. Here is the relevant code : Dataset ds = new DataSet(); ds.ReadXmlSchema(fileName); dataGridView.DataSource = ds; ReadXmlSchema doesn't load any data, it just sets up the tables, columns, constraints and so on. Try using ReadXml after you read the schema. ...Show All

  • .NET Development TCP/IP Connection

    Hi, I am new in C# programming. I have developed a Client-Server Application.The Clients can loggin to the Server and send messages to each other. My Question is: How can the Server know whether a Clients is still connected I use TcpListener, TcpClient .Connect(serverIP, serverPort), StreamReader and StreamWriter for the communication. Thanks. MAT. This question is better suited for the .NET Framework Networking forum where general framework related questions are posted.  Reserve this forum for general questions related to C#. I'm moving the thread over there where the experts ma ...Show All

  • Windows Forms Outlook Address Card View

    Is it possible to display data on a form that is silimar to the Outlook Address Card view. I am thinking it is some form of a repeater control but I am not sure. IS there a way to display data this way ...Show All

  • Visual Studio Express Editions Windows Platform SDK

    I just downloaded C++ Express I could work with DirectX, and then I downloaded the Windows Platform SDK, the amd64. The problem is I can't install it. When I try to, I get "Not a valid Win32 application." The express version does not support any 64bit processor: http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx ...Show All

©2008 Software Development Network