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

Software Development Network >> Hery Susanto WR's Q&A profile

Hery Susanto WR

Member List

Kallex
gofrm
irl-barse
Arda Cetinkaya
FOD
michaelp
David S. Anderson
Komandur.Kannan
ChandraP
Jedrzej
Le Phare Rouge
ims.com
U_T_A
dreameR.78
Handerson
LiamD
Erik Miller
suryany
beagle78
May May
Only Title

Hery Susanto WR's Q&A profile

  • .NET Development ISAM installable file not found

    Hello,     I am trying to open a connection to an Microsoft Access data base in visual basic.net.  I get the message ISAM installable file not found.  I have the file MSISAM11.dll in c:\windows\system32.  I registered it with regsvr32. and it still does not work.  What can I do thanks a lot in advance for your help Aurora Tellez. This error message is sometimes caused by an error in the connection string. Could you post your connection string (Don't forget to obscure any confidential information such as a password that may be included in the connection string, of course). -- Brendan Reynolds wrote in message news:78287875-25bd-4e93-92d0-c01e314d0003@discussions.microsoft.com... He ...Show All

  • Visual Studio Team System Reporting Services is installed - no it's not!

    Hi, I'm having problems getting passed the 1st hurdle in installing TFS. This will be a dual server install - and it's the data tier that's giving me a bit of grief at present. SQL 2005 (SP1) is installed on Win2003 (SP1). There are two instances of SQL Server on this server, one default instance and one named instance. Obviously, TFS will / should install to the default instance. My problem lies with the fact that the TFS install seems to think that Reporting Services is installed on this default instance. It was - but RS was then removed (I uninstalled it using the SQL Install from add/remove programs and then deleted the RS databases and RSExec roles etc from the SQL Server manually). Reporting Services is installed on the ...Show All

  • Visual Studio Express Editions Serial port communication and exit application

    I would like to start off by saying I have no idea what I am doing. I am trying to piece together a very simple program that will send 4 bytes of data to the serial port (com2 to be exact). I have downloaded Visual Basic 2005 Express Edition and using this forum have come up with the following which works to a degree. It gets the info sent and the device I am controlling does what its suppossed to do. Only problem I have now is the application will not end unless I click to close the window. I have seen lots of people get referred to a "console" program but when I try I get no tool for serial port and get lots of declarations errors. All I need is this code to get sent and the app to close and it has to do it without user interve ...Show All

  • Visual C++ little change to one or two files, and debug it, it compiles all the files and need a lot of time,

    I am working in a big vc6 project, but when I make little change to one or two files, and debug it, it compiles all the files and need a lot of time, please tell me how to configure the project setting or the tool/option to solve this problem and make it more efficent I appreciate your help. Hello Re question: little change to one or two files, and debug it, it compiles all the files and need a lot of time, Such questions on VC6 are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups. OTP ...Show All

  • Windows Forms Expanding treenodes without selecting

    When a user clicks on the plus sign I would like to expand the parent node to show the child nodes, but this causes a mousenodeclick event for the parent being expanded. How can I expand the parent node without it being considered selected When the user expands the parent node by click the plus, the parent node does *not* get selected. It does generate the NodeMouseClick event, just as if they clicked the text of the node. You can see the difference like this: Private Sub TreeView1_NodeMouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles TreeView1.NodeMouseClick If e.Node.IsSelected Then '... End If End Sub ...Show All

  • Visual C# Writing to a file

    I am having trouble figuring out why I can't write to a file, but I can read from a file fine. I've tried a ton of different methods including StreamWriter file = new StreamWriter("file.txt", false); StreamWriter file = new StreamWriter("file.txt"); Each time the program runs fine, but no file is generated. Even if I create a new file in the folder and add it to the project it still does not write to the file. I have VS 2005, VS 2003, but right now I am using VS C# Express Edition. Thanks in advance for any help, maybe this is just a problem with my C# Express Edition. Here is an example that doesn't do anything. [source]// *** Write to file *** // Specify file, instructions, and privelegdes FileStream file = new FileStream("test.txt" ...Show All

  • Windows Forms dynamic control layout

    Hi All, Is there a way we could make the TableLayoutPanel behave similar to an excel sheet, where we have a list of controls added (vertically), and it should also be possible to add control between rows i.e. insert a new row between two rows and push all controls (or rows) under it to move down I'm try to have this done dynamically, where the user would select some option from a listbox and based on that value some controls would be created below it.... Thanks, Sub InsertElement(ByVal insPos As Integer, ByVal Element As Windows.Forms.Control) Dim myList As List(Of Control) = New List(Of Control) Dim ct As Control Dim k As Integer = 0 For Each ct In Me.Tabl ...Show All

  • Visual Studio Team System Database capabilities of other editions of VS TS

    Hello Will developers with versions other than Visual Studio TS for DB Pro be able to open Database projects For example for cheking out a table or stored procedure, modifying it and then checking it again. Most developers modify at certain point databases objects, so I woul like to know if the team members with other editions of VS TS will be able to interact somehow with the work done with the VS TS version of the data dude. Sorry currently TS Data database project are only available within TS Data DB Pro. Mairead ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Smoke Image Problem?

    Hi all, i found smoke Image in internet, But the image background is black color, How to set black color to transparency(C#)   Best Regard, The state given above are necessary You also need a Texture that load with a Alpha value like RGBA Once you get this you would need to LoadTextureFromFileEx() that let you specify a Alpha color key But watch out for this value because you need to specify a Alpha component in this colorkey Remember that if your original texture do not include a alpha value it is Opaque and the value of black opaque is 0x000000FF and not 0x00000000 Black opaque have a alpha of 1... So the colorkey must be defined opaque (alpha 1) to detect your black in your texture... Once th ...Show All

  • Visual Basic Why do I only get part of the string returned from this function?

    I am trying to use a VB.net 2005 windows application to access function in an unmanaged c based dll that I do not have the source code. It is required to use this dll for reliable messaging with legacy systems. This dll contains a function to read a message off a queue and return the message string and status codes used to test for successfull completion. The function has the following prototype: int32 pams_get_msg ( char * MsgArea, char * Priority, q_address * Source, short * msgClass, short * MsgType, short * MsgAreaLen, short * LenData, int32 * SelFilter, struct PSB * PSB, struct show_buffer * ShowBuff, int32 * ShowBuffLen, int32 * LargeAreaLen, int32 * LargeSize, char * Null ...Show All

  • Visual Studio 2008 (Pre-release) FindResource from generic.xaml returns null, how to load resource from generic.xaml

    I have custom control for which I have defined default style in generic.xaml. That works great and without any problems. I have however another style (x:Key is set to string name) defined in generic.xaml for the same control that I would like to assign to the control from code inside of the same control. FindResource(string name) is returning null. How can I load the resource from generic.xaml Like any xaml resource dictionary: ResourceDictionary resourceDictionary = new ResourceDictionary (); resourceDictionary.Source = new Uri ( @";component/themes/generic.xaml" , UriKind .Relative); Then you simply access your styles with their key using an indexer. resourceDictionary[myKey] ...Show All

  • SQL Server Expression-based Data Source + subscription = No-go?

    Set up reports to use expression-based data sources and everything works fine as far as executing and viewing the reports. The ConnectionString expression includes the credentials, and the "No credentials required" option is selected. Unfortunately, am getting this when trying to create a subscription for same report. WTF eportingServicesService!processing!3!12/20/2006-12:20:07:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'XXXData'., ; Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'XXXData'. ---> System.InvalidOperationException: The ConnectionString property h ...Show All

  • Smart Device Development OutOfMemory exception while loading images from file

    hi, I m fetching the image files and trying to store them in the bitmap object. but the prob is image size is large. and i came to know abt imaging api. But i cant use it, coz i dnt have to change the image size atall. i have to do rotation and then let image to be stored. that is the effect should b on the original image itself. wht to do plz help.Thanx in advance. Up to whatever size fits into available memory. That depends on particular device. ...Show All

  • SQL Server Target Account Name is incorrect

    We had to reinstall our complete server. It was a bit messed up trying/setinng up account on how to make a good security setup for all our services. we had to implement a Temtec executive Viewer 6.x on our SSAS from a different machine. Therefore we had to use Kerebos .... Our tech department dit setup a fex things to eneable Kerebos ... We also messed up with it so we decided to deinstall and then re-install all (no repair). Our server is working fine again, we can login mith management studio in all our services (Sql, SSAS, SSRS, SSIS). But when trying to do connect from a remote computer, with MgtStudio to SSAS we get an error 'The target principal name is incorrect', or when we try to do tis from a Proclarity Client the ...Show All

  • SQL Server generate a text file from SQL Server

    Hi I need to generate a text file from SQL Server. The task automatically runs daily. The format of the text file use "/" to separate the field and the row. At the end of the file, it adds number of char  and uses "\". The number of char includes the data parts and excludes a few word of "the number of char". For example, The underline fonts mean the first row record. The Bold fonts mean the second row record. The Italic fonts mean the third row record. The red fonts mean the number of char and the end of file. 1/060222/008888/234/1/7441/2/BB/10000//////290025///// 1/060222/008888/234/1/7441/3/XX/100-//////290025///// 1/060222/008881/234/1/7442/2/BB/10000//////290025///// 161\ I am no idea about this problem. Please giv ...Show All

©2008 Software Development Network