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

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

Kuldeep_s

Member List

JS26
Ado_CiVoN
amocella
MattK_r
Mohamed Barakat
Matt j Cimino Crawford
Pogman
White Shadow
zeee
Botond Baika
kroyce
Avia
StriderIRL
m112358
fan2005
wtfskh
shals
Juned
Waii
LazyGenius
Only Title

Kuldeep_s's Q&A profile

  • Visual C++ handling the global static object constructor thrown exception in VC++ Express Edition

    Hi, I am new to VC++ and would like to know how can I handle the exceptions thrown from a constructor of a global static object is to be handlwed in VC++. I tried creating another global static object which sets a handler function using set_terminate method but the control is not going there. Any guidance appretiated in handling the exceptions thrown by the constructors. Thanks and Regards, You run just into more troubles. Just avoid global construction of objects than can throw! Just place a Init methode for this job, and this Init is called when you main function starts. ...Show All

  • Windows Forms determine if toolstrip is overflowing

    is is possible to determine if a toolstrip is overflowing Or simply check the ToolStripItem.IsOnOverflow property. if (tsi.IsOnOverflow)    // Item has overflowed ...Show All

  • Windows Forms Click once not working

    Hi, I'm trying out the click once, but eather I forget somethign or eather it is not working yet. When I try to open publish.htm it only opens an xml file. When I thry to publish on local htt (no HTTP server) then it seems to work also. I have no idea what I do wrong. I have uploaded a project (it is just a main form) to:     http://www.mestdagh.biz/kieken If someone can see and eventueally can tell me   Thanks.. It opens the welcome screen on publish.htm, but when I hit 'launch' then it just opens an XML file. I have the same problem on an ISP which i can not change there settings anybody solvd this Stev ...Show All

  • Visual C++ Add forms at run time in VC++

    Hi , i need to add VB forms at run time in VC++ .. how to go about it I got one artilce , it say sned to check DaeDoe Forms  in components  in VB , but could not see that check box . how to add the form at run time  I'm assuming by VB you mean VB.NET and by VC++ you mean C++/CLI, and by "form" you mean a .Net 2.0 Windows Form (System.Windows.Forms.Form). Make sure your VB form is working properly (and all bugs have been eliminated), and a release build of the VB project has been compiled. Now in your Visual C++ project, you need to go to Project -> References -> Add New Reference. If ...Show All

  • Windows Forms identifying with API

    Hello, Im trying to identify textboxes with API on a form, but there are multiple textboxes and they each have the same caption and class name, how can I send a message to a specific textbox Yes they are supported on v1.x and above. Michael Taylor - 2/15/06 ...Show All

  • Visual Basic Network Drive ???????????????

    Hi, I want to know that my network drive is work properly or not. If I make a network drive in pcA for pcB but if pcB remove its sharing than i want some confirmation that network drive is not working... Please Help me out... ********************** Manu Raj Try using the System.IO.DriveInfo class. When the network share becomes unavailable, the IsReady property is false. ...Show All

  • Visual Studio Team System Problems when change the default port of "8080". how to config ?

    Hi. in my ex-post : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=254699&SiteID=1&mode=1 I learn how to config with TFSReg. but now, when I really need to open my TFS to internet. I have some new issues. I now need to open the TFS Server with a non standard port (non 8080). I would like it to be "9000" for example. so I go to the IIS and change the web to use 9000 port instand of 8080. later I use the Team Explorer to open the team server. the reporting and WSS functions going fine, but not the Work Item and Source control. in the TFSReg post and sample. I only find a way to confi ...Show All

  • .NET Development Searching for Network Devices using VB .NET? PLEASE HELP!!!

    I am writing a change management app in VB .NET and I need to be able to scan a network for devices like switches and routers. I don't have a clue where to start! I there a way to be able to find these sorts of things by just searching snmp strings or do these devices have some special response when accessed via .NET I really need help! Thanks in advance. Yes, you are on the right track, SNMP will show you tons of information. Here's the catch, you must belong to the community. Many devices on a network will respond to the public community, but for those networks which are secure, you will need to ...Show All

  • SQL Server Executing an Access Report in DTS using ActiveX Script

    Hi, my ultimate goal is to convert an Access report to *.rtf format and then email the new file to a mailing list. I've used Data Transformation Services in SQL before, and I've been successful sending files to mailing lists. I need help in doing one of the following, which will accomplish my goal: 1. Make an Active X Script that will convert the Access report to *.rtf and save it to the harddisk. I've tried this code in an ActiveX Script: Dim objDB Set objDB = CreateObject("Access.Application") objDB.OpenCurrentDatabase("c:\Report Path\database.mdb") objDB.DoCmd.OutputTo acOutputReport, "report name", acFormatRTF, "C:\Dest Name.rtf" objDB. ...Show All

  • Windows Forms Im a novice, dont make fun

    Hello, I am a PHP/MySQL developer working on a project called LiteBoard.  It is a new forum system (like PHPBB, etc.).  Anyways, I am a very unexperienced programmer in C, C++, VB, or what be it.  I want to make a companion to our forums that would run in the taskbar and you could right click on it and open up the main companio ...Show All

  • .NET Development How to retrieve an image from Access DB and display in a pictureBox of Windows Form?

    In a table of Microsoft Access DB, images are stored in an object-type column. Now I want to retrieve them out and display in a pictureBox of Windows Form, how to implement that with C# Using Graphics.DrawImage If so, how to construct such an image object Had better give me some sample codes if possible. http://www.eggheadcafe.com/PrintSearchContent.asp LINKID=799 The code sample available for download includes a snippet of how to do this: ADO.NET Code Generator for Microsoft Access: http://www.eggheadcafe.com/articles/microsoftaccess_source_code_generator.asp ...Show All

  • Visual Studio Team System TFS Beta 3 slow opening docs greater than 1 MB

    We have installed TFS Beta 3 successfully.  However, trying to open word documents in our requirements area that are larger than 1 MB is taking a long time (about 20 - 50 mins).  This was not a problem for us under TFS Beta 2.  Can someone please help us trying to resolve this   Thank you. Something is amiss in your Sharepoint setup.  I can open multi-megabyte powerpoint files from the requirements folder in under a second. I know that's not too helpful, but I think it's indicative that the problem is not endemic to Beta 3, but something unique about your setup. Ar ...Show All

  • SQL Server Convert a sql express to mysql

    Hello. I have created a web site using visual web developer (free download) The website was created using asp.net 2.0. The vwd I have incorporated the cool new roles and membership features of asp.net 2.0. When i did this vwd automatically created a sql express database (aspnetdb.mdf) to hold the login stuff. I then purchased som e web hosting from a company and found out that they only support MySQL databases. My questions are; 1. Can anyone tell me the difference between the two types of database (i know what sql express is but am not sure what MySQL is) 2. Secondly, is there a tool or way I can convert the SQL Express datab ...Show All

  • Software Development for Windows Vista problems with Vista 5308 install

    A friend who is in the MSDN wanted to test Vista on a better computer than his so I volunteered mine. After the install or rather during it I got a BSOD. Bad_pool_header was the STOP error. I went through to do the revert to prior install of windows xp sp2 and to give him his dvd and tell him thanks for screwing up my computer but now my machine (which is brand new BTW) keeps restarting during the revert and wont stop though its not really seeming to revert. HELP I am more than angry right now. Please this box is BRAND NEW pentium 4 HT 3.0 1gb RAM Intel integrated audio bluetooth mouse Wireless lan card. did y ...Show All

  • Visual Studio Team System Is there a Release Date for FxCop 1.35?

    I'd like to use the new features but I'm not going to use another beta. When is the release date planned Cheers, Chris Why aren't you going to use the beta Firstly, it's very stable - we've had no problems at all with it. Secondly, seeing as you're using (and hopefully benifitting from using) FxCop, it would be considered good form to try the beta. ...Show All

©2008 Software Development Network