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

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

JohnReam

Member List

MeNewtoSql
JennyGMM
JuanCarlosUlti
mike4temp
johnweidauer
Sonia G.
Mr.Smith
caddy36
carlop
Mahyar
Anagha
Zartaj
Anders G
GuySmiley
MarniW
NJCLC
Wardyahh
microsoft_developer
DaveAtDotNetCodeSlingers
john cov
Only Title

JohnReam's Q&A profile

  • Visual C++ Problems using _lseeki64, _fseeki64 and _ftelli64

    My application creates a large file and I am trying to use _lseeki64() to position the file pointer. I have found that after a write I need to call fflush() to make it work correctly. If I call it after a read it always positions the file at the end. I have found some references on the internet to _fseeki64() and _ftelli64() but I cannot find them in any include file or library. Any assistance would be greatly appreciated &nbs ...Show All

  • SQL Server Jamie Thomson, ssis man?

    are you sleeping inside a Data Flow Where exists SSIS you are There are no social forums here, this is not a question and therefore off topic. It's OK to make a social comment within a thread, but creating non-question threads pollutes the unanswered question area, and potentially the search. ...Show All

  • Visual Studio Custom type for property

    Hi, I'm creating a DSL using the Class Diagram, but I have one 'value property' for my 'ModelAttribute' named 'Reference' that need to be another type(i.e ClassModel) into DSL, so I need a combobox that show all 'ClassModel' into DSL to set the property 'Reference' for correct value, like an 'enumeration' type does. Example: Class X Class Y Class Z has property 'Reference' that the value can be only 'Class X' or 'Class Y'. Thanks, ...Show All

  • Architecture Any books to recommend?

    The books that work well with .Net 2.0 for enterprise patterns There is an exteremely good book on Enterprise Patterns by Martin Fowler (nothing .NET specific though): http://www.amazon.com/gp/product/0321127420/qid=1136487899/sr=8-1/ref=pd_bbs_1/002-3792494-8056009 n=507846&s=books&v=glance   ...Show All

  • Windows Forms Dispose method?

    Hi, To me the dispose method is supposed to destroy the live objects and free up some memory occupied by the object after CG called. To see this, I created a simple Form with two buttons. One to instantiate a class and run a dummy loop&nbs ...Show All

  • Windows Forms Missing WaitOne()

    I have a component that works by spawning a second thread to deal with specific tasks. When the second thread encounters certain situations, it must throw exception to halt the opreation of the entire application. However, due to the operating hierarchy of App&nbs ...Show All

  • Visual C# Get Confirmation

    Hi, It's regarding the System.Web.Mail.MailMessage, is there any method to check the mail server, to confirm whether the mail is delievered from the server, once after executing this command " SmtpMail.Send(objExpressMail)" or how can i make sure that the mail sent thru my application is gone sucessfully (from the mail server) Thanks & Regards, Sriram S That's not going to be easy. As far System.Web.Mail is ...Show All

  • Windows Forms This project Is an Example of Bad exception handling!!!!

    Hi! This new example of "how an WindowsForms application" shoud be build, is, as in the case of TaskVision, lacking of the Architectural recomendations from the Microsoft Patterns site, it also ignores the recomendations from the tutorials in VisualStudio&nbs ...Show All

  • Visual C# how to declare TextBox in code

    Im trying to convert this vb code to C# from a class but Im having problems declareing a textbox in code and using it in the class. VB CODE: Dim txtCurrent As TextBox = sender I tried this but it doenst work: TextBox txtCurrent = new TextBox (); txtCurrent.Text = sender.ToString();   Thanks    Try     TextBox tx ...Show All

  • SQL Server external access denied to update a config file

    Hello, I'm having an issue with a CLR Stored procedure. Everything works great in a 32 bit environment, I have a CLR SP that updates an xml file stored on a local drive. When I execute the Stored proc it does go and update what I want it to in a 32 bit system. When I run the CLR SP on a 64 bit cluster, I seem to have give the "everyone" group write permissions to my G: drive (which is where the file is located that I'm updating). Wh ...Show All

  • Visual Studio Unistallation help required

    I am unable to complete the uninstall process of visual studio 2005 beta 2. can any of you give me some guidence to complete the process of the same. i have uninstalled all the products from my control panel other than the visual studio 2005 beta 2 english version. i used some of the utilities which i found in the same site to complete the process even though i am not able to complete the process. some one please guide me to complete this. Thank ...Show All

  • Visual Studio 2008 (Pre-release) How could I test a WCF service from browser

    It Is possible to test a WCF service from browser like in ASMX I did it in September CTP, but failed in November CTP. When I use svcutil.exe to generate a proxy, it throws a exception: D:\>svcutil http://172.21.25.14:8877/MathServices wsdl Microsoft (R) Service Model Metadata Tool [Microsoft .NET Framework, Version 2.0.50727.129] Microsoft Corporation.  All rights reserved. Error: Unable to obtain Metadata from the Uri provided ...Show All

  • Smart Device Development Debug in Device with visual studio-need help

    Dear Expert, I use Visual Studio 8 with Activesync 4.0, i need to debug some program which need to connect to server in Device. I tried to debug in Device, but it can't talk to server.I understand that we can use DMA with emulator.But in this case, i need debug in device for some other purpose. Do Someone of you do that what did you do Thank you so much for your instruction. Hi, Thank for your help. In fact, i tried to debug an application ...Show All

  • Visual C++ C# array equivalent in C++/CLI

    Hi, I'm writing a C++/CLI wrapper for legacy C++ code such that it can be used from e.g. C#. The latter has built-in support for arrays, which even can be jagged. In order for my C++/CLI wrapper to accept these C# arrays (e.g. as member function parameter), I use the abstract System.Array class from which the C# arrays inherit. Is this "the" approach, or are there better approaches P.S. While the MSIL code generated by the C# ...Show All

  • Visual Studio Team System Track the "for" statement

    Hi, I need to track the "for" statement in my code. For this i am going thru the instructions and checking for the node type "for". But i could not get the solution. My code is ......... -------------------------- int memberCount = type.Members.Length; for ( int  mc = 0; mc < memberCount; mc++) { Method method = type.Members[mc] as Method ; for ( int count = 0; count < method.Instruction ...Show All

©2008 Software Development Network

powered by phorum