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

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

JohnnyOre

Member List

CLMan
Cockeyed Bob
Dr_Cuddles
glennb10
Jim Thompson
Spaccabit
Senkwe Chanda
Sapient
Richard Burte
Brian Shafer
S Burris
benjaminm
Dan W Hollingsworth
vladgrig
Kerry Reynolds
Bill Miller
anamika
MA2005
Paz 9000
kimm
Only Title

JohnnyOre's Q&A profile

  • Windows Forms How can I draw outside the form?

    Hi everyone I do face a new problem, I have a normal form, and a graphics object from the form's Paint(), and I am trying to draw something that will come on the top pf the form and little bit outside it I need the draw something  ...Show All

  • SQL Server sql server 2000

    This is my last attemp at trying to install sql server installed, which its been quite reluctant too, as I've spent the last 2 hours with no progress. I've downloaded MSDE2000A.exe from http://www.microsoft.com/downloads/details.aspx FamilyId=413744D1-A0BC-479F-BAFA-E4B278EB9147&displaylang=en Installed it in the default directory. "C:\MSDERelA" And ran setup which returned this error "A strong SA password is required for securit ...Show All

  • SQL Server Transfer Objects Doesnt allow 2 connections to the same server

    I have two databases with approx 250 tables each. Database 1 is the staging DB and Database 2 is production. I need to append all the rows from staging to production. In SQL Server 2000 I used a Copy Sql Server Objects task, checked all the boxes for the tables I wanted and told it to append the data. (yes I know this is not the most data/time efficient but it works like a champ and I only have one step that needs to be maintained ...Show All

  • Visual Basic InputBox & MsgBox button handling

    I'm sure this is probably an elementary question, but since I'm new to this programming thing, I don't mind.  I'm having trouble with an input box and a message box when Cancel or No is clicked. From my input box, if cancel is clicked, I want to exit the sub. Here is my input box, but how do I create an if..then to find out if Cancel was clicked and then stop running the macro myLPS = InputBox(msg, title, vbOKCancel) Second thing, ...Show All

  • SQL Server Management Studio and Enterprise Manager on Same Machine?

    Greetings! Do any of you know whether or not it's possible to install Enterprise Manager onto a box with SQL Server 2005 installed I've come across a couple of problems when trying to admin some SQL 2000 servers, so I need EM somewhere. Also, it's incompatable with SQL Server 7.0, of course, and I've got two of them to admin as well. Thanks! Yes, it's OK, I've done it. But it's not recommended for a produc ...Show All

  • Visual FoxPro VFP

    In VFP 8.0 I have a table build and need to write a prg that well look in a fold and what ever files it sees it import or append in the existing table. The files that it will import or append will always be in the same format and have the same structure. I'm new at this. Any help would be great. Thanks, Brian Something like: use myTable lcFolder = getdir() for ix = 1 to adir(aFiles, addbs(m.lcFolder)+'*.txt')   append from (addbs(m ...Show All

  • Visual Studio 2008 (Pre-release) using *linq with a web project

    web projects don't seem to have a .csproj file, where the pointer to the alternate c# compiler resides. so, how can i use *linq with a web project   if you are not doing any inline coding, you could also compile your code with C# 3.0 compiler and copy the related assemblies (like System.Query.dll) to the bin directory ...Show All

  • Visual C++ Compile Error 2664

    I have the following .cpp file code - see towards last line of code where the compile error 2664 occurs. Please help. Thanks. This is the header file which the call references it can't convert Error 1 error C2664: 'bSearchTreeType<elemType>::insert' : cannot convert parameter 1 from 'dictionary' to 'const std::string &' //Header File Binary Search Tree #ifndef H_binarySearchTree #define H_binarySearchTree #include ...Show All

  • Windows Forms Creating List and Details view with Usercontrols

    I am currently developing a MDI program and I would like to have this MDI-child which contains another usercontrol with a datagridview with the list of employees, and when double clicking on a row (employee), the usercontrol with the datagridview disappears and a usercontrol with the details of this specific employee shows. So currently I have the following - A MDI-Child form (Employees) with a panel to contain the usercontrols. This form al ...Show All

  • .NET Development Copy files to remote server

    Hello all, I am currently developing a client/server application and I need to launch my server.exe file on a remote server. I am able to connect to the remote machine (because I have user name and password) and launch a process. However, the .exe and.dll file must FIRST reside on that server. Does anyone know a quick way to push these files over to a remote directory and then clean up it up non-intrusively I am using C# and I can’t ass ...Show All

  • .NET Development How to:using TCP/IP and SSL in .NET?

    Hi, All I am developing some custom Point-of-sale system, that requires handling the payments by credit/debit cards. The company provider of the payment services says that to process the credit cards we need to do the following: 1. DNS lookup and locate the gateway IPs. 2. Communicate to the gateway via TCP/IP/SSL (request/response). I actually came across this issue at first time in my programming life, never had to work on such low ...Show All

  • Visual Studio Team System Identifying attributes applied to fields

    This is similiar to another post I had about identifying attributes at the type level http://forums.microsoft.com/msdn/ShowPost.aspx PostID=86895 but the answer to that problem doesn't work for this one. How do you get information about the attributes applied to a field The attribute I'm looking for this time is [NonSerialized()]. Member.AttributeList is empty and there is no RuleUtilities.IsSerializable overload for Member. I also tried RuleUt ...Show All

  • Smart Device Development Power on File.Copy problem

    Hello, while testing a application i came across a File.Copy (C#) call that does not work correctly. The problem is that the call is made a few seconds after the device got a wakeup signal. Something really weird is going on. I cannot say why the exception that is thrown: System.IO.IOException: IOException at System.IO.__Error.WinIOError() at System.IO.File.InternalCopy() at OurFirm.Backup.Backup.CopyFile() at OurFirm.Backup.Backup.ExecuteAction ...Show All

  • Visual Studio Express Editions debugger in vb express 2005 runs unupdated form, no matter what changes i do and save

    the problem is very simple, the debugger in vb express 2005 runs a form that is stored somewhere but it does not run the current from. this happens randomly after a certain amount of time. no matter what i do to my form or the project, the debugger runs the same old form. I saved, resaved, started new several times, restared the comp, searched for any trace of the mystarious form and nothing. im sure its a setting somewhere but i dont know of ...Show All

  • Visual C# How to dynamically Create huge grid of editable textboxes at runtime..Help..

    I'm working on a windows program that will open a tsv (tab seperated file) and store the values into an arrary and then put these values into a grid of textboxes where I can edit the values. I got to the point where i parse the text files into the arrary fine and I can put the values into the grid of textboxes.. but Im creating a grid of 12 X 100 which is 12000 textboxes i manually have to put into the form through the IDE. There has to b ...Show All

©2008 Software Development Network

powered by phorum