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

Software Development Network >> John Hennesey's Q&A profile

John Hennesey

Member List

panther_grad
Janee
lne
sqluser
Mukhtar Omar
EVH
AravananRaman
dkocur2
Siva M
bazinou
Gideon Raveh
esamsalah
MartijnB
Nick Tuckett
Wim Verhaeghen
M.S. Babaei
Rusty H
Thomas van der Heijden (old)
MattP88
Deming
Only Title

John Hennesey's Q&A profile

  • Visual Studio Express Editions fatal error C1083: Cannot open include file: 'xxxx.h': No such file or directory

    Hi, I'm using Visual C++ 2005 Express, and I see that this type of error message has been giving a lot of people problems, but after trying a few of the fixes posted here, my project still gets the same error message. Here's a snippet of my .h file: //randomcard.h int randomcard( void ) {    int randomnum; and here's the top part of my .cpp file: #include <stdlib.h> #include <stdio.h> ...Show All

  • Visual Studio Express Editions RightToLeft Property for Graphics.drawString

    Is there any code as Graphics.RightToLeft or what ever to enable drawing strings from right to left, such as label.RightToLeft=True I need this property for printing Arabic strings, Is there any way I just want to point out that I've never used this myself. I just went to the help and clicked a few links and 20 seconds later I had this information. The Graphics.DrawString method is overloaded and sever ...Show All

  • Visual Studio Express Editions FTP help

    I am trying to write a procedure to transfer a local file to a unix mainframe through ftp. I know the IP address, username & password to connect. I know that the 2.0 framework has ftp functionality, but I just can't figure out how to accomplish this. Can someone please post a code snippet that will do this Thanks... My .Computer.Network.DownloadFile http://msdn2.microsoft.com/ack30t8y.aspx Best reg ...Show All

  • Smart Device Development WANTED: list of devices supported

    Hi all, where could i find the list of devices currently supported by VS2005 thanks. Try going here http://www.phonescoop.com/phones/finder.php and and under the 'Platform/OS' clicking either      Windows Mobile for Smartphones or     Windows Mobile for Pocket PCs then set the option box to 'Required' Seems to do a good job. - John ...Show All

  • Visual C# I need simple code editor component on web browser

    I need simple code editor component on web browser. i want color syntax code editor using on my web project. please help! thanks all! Cute Editor is one of the most advanced editor i have ever seen. You can also take a look a Component Source: Featured HTML Editing .NET Components . ...Show All

  • SQL Server Moving a SQL2K publisher to a SQL 2005 instance.

    Hi, I have to move a SQL2K instance (publisher) to a SQL 2005 instance and i prefer not to re-snapshot all the databases being replicated due to the large size of the databases. As i understand all i need to do is    1. Ensure all published databases are in readonly mode. 2. Stop the replication (by either dropping subscriptions, publication or stopping replication agents). 3. Move the databases to the SQL ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3D map

    kinda hard to explain but what I want to do is place meshes about 200 of them I guess it would be in world space then each time a player moves the camera with point to there current location, what is the best way to get the cords for the mesh not all 200 need to be shown on the screen at one time just maybe 30 -40 tops, im just kinda at a loss on how to figure this out any help would be great thanks    &nb ...Show All

  • SQL Server Passing parameters to Oracle stored procedure

    Hi, How can I pass input parameters to the Oracle storeprocedure from Reporting services. Can any one help me in this Regards, RajeshJV There have been a few related threads on this forum recently, but here is my summary of advice: First, make sure that you are running at least RS 2000 with SP1 installed on report designer and report server. Or use RS 2005. Check the following article for general information about how to ...Show All

  • Visual Studio Express Editions New to C

    Hello. I was interested in programming in C and of course I bought a book. However the book is a little outdated, so they describe how to use the tools such as the compiler, etc. They teach you how to compile and link everything with Borland and Microsoft Visual C++. This book is C For Dummies, printed in '96. I downloaded Visual C++ and it has WAY more features than the one in the book has. I'm lost. Starting out he teaches you to do the usu ...Show All

  • SQL Server Unable to synchronize the row because the row was updated by a different process outside of replication.

    Hi All I am getting this error during Merge Replication "Unable to synchronize the row because the row was updated by a different process outside of replication." I could not reproduce this error in my development enviornment, can anyone tell me what is cause of the above error and how do I reproduce this error in my development machine I am able to get which is outside process The Conflict Type is 10 for above error whic ...Show All

  • Windows Forms How do i add a comment or a description inside a Function or Method

    What i did is a CLASS file with all my functions and methods in to it, but i was looking a way to add comments or a brief descriptions just like VB.NET do when you create a instance to a object and using is method or propert ...Show All

  • Visual C# Service Setup project does not install service KB816169 does not work

    I followed every step in KB 816169 and after I create a servicesetup project for my service and build the project, when I do the install, only servicesetup is installed an my service does not install! I can install my service through installutil.exe and works fine. What am I missing I have tried everyhting but somehow my output for setup does not add the service and all I see in add/remove programs is my "ServiceSetup" I am at the end of my ...Show All

  • .NET Development How do I access files on another computer by passing another users credentials?

    I need to access files in a shared folder on a third party computer that is not joined to my domain.  I have a user account from the third party that my application can use to access the files.  I must not map a drive to it and can not control permissions from Acitve Directory. My application is a Windows Forms app. written in VB.NET using Visual Studio 2005. / .Net Framework 2.0 Can anyone point me in the right direct ...Show All

  • SQL Server Error Messages in Logs when doing a backup

    I need help, I am at my wits end. I am running a SQL 2000 Enterprise edition of SQL server. It is on a 2003 Enterprise Windows server. I keep getting this error message when doing backups, or when we push data into the database. 'The Scheduler 0 appears to be hung. SPID 140, ECID 1, UMS Context 0x073FABD0. Error: 17883, Severity: 1, State: 0' And now I am getting this error message. Waiting for type 0x4, current count ...Show All

  • Visual C# API reference problem

    I have an API is implemented as a 32-bit driver (WRG3API.DLL) for Windows 98, 2000 and XP. I want 2 use use it in my c# program. Would it b a best idea to use pInvoke to reference its functions. I tried to add the dll to my project 'refernces' in c#. through add reference option: but it gave me an error: Can any1 suggest what would b the problem. Is it got to do somthing with admin rights o O o(`'·.,(`'·., ☆,.·''),.·'')o O ...Show All

©2008 Software Development Network

powered by phorum