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

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

kothari_ronak

Member List

JoseVSS
drastik
Andreas Jaeger
>rik<
Lazarus Darkeyes
roneil
JohnBBBBBBBB
IsabelleAM
TonyAM
joe everett
Jonas Andersson
Benbun
CSI-IT
givemeabreak
John Black
dpeeth
TrickyToo
pmedart
AngelOnLine
Yustme
Only Title

kothari_ronak's Q&A profile

  • Windows Forms Multi-Monitor set to different resolutions breaks secondary forms

    Just checking to see if anyone knows about this, I experienced this issue a while back and managed to reproduce it in a simple program today so thought I better check to see if its know, or I just mucked up somewhere In a system with 2 monitors, where the secondary monitor is set to a different resolution (larger) to the primary, any window created and shown as a Dialog (yet resizeable) breaks if the window is moved onto the secondary monitor * ...Show All

  • SQL Server How to use SQL Express to Cache the data.

    Hi, We are using VSTO 2005 and developing an Ms-Office Excel application which has to work both in Online and Offline. When the user connects to office LAN network then the data that the user will use data comming from our centralised database. This is for online scenario but when the user is in offline i.e. when the user is out of office user has to use the data which comes from the SQL Express. Once user connects to office LAN all the data fro ...Show All

  • .NET Development Can not read data from InterBase 5.1.1 by using OdbcDataAdapter

    I configured an InterBase 5.1.1 database as an ODBC System Data Source. When I try to get data from it through the following program,  OdbcDataAdapter da = new OdbcDataAdapter("select * from ACCOUNT_MASTER", this .odbcConnection1); DataSet ds = new DataSet(); da.Fill(ds);   it raises exception in the Fill method as: System.Data.Odbc.OdbcException: ERROR [IM001] [Microsoft][ODBC Driver Manager] Driver does not support this f ...Show All

  • Visual Studio Team System Global variable for all different web test

    Is there a way to store a global variable for all web tests I am trying to figure out a way to pass the argument among different web tests. For example, i created a new user ID and I want to use the same user ID for all web test. Probably the best way is to create a singleton object that holds the shared data you want, and then access that object from each of the coded web tests (I'm assuming you're using coded web tests; if not, it is stil ...Show All

  • Visual Basic VB.NET and a simple game

    Ok quick question about VB.NET. I'm making a very simple BreakOut game in vb.net and I have used PictureBoxes for the bat and the ball, and I have added the physics and collisions etc for the bat and ball and everything and it's fine... next I added a button for one of the game's "bricks"... now the brick has no events and is moderated and controlled by a timer. Is there anyway i can get this timer to, instead of performing code on that specific ...Show All

  • Visual Studio VSTS July 2005 - Which SQL Server 2005 Build is Compatible

    I've just installed VS2005 Team System July CTP, however which build of the SQL Server 2005 Developer edition is compatible SQL Server 2005 Developer June CTP would not install with the July CTP already installed, are they compatible if I install Yukon then Whidbey Thanks in advance Doug Holland  Hi, Here's the official info on this: http://blogs.msdn.com/graceworld/archive/2005/06/15/42938 ...Show All

  • SQL Server Creating an Offline or Local Cube

    Hi, I want to create an offline cube (Local cube) and insert data into it from an existing cube in SQL Server Analysis Services 2005. Can anyone please help me on this issue. Thanks and Regards, Gautham. Hi, We can create a local cube using CREATE GLOBAL CUBE Syntax. Please refer the following link to find out how to create a Local Cube. http://msdn2.microsoft.com/en-us/library/ms145581.aspx ...Show All

  • SQL Server Copy/Paste text into a field

    I've encountered a strange problem with the Microsoft SQL Server Management Studio. When I manually edit a record in a table and want to insert text with more lines, only the first line is copied into the field. The field type I use is nvarchar(max) but it doesn't really matter what type it is. The problem only exists in the Management studio. When I perform the same task in the "old" Entreprise Manager it works fine. Am I ...Show All

  • .NET Development Credentials

    Hi! I have a small webservice placed on a Domain Controller server (Windows 2003). The service has one void that takes a string value (user account name) and creates a mailbox in the Acitve Directory. There is nothing wrong with the function, it works fine, and mailboxes are created without problem. But there is a slight problem in the code as you migt see below. --------- string path = "LDAP string" ; string homeMDB = ...Show All

  • SQL Server SSAS: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

    Hi, Iam getting Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) error, when Iam trying to browse a cube in the SQL Management Studio or the Business Intelligence Development Studio. Please let me know how to resolve this asap. Iam able to query on the cubes using mdx, but to see the pivot table view or browse tab, iam getting the above error. Iam using SQL Server 2005 and Visual Studio 2005. Regar ...Show All

  • SQL Server hiding "Change Credential" link

    Is there any way to hide "Change Credential" link comes in browser I cannot change the credential type, It will be "Prompt" only as i am passing connection string and Credentials via URL. What you are doing may work in the current version, but it is not a supported mechanism for changing the viewer. The html structure may change in a future version or service pack. ...Show All

  • Visual Studio Where can I find ANY information about sourcesafe 2005?

    Hi, I've been trying to find information about Visual Sourcesafe 2005, but it doesn't seem to be anywhere on the MS web site! Is there a web page for it anywhere All I can find are a million links to the previous version, sourcesafe 6, which we already use. Please help! Thanks. The pricing is per machine where you install VSS binaries, so you'll need 2 licenses. I don't know about the upgrade from MSDN subsc ...Show All

  • Visual FoxPro Report that won't maximize

    I put in my class form the code which will maximize the output of every report I generate. Just only this few days that I notice that some of my reports behave as expected but some report output just pops-up in minize at the above left of my screen. It seems that sometimes it ignore the ctrl+F10. Any other ways to permanently maximize all report output thank you for any help. Madix oRepForm = CREATEOBJECT ("For ...Show All

  • Visual Basic What's the Difference between Visual Basic Express and Visual Basic 2005

    Are there more commands   Faster compiling   Faster code I read that Visual Studio 2005 also has a 64bit compiler... does that include Visual Basic 2005 I understand that VB wasn't going 64bit - but that's a shame because MS is pushing us to move to 64bit.  Well, we certainly need the compilers for it, don't we >Are there more commands Yes, there are more features. You can see a feature c ...Show All

  • Windows Forms How to programatically select a TabPage

    Hi, How do I programatically select a TabPage I have a TreeView on the left of my screen and a TabControl filling the right hand side of the screen. When a TreeNode is single clicked or selected, I want the "View" TabPage (on the TabContr ...Show All

©2008 Software Development Network

powered by phorum