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

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

arif_setiawan

Member List

llocklee
Vinoth kumar
msdn13
Benjamin Chebrou
sharpsreenu
W Wong
Maarteke
freddyboy
Fortes
Nels P. Olsen
BBuff
wichall
william tulloch
Lee Taylor
MaFrederiksen
Stuby085
HED
NerdMachine
BenWillett
David Poole
Only Title

arif_setiawan's Q&A profile

  • Windows Forms How to make the end of TextBox.Text in view?

    I have a TextBox with WordWrap to false and Multiline to true. I am using it as a text editing box for my application. I can set the cursor to the end (SelectionStart and SelectionLength). But how do I programmatically make the TextBox to display the content with the last character (cursor) in view when the text is longer than the width of the control Thanks in advance. One way is increasing the t ...Show All

  • Windows Forms Server Changes

    Those of you running older clients (1.021, 1.025, etc) will need to change your client to point to the following url: http://www.terrariumgame.net/terrariumold This will hold the old server (for awhile, eventually it will be taken offline) site. The new one is&nbs ...Show All

  • Visual Studio Express Editions VB 2005 Express ED. can not connect to SQL Server 2005 Workgroup Edition

    morning, I have just created my Company Database, now i'm developping an application for this, but i can't continue because i can't connect my VB 2005 Express Edition to my SQL Server 2005 WorkgroupEdition, when in VB 2005 Express Edition i'm trying to add a Data connection to my Database file.mdf, - Datasource : Microsoft SQL Server Database File - Dataprovider: .NET Framework Dataprovider for SQL Server and The Log ...Show All

  • Visual Studio Why isn't there a "no filter" option in dexplore?

    Dexplore Express beta 2. For Visual C#/C++/WebDev (and probably SQL/J#/VB) Express. I can't seem to find the "no filter" option for Document Explorer. This means I must browse the indexes and contents using a filter. In VS 2003, you had the option of not having a filter so you could see all the topics in the help collection. However, for VS2005, there is no way to see all the topics. To workaround this, I have to use FAR to add my own filte ...Show All

  • Windows Forms How to move the position of MainMenu?

    Hi, I'd like to know how to move the position of MainMenu instead top-most, like Visual Studio and Office does The easiest way to do so is using a third-party component. Check out Tim Dawson's homepage, he offers his prodcuts free&nb ...Show All

  • .NET Development Object model diagram

    Hi, I am looking for a object model diagram of the framework 2.0, but if possible at least for the 1.1 version. Is there anything around for download Using the new class designer in Visual Studio 2005 Team System, you could probably make one yourself. Typically one comes with the the boxed version of Visual Studio (well it did with Visual Studio 2002 and 2003). Otherwise, keep a look out on Amazon, you may be abl ...Show All

  • .NET Development is C# and VB.NEt are purely object oriented

    Dear frns, I have a doubt abt C# and VB.Net is both of them purely ObjectOriented Short answer: yes. They both support abstraction, encapsulation, inheritance, and polymorphism. Both support abstract and virtual methods, and access levels on members. About the only OO feature that they don't implement is multiple inheritance of implementation (although they do support MI of interfaces), but then n ...Show All

  • Visual Studio Express Editions Problem installing SQL Express

    I having problems installing SQL Express. It tells me there are previous versions of the Beta 2 programs installed and I need remove them. I go to Add/Remove programs and there are no beta 2 stuff left to remove. The SQL setup log calls out the following 2 programs but neither are on the Add/Remove list. Microsoft SQL Server 2005 Express Edition CTP Microsoft SQL Server 2005 Tools Express Edition CTP Any ideas ...Show All

  • Visual Studio Team System Cannot Delete or Move

    I am using a Beta or Pre-release version of Team Foundation Server. The problem I am having is that I moved a directory to a new location and it went to the wrong directory: \DirA\DirA instead of \DirA. Then things got out of sync. The directories under \DirA\DirA, I tried to move to \DirA and then delete \DirA\DirA. It then gave errors that the directory already exists when I tried to do a move. I now can't do anything without getting ...Show All

  • Visual C# Deploy Windows Service

    Hi, I read a tutorial on MSDN about the creation of a simple windows service, and then install it from Visual Studio.NET command prompt using InstallUtil ... command. My question is: how can we deploy this windows service so that we can install on another computer that doesn't have Visual Studio.NET installed. I mean can we create an installer or some package for it, or must we need Visual Studio.NET command prompt also on another compu ...Show All

  • Visual Basic Excluding weekends in DateTimePicker

    Hi, I'm not sure if this question has been asked before, if it has my apologies. I was wondering if there is a way to exclude the weekends in the datetimepicker control so the user can't select them at runtime. Thanks I'm not sure that DateTimePicker has this functionality but if you want to prevent the user from selecting weekends Public Class Form1 Dim Currentvalue As Date = Nothing Priva ...Show All

  • .NET Development C# How to use Progess bar for writing data to file with multiply lengths

    I am trying to figure out how to use a progress bar inside of a loop. Inside this loop a line is written to a text file and I just want to have the progess bar show the progress of this loop so they have some idea how long it will take. But the problem is each time this loop executes a differnt number lines is written to this text file. So Im wondering how could I use the progress bar in this situation Thanks. ...Show All

  • SQL Server check what table are lock by application

    Dear All, Sometimes the application cannot write record into SQL Server, but the source code of this application cannot be seen. Therefore, I wanna verify the MSSQL status. I have to check what table are locked by application. I wanna know the following information. locked_table, locked_by_application, locked_status Can I write some t-sql to get the information I tried using Profiler, but it generates some useless information. Could you ...Show All

  • Smart Device Development Can't initiate sync from PPC 2003 SE SDK Emulator.

    I have created a VS 2005 + NETCFv2 application which uses ActiveSync. I am able to deploy, debug, and run everything I need to on the WM 5 emulator and the PPC 2003 emulators with no problem. On the WM5 version of my app, I use ActiveSyncStart which works great. On the PPC 2003 version of my app, I'm using "repllog.exe /remote /all /h" instead. However, on PPC 2003, the synchronization does not start. I then tried initiating a ...Show All

  • SQL Server Notiification Services Tutorial

    Can any one provide me with Tutorials for beginners Yes, my book is designed to get the reader up to speed very quickly on SSNS. It's written for v2.0, but the same concepts, etc apply. I'm updating it for 2005, but I don't have a release date on that yet. I've blogged about the differences in v2.0 and 2005 here. http://sqlns.blogspot.com/2005/10/whats-new-in-sqlns-2005.html Here's a link to the book - http://www.amazon.com/gp ...Show All

©2008 Software Development Network

powered by phorum