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

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

jhayann

Member List

Kirk G
misfit815
Nick Burnett
stephen terapak
Dayanidhi
Martin Hansen
JimReid
MoronAbc123
Col38983
Vasundhara
MJTNET
msindel
Hugo Baraúna
Prathvi
jhoney
Robert Phan
jesus144
Karl Kaiser
GraemeH
clemon79
Only Title

jhayann's Q&A profile

  • Visual Studio Express Editions socket hooking msn messenger

    does anyone know how ...Show All

  • Visual FoxPro topmost window

    Good day to everyone... My problem is about the active mainform of my application which is top level form.  All settings has already been set, compiled with no errors and deployed at the workstation.  This small VFP program is just to warn me at the server if a certain workstation is already on-line.  But when the user start any on-line games, and I wanted to send message to him, my little vfp program will not show's up at the top of the active windows of games but only at the background. which the user doesn't know if he has a message from me.  Maybe there is something in my code which I miss. Any help is ...Show All

  • .NET Development XML document Need Help

    I just couldn't find the best way to do this. I 'm using xml as the error log. WHenever except has been catch, it will log to xml file. However, I just couldn't find the way how to do it. As currently, I always get overwrite the current xml file. DOes any one know how to keep adding new entry to xml file instead of overwritten the current Could you please provides an example. Thanks..and appreciates Something like: Dim doc As New XmlDocument Try     If File.Exists(Application.StartupPath & "\ error .xml") Then         doc.Load(Application.StartupPath & "\ ...Show All

  • .NET Development Using ConfigurationManager & custom configuration sections

    Hi there, I'm trying to use the ConfigurationSection class from the ConfigurationManager because I need to store some repeated custom configuration settings that have multiple properties.   Using C# Express Edition 2005 Beta 2, I've built the example below based on an example I downloaded from the Internet. It compiles OK but when I run it I get the following error message:   An error occurred creating the configuration section handler for systems: Could not load type 'SystemsSection' from assembly 'ConfigConsoleApplication'. (C:\Documents and Settings\Jean\Local Settings\Application Data\Temporary Projects\ConfigConsoleAppli ...Show All

  • Windows Forms Two Questions ?? Special dialog & Auto Hide

    hi for all  Thanks For all at Microsoft and Of course especially the team here  I have two questions  1- I want through Windows Forms to display a file dialog like This  one at : http://www.vm.s5.com/m-omar/getPic.JPG  !!! Sorry I do not know how to embed a picture in my post  Please tell me how to do that  2- I want to implement a very simple tree view But It is on a form which is Auto Hide    Which I can hide it to the right or to the left   ( Like the very powerfull VS 2005 Auto Hide feature)  I may think that question number two need more code ...Show All

  • .NET Development A Question on GC

    I have a MDI program in which user can open different document and edit it. After several user use it, they report that it becomes more and more slow. So I watch the memory usage of it carefully and found a problem : it seems the memory is never released after a document is closed. I watch the memory cost in Tesk Manager, and found that whenever a document is opened, the memory cost increases. However, after the document is closed, the memory cost does not drop. When another document is opened, it cost more memory. I later realize that since the document is opened for a while, the objects it allocated have been moved to Generation 2. So ...Show All

  • Visual Studio Team System Team Build - Security

    Hi, we would like to implement multiple team-build types, but only certain users must be allowed to execute certain team-builds. I have not found a way to ristrict which users may execute a specific team-build. Will this be an RTM feature - or must we use alternatives for all restricted Team-Build functionalities The TeamBuild report shows who the build was was requested by. This is in the Requested By row in the Summary section. This name is not available to the build process. ...Show All

  • Visual C++ Windows services in VC Express

    Hello can you create Windows Services in VC Express. Also, is there a template for these kinds of apps I believe you have to use larger editions that the express SKU to have such templates. Of course, you can create them from scratch if you want and make use of the separate PSDK headers. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Windows Forms Regarding Array as DataSource to ComboBox

    I was just wondering what if i dont want to pass a DataTable as a DataSource to the    ComboBox and i want to pass an array as a datasource then how would i set the display member and value member. Can we pass two dimensional array as a DataSource. Just for an example suppose i have a combobox which contains ReportType such as  ...Show All

  • Visual Basic Can VisualBasic send an SMS message?

    Can VisualBasic v8 (.NET 2005) send an SMS text message to a mobile phone# Mine's running on Windows server 2003. This would be ever so cool !!! Well, yes, Visual Basic can certainly be used to create a program that sends SMS text messages.... BUT... You need to talk to something that knows how to send SMS messages. This something can either be a mobile phone that is connected to your computer (exactly how you talk to the phone depends on the model and how it is connected), a publicly available server that lets you send SMS messages (the only ones that I've personally used were located in Sweden, and did not allow ...Show All

  • Visual Studio Express Editions Debugging running processes

    hi there, I want to make a programm that can e.g change values in another application e.g. notepad for example: i have a textbox1 and a button1 in my form1 when i click the button the text form textbox1 should be send to a open application e.g. notepat. so i can manipulate the text inside notepad with my programm. is that possibel with VB are there tutorials for this (for newbies ^^) Yes it is possible, However your approach will vary tremendously depending upon whether your program started the process or if the process was started by the user. If the process was started by the user you will have to get a ...Show All

  • Visual C# How to zip files using C#

      Hi guys, i was wondering if there is any form of API found with the .NET which allows a develope to zip up the files nedeed pls See http://forums.microsoft.com/msdn/ShowPost.aspx PostID=106888 ...Show All

  • Visual Basic VB express - text file in resources

    Can somebody help me with my first program please. I am using vb express and have a text file in resources. When it is accessed like this there is no problem:- Dim file As New System.IO.StreamReader _         ("C:\Documents and Settings\Frank\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Resources\wintable.txt") However when I try this:-  Dim file As New System.IO.StreamReader("My.Resources.wintable") I get this error:- Could not find file 'C:\Documents and Settings\Frank\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\ ...Show All

  • Visual Studio How to get the latest version using msbuild

    I am trying to develope the application in msbuild which will automatically get the the latest version from vss,compile the code, then use xenocode for obfuscation and finallly to build setups...Can  anyone tell me how to get the latest version from vss using msbuild...... Thanks... one way is to use the SDC tasks from http://www.gotdotnet.com/codegallery/codegallery.aspx id=b4d6499f-0020-4771-a305-c156498db75e and look at the SourceSafe.* tasks, WorksForMe ...Show All

  • Smart Device Development App hangs up

    Hi there. This is a tricky one to solve and have no idea why the problem occurs. basically my application on the mobile device (using C500/SMT5600 with WM2003 SE and .NET CF 1.0 with SP3). I am developing in VS2003.NET .NET Framework 1.1 Sometimes for some reason my application hangs after disconnecting from server. Actually, it only hangs when the server application disconnects the client (mobile device). If the mobile device disconnects from the server, from the menu options, it does it fine and no hang ups. The hang up occurs when it is resetting the UI state back to normal, as if the application had just been started up again. However I ...Show All

©2008 Software Development Network