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

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

bartarobinson

Member List

plasticgoat
AmA-Nique
Jake kim
ooKmonkey
Sune D. Moeller
has2nk
fischersc
Christopher W
Liron231
MedicineMan
Samuel Phung
HenrikStaunPoulsen
anzrul
giuseppe c
Rich Baker
Rick van de Laar
StefanS
dr.pavan
Aggelos Petropoulos
brassringMike
Only Title

bartarobinson's Q&A profile

  • Visual C# how can i databind for a windows application?

    good day everyone, i tried to do databind() in a windows application but it wasunsuccessful. is there any way to extract data from several tables like the databind() method in win application i used it before in web application and it was working fine any idea anyone plz help...urgent....thanks.. the codes below is vb codes that i used in web form,but i dono how change it to win form since i couldn't find databind(). any idea 'Populated the Subject DropDownList with the subjects that the lecturer is teaching from the database Sub FillSubjectList() OpenConnection() Sql = " ...Show All

  • .NET Development Possible bug? FileIOPermission failed

    I think the following code should throw an SecurityException if I run the code from a network path. But it does not. try {     FileIOPermission perm = new FileIOPermission(PermissionState.Unrestricted);     perm.Demand(); } catch (SecurityException ex) {     MessageBox.Show("Sorry, you can only run this application from your local disk.", "Security Error", MessageBoxButtons.OK, MessageBoxIcon.Error);     return ; }   And another problem I found is that I do not need to call Demand() to let SecurityException be thrown. Look at the following code: FileIOPermission p ...Show All

  • Visual Studio Tools for Office Multilingual CommandBar?

    Hi, I am currently developing an add-on to Word using VSTO that adds a custom CommandBar. As it is directly constructed in the code, how can I have multilingual texts on the buttons Thanks in advance. Hi, You should use a resource file to set the text of the commandbar buttons. Here are some links to articles that might help you: Developing World-Ready Applications ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpcondesigningglobalapplications.asp ) Developing Multilingual Applications ( http://msdn ...Show All

  • Visual Basic Problem with Socket?

    It is possible to create a client/server system with sockets without having that to define an IP to connect itself to the server I have a system in vb6 but I am not obtaining to translate into net 2005 Thanks Bottom line is no. You could rephrase the question: Is it possible to send an e-mail to someone without knowing their address Having said that, you can 'broadcast' messages to everyone: this is really only useful to send out an 'is anyone out there ' message, and the server respond with an 'i'm here at xyz address '; the conversation will then continue through a connection established to that address. ...Show All

  • Windows Forms How to access the textBox property of the current cell?

    From my drived  DataGrid class , how could i access the textBox property of the current cell   I need to work on SelectionStart() & SelectionLength() of the current cell ( current textbox) , for in need to access the textbox property of the curren cell.  Please advise. Check out this  http://www.syncfusion.com/FAQ/WinForms/default.asp#44 Hope it helps ...Show All

  • Visual Studio Express Editions add member function

    at full version "add member function" feature is enable at class view. is not it available at express edition You are correct. These wizards are unfortunately not available in VC Express edition. I hope it's not too big of an inconvenience. ...Show All

  • SQL Server Any way to force collation/sort-order as part of the ODBC connection?

    In the situation where the ODBC client app assumes a specific collation or, more specifically, a specific sort-order (case-sensitive vs. case-insensitive) but the collation/sort-order of the SQL Server Database and/or Table is unknown, is there a way to coerce the ODBC connection to always use a case-sensitive/case-insensitive sort order I believe case-sensitivity is a characteristic of the database you're connecting to. I don't know of a client setting for this. ...Show All

  • Visual Studio Express Editions how can I uninstalL Visual Basic 2005 express edition

    Hi all, I need help uninstalling vb 2005 express edition. When I do it manually I get such an error: "Setup is unable to determine a valid ordering for the installation. See the error log for further details." I was trying to repair it from CD but without results. and I found this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=311301&SiteID=1 and I used this application msiinv.exe to find the product code to be able to uninstall this vb like that: msiexec /x {product code} but unfortunatelly there isn't this program on list generated by this program. Please help. Regards, sweet_dre ...Show All

  • Windows Forms Assembly has not been installed in the GAC

    I have strong-named my winforms app, as per MS recommendations - one exe and 9 dlls all signed with the same key. I published the application to an internet location and it installed OK on the client, but when I published an update, with several assemblies changed, I get an error when installing the update saying that one of my assemblies was expected to be installed in the GAC first. None of my assemblies lives in the GAC. Is this a bug, or is there something else about signing that I've missed brian smith ...Show All

  • Windows Forms Porting global.asax to WinApp

    I've got some code in the Application_Start method of a global.asax file that I want to use in a Windows Application. What is the WinApp equivalent of a WebApp global file I also used the global file for building an array of user roles, using the GenericIdentity and GenericPrincipal objects for authenticated user. But am unsure of where to inculde this in  ...Show All

  • Visual Studio 2008 (Pre-release) Transforming An Element...How to get initial coordinates?

    I have some images in a grid. When an image is selected I want to center in the window and scale it up. I can use the transformation matrices on the images, but I can't for the life of me figure out how to get the initial coordinates so I can compute the translation offset. Also...is there a way to dynamically adjust z-position so that a selected image will always appear on top of other images Thanks! First, there is no way simple way to change z-order. The element must be added to the child collection of the Grid at the end to make it the top most element within that Grid. What I recommend in this case i ...Show All

  • SQL Server SQL Server 2000 sign-on to 2005

    Good morning, I'm wondering if it's possible to connect to SQL Server 2005 from 2000 I'm having no trouble going from 2005 to 2000 but I can't seem to connect the other way. Any help would be apprciated. Thanks, Yes, it is certainly possible to create a linked server from a 2005 server to a 2000 server.  I have one set up on this end, with no problems.  What issue are you having   -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 --     <Bill Fuller@discussions.microsoft. ...Show All

  • Visual Studio VS2005 RTM Help can search but does not have contents or index

    I have the RTM of VS2005. I can do a search either on the web or locally, but I have no table of contents or index. I can't seem to find any documentation on how to fix this. My install was on a clean machine that never had any beta code on it. I uninstalled and reinstalled to no avail. There should be some command to generate an index and table of contents. It looks like the files are there (but I am not an expert on VS help files). Thanks, I have both VS 2003 and VS 2005 help working properly. My solution was to uninstall both versions, all MSDN, SDK, and third-party controls that use Help 2.0. I then reinstalled in this order: VS 20 ...Show All

  • Visual C# Visual C# beta 1 crashing - help please

    Hello everyone! Im a newcomer to .NET and C# and recently (about a month back) I had started using visual C# express edition 2005 beta . It worked just fine uptil about a couple of days ago. Two days ago, I started vc# express and chose 'New Windows Application' under File->New->Project. (1)Now, earlier this would have meant that the design view would have showed up. However,now vc# just opens a new project,displays the property window for the new project's form and does NOT display the form at all . If I choose form1->designer view , then vc# crashes with the following message- "An error report is being collected.This could take s ...Show All

  • Visual C# I Lost My Object's Reference In The Current Context

    Thank you for any assistance available to the new guy !  A "code sample" of what I'm trying to do is provided below.  1.  While running in the Main method in the MyApplication class, I can instantiate and reference members in a second InitConfig class.  I'll name this instantiated class object my InitConfigBuilder .  myInitConfigBuilder has a number of properties/methods that provide useful configuration information that could be used throughout my overall application.  When I access MyInitConfigbuilder from Main I'm still under the control of the original MyApplic ...Show All

©2008 Software Development Network