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

Software Development Network >> Jack Greenfield's Q&A profile

Jack Greenfield

Member List

Alvis
UncleB
sqsAndres
James Dunn
Cine
Joseph D.L.
gavwel
dhruvkush
Amir Duany
Qinyingying
WildWildWind
SKMoss
rentacoder
Raghuraman_ace
vasanthaprabu
CodeZero
Jamie Cool
Jeff of Commerce
bugmenot
EricPatterson
Only Title

Jack Greenfield's Q&A profile

  • Visual Basic Adding an ocx component to vb2005 project

    can somebody help me on how to add an ocx component on a vb2005 project such as shockwave ocx Dominic tanx for the reply. Ive already register it and it was succeeded but it still doesnt work. its still replying an error message " activeX control is unregistered" tanx.. ...Show All

  • .NET Development README - read this first to get your question to where it will be answered

    This forum focuses on the managed version of JScript (JScript .NET) as well as questions on JScript/ECMAScript language semantics and future direction. Other questions should be posted as follows: IE/DOM related questions http://www.microsoft.com/windows/ie/support/newsgroups/default.mspx Click on the newsgroup with the particular version of IE you're interested in. ASP .NET related questions http://forums.asp.net WSH and other general script related questions http://www.microsoft.com/technet/scriptcenter/default.mspx There are several forums listed in the Communities section of the web page. ...Show All

  • Windows Forms Checking if a form is Shown or Hidden

    How can I check if a form is hidden or shown through code Also, how could I use variables in between forms, like have formshown as boolean inside form 1, and use the same variable with its value associated with it inside form 2 Alright, sweet thanks alot, now I can finally get really ahead on the Console I am making for a break out game that I am making with a friend. ...Show All

  • Visual Studio Team System Problem creating a TFS Project

    I am trying to create a TFS project.  The project doesn't exist on my server, but I am getting an error telling me that it does.  Some more useful information is that I am trying to migrate a VSS database.  My previous attempt did not work out.  I had a backup image of my server, so I restored it and was trying to start the process over.  I have already done this 2 times with no trouble, but now I cannot create the project   Could the problem be with the client system remembering that there once was a project called "ProTrack" Error TF24018: Team Foundation Server Configuration Failure. Team p ...Show All

  • Visual C++ Binding Navagation Like buttons

    I'm creating a program in Visual Studio 2005 Beta 2 (i dont have a subscription to msdn so i cant get thet CTP i'm just a student so the cost is a bit steep)using datasets and I want to allow the user to fill in text boxes and add fields without having to see the datagrids.  In doing this I would like to add buttons to add (and save) a new item (row) to a dataset and also buttons to scroll through a data set (i tried this ->BindingContext->get_Item(JazzPep_MembersDataSet, "Pep Members")->Position = this ->BindingContext->get_Item(JazzPep_MembersDataSet, "Pep Members")->Position + 1;   but i get the error m ...Show All

  • Visual Basic list view right to left problem (VB.NET)

    i have problem with right to left i set the right to left property of list view yes but it don't work at all i want the columns start from right not left  help me plz Thanks for the question.  For the ListView control you need to set both the RightToLeft to "Yes" and RightToLeftLayout to "True". That will make the items order right to left. Also note that the RightToLeft property is ambient (pulls the value from the parent control like BackgroundColor) so you can set the RightToLeft on the parent control (such as the Form) and then set RightToLeftLayout to "True" to get the same effect.   Chris Mayo ...Show All

  • SQL Server Replicacion Merge SQL Server 2005 Express Edition

    Hi, There exists the possibility of establishing replies Merge between a SQL Server 2005 Express Edition and a Pocket PC I have observed Express Edition only allows replies as subscriber Gracias. That is correct, Express Edition cannot be a publisher or distributor, you would need a full version of SQL 2005, like Standard Edition, to do this. ...Show All

  • Visual Studio Express Editions ReportViewer Problems

    Hi All. I have installed the ReportViewer component and loaded it into my Visual C# Express tool palette. I then added the component to a WinForm, and when the SmartTag popped up, clicked "Design a new report" but nothing happens. I literally mean nothing. The link looks like it is clicked (changes color) but it does nothing. Could someone tell me how to design a local report and attach it to the ReportViewer control And if I need anything extra, please define what and if possible, where I can get it. TIA Hi Hagen. Go see this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID= ...Show All

  • Windows Forms MDI Forms

    Okay just a quick question, and hopefully a quick solution.  I currently have a main mdi form and two child mdi forms.  My objective is to get one of the child forms to open through a button click on the other.  So say the user runs the program, they see a blank form, then they click on a button and one of the child f ...Show All

  • Visual Studio Express Editions Getpixel API

    visual basic code: Where did you find this code What is it supposed to do Cut and paste of code you don't understand is always a bad idea. hdc would be a device context, the thing that Windows must generate in order to draw something. GetPixel is returning the color of a pixel in a DC, build from a window, which would be a single number which, when converted to hex, is an RGB triple. Can someone please explain to me how to use this code so that I can grab the pixel color from a location on the screen Well, forget the session stuff, and instead just pass IntPtr.Zero ( from memory, it's NULL that you want ) to GetDC to get the DC of ...Show All

  • SQL Server List all your connection managers

    Hello, I'm building a custom task which has a property ConnectionManager which obviously allows you to select which connection manager you're goinng to use. I know how to get the list of connection managers but how do I make them appear in a combo-box in the properties pane Anyone got some code for that Hopefully this is fairly trivial for you developer types out there. Thanks Jamie Adam Tybor wrote: I don't know about dataflow components, but on a custom task I simply created a property of type ConnectionManager and it gave me a drop down list of all the connectionmanager's guid's in the package. The built in type converter has ...Show All

  • Visual C++ Changed the COM signatures....using ildasm.....

    Hi, I have a .exe COM which I used in .NET but some signatures got changed....so I opened it with ildasm and changed the signatures so that it should return something from the function....This is the error I'm getting now.... The runtime has encountered a fatal error. The address of the error was at 0x79e8aff6, on thread 0xb4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack. Any Ideas.... Thanks, Harsimrat ...Show All

  • SQL Server Express cannot convert different data types automaticly????

    I have a SQL Server 2000 database which works like a charm in my asp app. Joining tables by id columns which are of different data types (eg. int in one table and varchar in the other) is no problem with the SQL Server engine, but Native Client refuses to do so and hands me back an error. Even if columns have a slightly different collation (like Slovenian_CI_AS and SQL_Server_1250_CI_AS) SQL Express native client returns an ERROR !!! Is it possible that Native client cannot resolve this on its own Must I change the colattion and datatype on all my tables Please help!!!! Peca, developer from Serbia u ...Show All

  • Windows Live Developer Forums How can I accept a buddy automatically?

    hi, all ! I want to do a robot that can accept a buddy automatically, after someone add it. Could u tell me Howto Thanks. Please refer to How to get Messenger Technical Support http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368260&SiteID=1 ...Show All

  • Visual C# Installing Project

    I developed a database in SQL Server 2000 , the front end (GUI) is designed in C# , it is working fine on my own computer but if I try to migrate it to other computer where SQL Server2000 is not installed its not working there, similarly if I install SQL Server 2000 on that computer it stillrequires to attach the database file, so is there any method or procedure so that I don't have to install SQL Server 2000 altogether or I have not to attach the data file by my own means that the data file must be picked up the computer automatically. A quick response will highly be appreciated. Thanking in anticipation. FROM IFTI ...Show All

©2008 Software Development Network