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

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

AntonioCanaveral

Member List

nrb1955
Morten Wennevik
Gordon Glasgow
LockyBoy1
Aleks Seovic
VCPPUser
Raks
basicprogramer
Geoff Darst
Marcus Deluigi
Jay S
Francis Griffin
Tim Conlan
Judy Booth
Interdit
Phyoe
Bength
BobLoblaw
David_L
Jeevann
Only Title

AntonioCanaveral's Q&A profile

  • .NET Development How to find control?

    Hi There is a textbox control on the form.Name of the text box is txtIn. How can we find the perticular control is existing or not on the form Pls help me. Thanks in advance sanjay if(document.formName.elementName){ alert("It is here"); } ...Show All

  • Visual Studio 2008 (Pre-release) The Sept CTP WinFX Runtime Components Release is live

    fyi - Sept CTP is live.  Well the runtime is live, the SDK will be live soon...   Direct link: http://www.microsoft.com/downloads/details.aspx familyid=ffd636f0-86e9-41e8-9e1c-100a4cc4888f&displaylang=en      We also have a fairly direct path right from the Vista site...go to http://microsoft.com/vista , click on "For Developers" under "Learn more about Beta1", click on "Get the Beta", ... Enjoy and post ...Show All

  • Visual Studio Team System Seperation of Team Foundation Server and Windows SharePoint Services

    Hi, We currently use Trial version of TFS. Is there any way to seperate Team Foundation Server and Windows SharePoint Services We have a companywide Sharepoint Server and we want TFS to create our Project Portals under that Sharepoint Server rather than Sharepoint Services on its Application Tier. Is there any way to make this seperation happen Or is it currently tightly integrated Ertobias. Ert ...Show All

  • Visual C# Must declare the scalar variable '@FirstName'

    Hi, I guess the issue here is that the code is having an "Must declare the scalar variable '@FirstName' " exception... I'm not a master on web development but have you added it in the parameters array or something coz that kind of error appears in windows apps if you haven't declared it in the parameters collection of the command object... cheers, Paul June A. Domag   Paul Domag wrote: Hi, I guess the issue here is that ...Show All

  • Visual C++ a VC++ problem......blocked my project

    hi all....this is rahul arya..... i m undergoing a project of "image grabbing algorithm using API functions in VC++"..... the problem i m facing is dat i want to display the live image into a prticular part of my output window...... for this i have inserted a picture in the DIALOUGE of my project resource ....than i have assigned a handle to the window as./... MainWnd=m_Viewer.m_hWnd........ where m_viewer is the var ...Show All

  • .NET Development .NET 2.0 Remoting TCP channel, is it bi-directional?

    douglasp (or anyone for that matter!), please could you answer if the TCP channel in .NET 2.0 has been updated to support bi-directional communications by default We have an application that is using a custom channel supporting bi-directional TCP and SSPI. However, the improvements in .NET 2.0 (native support of SSPI based security and the new IPC channel in .NET 2.0) are not easy to ignore given we could benefit from the use of the s ...Show All

  • Visual Studio Express Editions When will Visual Studio 2005 ship?

    I place an order on November 7 with Amazon for VB2005Pro and still they have not ship it yet because they have no receive stock from Microsoft.   Does anyone know when Microsoft will start shipping the new version Finally Amazon just shipped my VB2005Pro. ...Show All

  • Visual Basic How to put a picture into a picture box fetched from a website using WinHttp

    Hi,   I need to fetch an image from a website and put the image into a picture box using WinHttp in VB. I referred to the article in the following URL. http://msdn.microsoft.com/library/default.asp url=/library/en-us/winhttp/http/about_winhttp.asp It has the following code.But the code gives error. The lines that give error are marked in bold as follows. Private Sub Form_Load()     ' Create an instance of the WinHTTPRequest ...Show All

  • Windows Forms MDI App - need dynamic (late binding) of Reference'd DLLs - HOW?

    Preface: I am using Chrome for .Net (www.chromesville.com), but understand C#... I am developing my first .Net application, manually porting a Win32 Binary app. In the original application we could use LoadLibrary() to access a DLL on the fly as long as& ...Show All

  • .NET Development Can't get a TCPClient Connection working

    I've been working on this same thing for quite some time now. I'm trying to make an admin console to manage my IRC server, but I can't get past the beginning stages of establishing and maintaining a connection. I finally copied the code out of the project and made a new one with just a textbox, trying to just dump every bit of data I'm sent into that box, but even that isn't doing anything now. I've looked into IRC communication, so I know I'm u ...Show All

  • .NET Development ConfigurationElement implementation and code analysis warning CA2214

    Hi, I implemented ConfigurationElement similar to the MSDN documentation, as follows :- public class FontConfigurationElement : ConfigurationElement { public FontConfigurationElement() { } public FontConfigurationElement( string fontType, string fontName, decimal fontSize) { FontType = fontType; FontName = fontName; FontSize = fontSize; } [ConfigurationProperty( "fontType" , IsReq ...Show All

  • SQL Server Installation Problem

    Hello, When installing SQL Server 2005 developer, I get the error: Product : Visual Studio Integrated Development Environment 2005 Error : Internal Error 2356. _14248_Microsoft_VC80_MFC_x86.msm Any idea why this is happening Thanks. ...Show All

  • Visual C++ Using classes from dynamically linked DLL

    I am attempting to use classes that are defined in my custom written DLLs. I am dynamically loading the DLLs using LoadLibrary. I already know how to access functions using GetProcAddress. Is it possible to do something similar for classes No! You can not use class exports via this way with LoadLibrary. A simple approach is to create interfaces like COM interfaces and return only pointers to those interface ...Show All

  • Windows Forms WYSIWYG html control

    Are there any competing products to <a href="http://www.comzept.de/index.php TEMPLATE=products&product=htmleditor">NetRix</a> I'm looking for exactly what this control does but I wanted to know if  there were options. Would you be able to send m ...Show All

  • Visual Studio Express Editions unknown stream header byte sequence?

    Hi, I've just downloaded the MyMovieCollection Starter Kit for Visual Basic Express Beta 2. filename: AmazonMovieCollection_1_0_vb_rtm.vsi When I click on the .vsi filename (above) I get the error message: 'unknown stream header byte sequence' Any idea what the problem is and how to solve it . Thanks I had the same problem with any .vsi file. I removed the beta 2 version (remove tool at msdn) and download ...Show All

©2008 Software Development Network

powered by phorum