Software Development Network Logo
  • Visual Studio
  • Visual C#
  • Visual Basic
  • SQL Server
  • Visual FoxPro
  • .NET Development
  • SharePoint Products
  • Microsoft ISV
  • VS Team System
  • IE Development
  • Smart Devicet
  • Game Technologies
  • Audio and Video
  • Windows Vista
  • Visual C++

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

SAinet

Member List

user11
RajLakamana
oznative
Vivek Natani
Megalithic
SeanTom24
Mike Brown
Tryin2Bgood
xt_knight
DeanoCalver
Grant Jenkins
WalangAlam
csLearner
Gmukwewa
Kishore Gopalan
Evan Mulawski
asalcedo
graymon
Nate Garvey
EDV Gradl
Only Title

SAinet's Q&A profile

  • Visual Basic How can we lock Texbox,Combobox,Checkbox without disabling?

    Dear all, How can we lock Texbox,Combobox,Checkbox from editing Setting Readonly to Texboxes makes it's backcolor grayed. combo.enabled =false or txtbox.enabled = false changes its backcolor to gray. I want the back color or forecolor not to be changed when we lock the controls. Thanks in advance Thanks for your reply. I tried to set backcolor to white, it does not work. It shows the same that greyish box. ...Show All

  • SQL Server embedding a DTS package which contains a 'Copy SQL Server Objects Task'

    Hi, I am getting an error when doing the above. I create a new SSIS package, drag in an Execute DTS 2000 Package Task, select and embed a DTS package which consists only one one task (as above), and then change the source & destination details (svr + user/pwd). Then when I go to the Copy tab, I get the following error when I hit Select Objects, to view the objects which the embedded DTS package should copy: SQL-DMO error 21776: general error. On further inspection, none of the objects selected for copy within the atomic/original DTS package, remain selected for copy within the embedded DTS package. I have googled to search for an answer to this one, but to no avail. Any ideas would be greatly welcomed. ...Show All

  • Windows Search Technologies WDS crash under Citrix

    Hello We have 2 Citrix-Servers on W3k Standard Server. The users are connecting to the servers with ThinClients over Citrix. We have now some multiple entities: 1. The WDS does not start at logon and when the User starts it, the message "WDS isn't running" is diplayed. The strange thing is, it is running... 2. The message "The WDS index isn't working properly. To fix this problem, you'll need to restart your computer, and you may need to rebuild the index. Select one of the following options..." is displayed. 3. Application Error The exception Breakpoint. A breakpoint has been reached (0x80000003) occurred in the application at location 0x7c822583 WDS version 2.6.5 with the patch Any idea how we can ...Show All

  • Visual Studio 2008 (Pre-release) databinding issue, june ctp

    hi, i just updated to june ctp and started working on a new project (of course the may-ctp projects are not working anymore..). in may-ctp i got used to working with clr data objects, which i implemented throu a dll, which provided some observable-collections containing the data. those i bound to the root grid element, to be consumable by child element via an explicit data connection. in my new project there seems to be a bug with this kind of binding to data (i haven't tryed the xml-option yet): althou i configure the correct dataContext and the data seems to be available and consumable (i bind the Count property of the collection to a label which returns the acurate value), i even see the data when working in EID, but i do not s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Writing Text to the Screen

    The XNA Framework can't write text to the screen out-of-the-box (unless you forego all of its 2D and 3D capabilities, that is). A little group called Nuclex has put together an excellent text-rendering utility that integrates extremely well with the XNA Framework: http://www.nuclex.org/framework/fonts 1) Reference the Nuclex stuff (see the Tutorial) 2) Make an XML file and fill it with a few tags about the font you want 3) Reference that font 4) Use the font object to make DrawString() calls in the Draw event of your app. Great for checking on FPS, input status, or other testing/monitoring... or just showing your player's in-game stats. No worrys. Check out George's post in this thread if you want to try ...Show All

  • Windows Forms VB 2005 Express Project Deployment

    I have writtewn an app that needs three pre-requisites, .Net 2, Installer 3.1 and SQL Express. All the publish details are setup etc. When I choose "Download prerequisites from the same location as my application" where is this "same location". My app will not publish beacuse it says, for example, "windowsinstaller3_1\windowsinstaller-KB893803-v2-x86.exe...cannot be located on disk". I have tried saveral locations but all have failed to date. Hi, you can download instmsia.exe at this location: http://www.microsoft.com/downloads/details.aspx FamilyID=cebbacd8-c094-4255-b702-de3bb768148f&displaylang=en Jeff ...Show All

  • Visual C++ help needed for multithreaded animation in VC++ 6.0

    Hello! I was trying to develop an animation in Visual C++ 6.0 on WinXP when i came across this problem: i was trying to run animation inside a thread: DWORD WINAPI AnimationThread(LPVOID param){ for(i=1;i<15;i++) { ................................. ................................. //AniProc1 and AniProc2 are functions to create animations SetTimer ((HWND)param, ID_FLASH,100, AniProc1); SleepEx(2000,1); SetTimer ((HWND)param, ID_MOVERIGHT,5, AniProc2); SleepEx(2000,1); ....................... ....................... .................. } All of a sudden the animation stops (during 12th loop ...my code contains no special condition related to the 12th loop in particular) Plz hel ...Show All

  • Visual Studio 2008 (Pre-release) Custom Control Support in Cider

    Hi, What is the timeline in Cider for support a Custom Controls Actually ( RC1 ) Not parse the xaml for custom controls Not Add the custom control the the toolbox automatically like Winforms provided Not load and show the custom control on the designer Not manage correctly the Namespace, load correctly the NS if I reference externally the assembly, no project reference. This feature list is very important for any custom control's maker! :-(   -- Andrea Gelati Mike, thank you for the response! True, cider aug 2006 ctp is not the rc1... I have linked (wrong) directly with the .net framework 3.0. :-)   Andrea Gelati ...Show All

  • Smart Device Development Using .Net web pages in mobile devices

    Hi, 1)I have a ASP.Net web page and i would like to port it for mobile devices like PDA and Smartphones. Is it necessary that i have to re-write the application in Mobile web application If so, what is the advantage 2) If i have to convert the web page to Mobile web application page, is it enough that i convert the usercontrols and the aspx pages to Mobile user controls and mobile web forms and use mobile controls in these pages 3)Is it necessary that all the controls in the mobile web forms should be 'mobile controls' 4)What is the mobile control available corresponding to the table, div, span, dataview, hiddenfileds etc. Thanks, Lekshmi This forum is smart device devel ...Show All

  • Windows Live Developer Forums I need to detect my network connection to see if my computer can connect to vitural earth map (http://dev.virtualearth.net/mapc

    I am developing a virtual earth map application by vc, I need to detect my network connection to see if my computer can connect to vitural earth map ( http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js ), how should i do this can you give me one sample code for me to have a reference I appreciate your help. lol. Have you searched the internet or MSDN Sounds like a fairly common thing for all sorts of applications not just VE. If not i would go and ask a vc forum. John. ...Show All

  • Windows Forms Can i use a Batch file in a Custom Action?

    Hi, I have made a setup project for a windows C# project. I want to know can i use a batch file as a custom action Please guide me as soon as possible... Regards, Wasif Ehsan. I am trying to add batch file in the way you have mention but it is giving the error message "Not a valid file type for custom actions" ...Show All

  • Software Development for Windows Vista Welcome!

    Hello and welcome to the Data Access, Storage, Search and Organize forum! There's a lot to talk about here and we're waiting to listen to your comments and answer your questions. A lot of folks are down there at PDC so we're expecting these forums to really cut loose once everyone gets back and starts to work with Vista, but we're open for business now! hello, want to post about netwrok troubles but forum or link doesnt exist from the vista support website. where would u like me to go ...Show All

  • SQL Server How to use Alerts

    I have two fields in my report(Start Date and End Date).Start Date should be earllier than End Date.Please help me how to use alerts. Ok I can't able solve this error."An error occured during local report processing.Error during processing of 'Validate' report parameter." ...Show All

  • Visual Basic Select cells in datagridview{Urgent help}

    Hihi.... I need help on the following problem.. Thanks in advance...ok my problem is.. i need to do a function that allow user to click on the cell of the datagrid and display the information of that row selected into both combo box and textbox.. I managed to do the part where user click on a cell details will be displayed... but how do i retrieve only the information of that row the cell belong to.... is there a way to do it in visual studio 2005 and sql server 2005.. really need help urgently.. thank you..~~ This example shows one way of getting the contents out of a text box and into a textbox. It assumes you are allowing multiple cells to be selected - although this may not be the case - but the code ...Show All

  • Visual C# operator overloading vs operator overriding

    what is the difference between operator overloading and operator overriding thanks in advance for ur replies yes i got it Michael Taylor thanks for ur help so operator overloading is having the same operator doing different tasks & operator overriding is changing the defined task of a particular operator is it correct ...Show All

©2008 Software Development Network