Software Development Network Logo
  • Windows Forms
  • Audio and Video
  • VS Team System
  • Windows Vista
  • Visual Studio
  • Visual FoxPro
  • Smart Devicet
  • Visual C++
  • Visual C#
  • .NET Development
  • IE Development
  • Game Technologies
  • Visual Basic
  • Microsoft ISV
  • SQL Server

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

joeydj

Member List

Anyhoo
Cyber Sinh
kidwidahair
Pham Hong
Umesh_DB2
nbrege
Soby
YorickPeterse
Claudiu Chiorean
Alexander K
DFX1212
Milzit
manick312938
bdot
Milzit
clint 2
Edmund
Novelle
Josibe
h1
Only Title

joeydj's Q&A profile

  • Visual Basic Help with code: don't know whats wrong

    I need some help with some code I have three compiler errors. in here Imports Microsoft.VisualBasic Imports System Imports System.Collections.Generic Imports System.Text Imports System.Windows.Forms Imports System.Runtime.InteropServices Public Class Ship Public Const _Ship As String = "Image files/Ship1.gif" Public Const _speed As Double = 150 Public Sub New ( ByVal gameState As GameEngine , ByVal x As Single , ByVal y As Single ) MyBase .New( gameState, x, y, _Ship ) <-Too many objects to 'public sub new() End Sub Public Sub Update( ByVal gameTime As Double , ByVal elapsedTime As Double ) Dim idle As Double ...Show All

  • Visual Studio Team System DataDude at PASS

    Hi, Will there be much going on around DataDude at PASS this year Will any of the DataDude team be there Thanks Jamie Dmitriy_Nikonov_MSFT wrote: We will be present at PASS. Cameron Skinner will have a presentation introducing the product, Gert Drapers will deliver a presentation "Managing and Deploying Your SQL Server Schemas with Visual Studio Team Edition for DB Professionals" and Sachin Rekhi will have a talk on Testing and Refactoring. In addition, there will be few other folks on the floor and around to talk to. Best Regards, Excellent. I'm looking forward to a datadude-centric 3 days. -Jamie ...Show All

  • Visual Studio filtrar datos

    Hola! Estoy empezando a utilizar y necesito saber con bastante urgencia como filtrar datos de la siguiente forma: Si yo creo un dataset con "Select * from clientes", yo lo que quiero es filtrar los resultados por un id determinado que se lo paso por la URL Como se hace esto Muchisimas gracias Hello I need to be able leak(filter) like information of a consultation since(as,like) " Select * from clients " according to a client, information that passes for url   ...Show All

  • Visual C# how to write into XML

    i have a text file that has delimiters. (i.e. MSH|^~\$|ADMIT|CLAY COUNTY MEMORIAL|||200502110938||ADT^A01|00860|P|2.2|||||| ) Using C# i need to Read this file, segment by segment and write these segments into the appropriate XML tags of a XML file I have considered the datas within the delimiters as segments. i.e. my segments would be as below MSH ^~\$ ADMIT CLAY COUNTY MEMORIAL 200502110938 ADT^A01 00860 P 2.2 The empty space within the delimiters are considered as null data Now i want to write these segments into XMl file within its appropriate tags. Hi, You can do the following: 1) First split the text as follow: string YourLine; string [] SplitLine; SplitLine = YourLine.Split( & ...Show All

  • .NET Development StreamReader.Read method fails for multi-part data transfer

    Hi all, I am trying to communicate with a server written in Java from .NET client app using sockets. Its working fine for last couple of years with .NET 1.1. Recently we moved to .NET 2.0 and Read method for the StreamReader starts failing in case of multi-part data transfer. Server sends data in chunks of 1024 bytes, all the chunks except the last one which is obviously less than 1024 are read. But for the last chunk e.g. in case of 1500 bytes of data its 476 the read method just hangs and then socket times out with following error Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connect ...Show All

  • Visual Basic How to disallow user minimize, restore down, and close

    Hi, anyone know how to close minimize, restore down and close button on form, i can't find any property..... HI, Try setting your formborder style to none. I guess what you are trying to do is to have your form maximize in the MDI and lose the controlbox. If so, I guess this would do the trick... cheers, Paul June A. Domag ...Show All

  • Visual Studio 2008 (Pre-release) Client Web App - Server Application Unavailable

    Hi, My client application is an AspNet site (Web App Project not website). The services normaly run on the same machine for dev, but to investigate this problem a little I am calling the services on a different machine. So I have an asp.net client application that is calling wcf service on a remote machine. I have occasional Server Application Unavailable messages in the client application and there is very little information in the event log. The three error it reports are : Event Id : 1023 .NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506) Event Id : 1000 Faulting application aspnet_wp.exe, version 2.0.50727.42, stamp 4333aece, faulting module mscorwks.dll, version 2.0.50727.42, ...Show All

  • Visual Studio Team System TFS - check repository integrity?

    Is there a way to report on the integrity of a TFS version control database I am looking for the equivalent of VSS' analyze.exe for TFS . SQL's DBCC CHECKDB command can tell me if the database is physically intact, but it can't tell me if it makes logical sense to TFS. I know that TFS offers improved stability and integrity over VSS, and I am employing the procedures as described in the "Backing Up and Restoring Team Foundation Server Data" help topics. However, I am hoping that there is a way to proactively detect and respond to any issues that may occur (however few they may be). We don't have an equivalent to Analyze. If it helps, we haven't hit any DB corruption bugs in a long time (Beta ...Show All

  • Visual Studio 2008 (Pre-release) The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))

    I am having "one of those issues", IIS is randomly failing with an "The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))" error. The error is literally random. All I can say is that if I do an iisreset it works for a while until it fails with the exact same error again. Here's some information I am getting from IIS Health Checks: Application information: Application domain: /LM/W3SVC/1/Root/EModServices-5-128008423022079854 Trust level: Full Application Virtual Path: /EModServices Application Path: C:\Program Files\Oxford Media\Accounting & Support System\Services\EModServices\ Machine name: OMASSSERVICES Process information: Process ID: 5540 Process name: w3wp.exe Account ...Show All

  • Software Development for Windows Vista uninstall

    Is it possible to uninstall Vista Ultimate/Vista Transformation Pack once you have installed it. I want to try it, but I am not sure if it can be uninstalled if it takes up to much ram or doesn't look that great. Well, You might try restore your system to an earlyer date. I haven't done this with the transformation pack, but I've restored my system several times allready. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. StreamWriter text file - load Vector 2 and enums

    I'm making my own tile map game. It's similar to the tile tutorial from Jaegers, but class based (each Map has Screens and each Screen has Tiles which, in turn, have properties). Saving to an XML file is just too big (3 megs+ for a 5x5 screen map), so I'm changing over to saving a text file, but having problems loading the Vector2 and an enum TileList {grass, desert, water}. The save code works fine, but I can't figure out how to convert the stream when its loaded. Is it even possible to do this Or is there a better way to save data besides XML public static Map LoadTextMap( string fileName) { StreamReader reader; reader = File .OpenText(fileName); Map tempMap = new Map (); tempMap.Version = Convert .ToI ...Show All

  • Visual Studio Tools for Office Incompatiblity issues with VSTO 2005 SE with Office 2007 RTM

    Hi Misha / Savraj Dhanjal / Andrew Wiles I have been working earlier on VSTO using Office Beta + Win FX (Feb CTP) + VSTO v3 (June CTP). I had used the Excel 12 Document solution for my project. Microsoft @ BLR suggested me to upgrade myself to the latest (ie. Office 2007 RTM + VSTO 2005 SE) and I did the same. Now my project doesnt seem to open at all. I get errors while loading the project. Also when I tried to create a new solution (thought of creating an Excel 2007 workbook solution), I find that its no longer available. I only find options to create Add-Ins on Office products. What do I do. Am I missing out certain installations. I need to continue my Excel 2007 workbook solution. Reference to my previous blog : http: ...Show All

  • Internet Explorer Development IE7, OE6 Printing problems with headers

    Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending email and highlight just one or two words in the text of the email eg Dear John and then print the email using my HP printer (not as text on Generic printer) - the headers then print and so does the selected words. Don't suggest using Outlook as often we only print the first page of emails as we already have the rest of the email on file especial ...Show All

  • SharePoint Products and Technologies Anonymous access to web-based forms using UDC

    I've got two zones: Intranet (NTLM) Extranet (FBA with anonymous access enabled) There is an infopath form that connects to a web service.  The browser form works when conneting through NTLM and FBA users that are authenticated.  However, anonymous user receive an error.  Any ideas on how to allow anonymous users to use the form The following is the authentication line from the UDCX file <!--udc:Authentication><udc:SSO AppId='' CredentialType='' /></udc:Authentication--> ...Show All

  • Windows Forms Windows Authentication in WinForms

    We are developing a WinForms application which needs to user Windows integrated application authentication. This means that there is no separate user name/password for the application. The user should be able to access the application with his windows security context. Am proposing a design, by which the as and when the user invokes the application the application will check for the 'windowsIdentity' and perform a 'IsAuthenticated' check and allow the user to access the application. Also there is another requirement that the solution should support 'Fast user switching'. Similar to Windows XP's 'Switch user' feature. The problem is I can't use this feature is disabled with Win XP systems which are part of a domain. I cannot upgra ...Show All

©2008 Software Development Network