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

Software Development Network >> Dedy Susanto's Q&A profile

Dedy Susanto

Member List

Vinod_Saastha
MatthewH
ipointer
SanthaMind
ConfusedJohn
John M-W
tsalikivenu
Sude Singh
Godhascometoearth
Jose Rojas
Ludic
schmidtl_dd
Ranbla
Nigel Richardson
SHG
PFerns
Max Lock
Florian Kr&#252&#59;sch
Barry Crawford
riley.
Only Title

Dedy Susanto's Q&A profile

  • Smart Device Development Pocket Word or Notepad programming

     Hi! Could you help me how to program pocket word or notepad I need to load a portion of a big txt or doc file into a textbox and insert some text into it and paste it back to the big file.  How could I display formatted text in Notepad How could I copy a portion from a file and paste it back I need it for a program that can fill in a report and print it. Thank you! I don’t know if it’s possible to open and show a .rtf file with InkX. I’ve tried with the example of http://www.opennetcf.org/Forums/topic.asp TOPIC_ID=286&SearchTerms=Inkx,control but when I open a .rtf file it doesn’t show ...Show All

  • Visual Studio Installing .NET from an external hard drive

    Hi, I had installed VS .NET 2003 in an external drive G: for presentation purposes. It does not work if I use it on another PC. I set the path to install on G: but it still installs some files in C:\Windows and C:\Program Files,  Why I want all files to be on G: Can someone give me instructions on how to run VS.NET 2003 from an external drive to another computer       There are shared files that need to be installed to your program files directory. Without them, VS won't be able to run. The files are shared with other applications which is why they need to go to certain locations (especially if t ...Show All

  • SQL Server Query Designer in SQL 2005 Mgmt Studio a let-down?

    Greetings, all. Thanks for all of the great postings in this community. However, one question I have doesn't seem to have been addressed. In SQL 2000 Enterprise Manager, a user could right-click on a table, and choose Open Table>>Query. This option brings the user directly to a query designer very similar to the query designer available in SQL 2005 Management Studio. However, I have been frustrated by the following: - The Open Table option in SQL 2005 returns data immediately where the SQL 2000 Query option did not, meaning it opened faster and did not risk locking any records in the table - In SQL 2005 the user needs to click ...Show All

  • Visual Studio Team System echoing comments in webtest output

    I like being able to put comments in webtests to keep track of things. What I would really like to see is these comments echoed, at the appropriate places in the output from running webtests. Is there a way to do that with RC1 ...Show All

  • Visual C++ unresolved token/external in conversion from VC7 to 8

    I am converting my project from VC7 to VC8. I have encountered a few problems that I have been able to handle (such as removing #include "_vcclrit.h" and making sure all lib's are built to the same CRT). I have one last project that won't build, and I can't figure out why. It is a mixed mode DLL with both native and Managed C++ code. I have changed the linking to "mscoree.lib msvcmrtd.lib", but I still have these unresolved token/externals. Any suggestions would be appreciated. 1>msvcmrtd.lib(mstartup.obj) : error LNK2028: unresolved token (0A00006E) "extern "C" void __cdecl _amsg_exit(int)" ( _amsg_exit@@$$J0YAXH@Z) referenced ...Show All

  • .NET Development How to get a list of domains from a forest using DirectoryServices?

    Hopefully this is the correct forum for this question... I have searched the web for examples and the closest example I can find only returns the Forest level domain. My code is below (based on the example I found) and what I would like to be able to do is put in a domain name i.e. "domain.com" and get a list of domains from it. The computer that I will run this from will not be part of the domain that I connecting to as we support many. Any help would be greatly appreciated! Thanks in advance! Private Sub GetList( ByVal strDomain As String ) 'Dim deRootDSE As DirectoryEntry = New DirectoryEntry("LDAP://RootDSE") Dim ...Show All

  • Visual C# Nested Generic Approach

    The following is my class definition public abstract class FieldDefinitionBase<AttributeType> public abstract class FieldDefinitionCollectionBase<T> : List<T> where T: FieldDefinitionBase<Attribute> public class DataFieldDefinition : FieldDefinitionBase<DataFieldAttribute> public class DataFieldDefinitionCollection : FieldDefinitionCollectionBase<DataFieldDefinition> The DataFieldDefinitionCollection  cannot be compiled: the type 'DataFieldDefinition' must be convertible to 'FieldDefinitionBase<System.Attribute>' in order to use it as parameter FieldDefinitionType in the generic type of method ' ...Show All

  • Visual Basic Fastest way to create a Region from a bitmap and transparent color

    I have two related questions. But first some background: I am working on controls that set their shape and region from a passed image. I found an example (somewhere on MSDN) that read each pixel in the image, compared it to the transparent color, and added a 1-pixel rectangle to a GraphicsPath for each pixel that is not transparent, and then generated a Region from the GraphicsPath. It worked, but was reeeaaalllly slllooooow for larger images. I don't mind when it loads slowly in design mode, but it is equally slow at runtime and that is just no good. I tweaked it to find stripes of contiguous non-transparent pixels and store them i ...Show All

  • Visual Studio Team System Solution in same folder as web project

    Hi, Added a file based web project, saved the solution file in the same folder as the web project then added to team server. (NOTE: Team server was quite happy about this and it works fine with no problems on my machine) When another user opens from source control, they pick a folder on their local machine but then visual studio "Remaps" the location of the project and creates another subfolder inside the existing folder and moves the web site into it. Is this becuase its not supported to have a solution file inside the web projects folders If so why did it let me add one like this NOTE: Using Final relase of visual stu ...Show All

  • Visual Studio 2008 (Pre-release) Help with Remoting Sample

    From what I've read about LINQ, it seems like it might indeed be pretty cool. However, when I ran through the LINQ Preview, all of the samples seem very 'Hello World-ish' and I don't have much information yet on how it would affect me directly. Here's what I need, hopefully someone on this forum can confirm that LINQ is intended to provide this functionality, and perhaps point me to more relevant discussions and/or samples. I work with very fast, in-memory data stores. The update rate on my data store is on the order of 50K updates / sec. Way beyond the ability of SQL technology to handle; my data typically never sees the disk. However, I ...Show All

  • Visual Studio Express Editions Progress database and VB

    I'm totally new to everything, which has something to do with vb 2005 express edition coding, databases and so on.... but anyway I got myself interested in vb2005 express and I followed the video lessons. There I found some interesting things... databases for example, and how to access data from SQL Server. At work we have Progress databases. Now at last to my question: How can I get data out of our Progress databases, using vb2005 Or at least, where can I find some information of this matter Accessing a database typically requires a data access driver/provider of some sort. It ...Show All

  • Software Development for Windows Vista how to refresh window appearance..

    Hiya. I'm currently using win xp, and using the classic theme. My goal was to display the whole system with a 'flat' look (as opposed to standard 3d look), and this is achievable by modifiying the value of ButtonHilight, ButtonLight and ButtonShadow on the HKEY_CURRENT_USER\Control Panel\Colors\ so that they have the same value, so there is no white highlight or black shadow to create the typical 3d look windows default (by default, buttonhilight and buttonlight has the value of some bright colour, and buttonshadow has the value of a dark colour, so these colours will create the 3d look of typical windows forms. note that they can't be chan ...Show All

  • Visual C# datagridview / cells and rows

    hi, i need help, how can i get the value from a particular dgvcell if i'll select the entire dgvrow and how to auto-select a row thats brilliant got it working now. super fast reply. Thanks! ...Show All

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I am having the same problem... I even uninstalled it.. and it didnt show a problem then I reinstalled the update and it showed up as a problem in the Windoctor again... any ideas as to what is wrong with this update Im sure its a simpl ...Show All

  • Visual C# using a PointF type object in a Property

    Anybody have any idea why I can't get/set a PointF variable that I've defined inside a class: <snip> private PointF _shoulderPoint; internal PointF ShoulderPoint { get { return _shoulderPoint; } set { _shoulderPoint = value; } } ShoulderPoint.X = (float)34.4 ShoulderPoint.Y = 25.5f </snip> both of the last two lines give me a compile error: Error 1 Cannot modify the return value of 'XmlEditor.ArmInverseKinematics.ShoulderPoint' because it is not a variable C:\Alex\FlashDrive\Projects\RobotRenderer\RoboArmRobotRenderer1.0\Updated TRAL\Logitech Rumblepad version\XmlEditor\Ar ...Show All

©2008 Software Development Network