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

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

Uluru

Member List

JohanNil
MARIU5
girafologue
OnTheFly
Wayne Duke
generic
awong
DWood
FandangoAmeruso
Alvin tiow
linkes8
MeetMe
davek
Jonathan Barbara
MyBoyBlue
oopman
BabuKP
mbutcher
Eric Nace
wuwu71
Only Title

Uluru's Q&A profile

  • Visual Studio Databinding DataTable to Report ?

    Hi, I've created a crystal report that I display in a windows form. The report is displayed in a tab with the data entry controls on another tab. The data entry controls are bound to a data table. During runtime I set the data source to the same DataTable that the controls are bound to. The idea is if the user edits the data table then report will update. It's not working though. So my question, how do you bind a Crystal Report to a data s ...Show All

  • SQL Server TransactionOption Property Not Working - Feedback Needed

    I have a package which consists of 3 Execute SQL Tasks - 1) Drop old database & Restore a new one 2) Run DDL 3) Run DML My task was to put all of these in a transaction. I started using the "TransactionOption" property for this package to be "Required" and each child tasks also were set to the same transaction option property of "Required". However, after running the package, it errored out saying Task ...Show All

  • Software Development for Windows Vista Changing Dependency Properties from Code

    Hi guys, as I'm getting always the right answers here - I have another "simple" one. When I change a dependency property of an activity in code the WorkflowDesigner is not persisting it because it does not "realise" that the prop has changed. No matter if I do it directly like activityinstance.Property = "string"; or through activityinstance.SetValue(Activity.PropertyProperty, "string"); This is different ...Show All

  • Visual Studio 2008 (Pre-release) Binding still dosen't see changes

    In september ctp I was talking that binding dosen't see changes if elements it binds to dosen't exist yet.Bind ListView. ItemsSource = " {Binding XPath=something/*}" not working(ListView is still empty),if "something" does not contains a single element and you add it thereafter-XmlDataProvider.DeferRefresh()/ListView.Items.Refresh() dosen't help here too.The only solution now is explicit rebinding(not user friendly IMHO): lw.SetBinding( L ...Show All

  • Visual C# byte question

    ok i understnad that in a byte type cant be stored a value between 1 and 255 or more i dont really know exactly.. but a byte should bet stored as 1001011100100111100 or thats the machine code You're showing a binary number which is far too big to hold a byte. The representation of a number is totally different to what it contains, in that you can represent the same number many ways, and the value is the same. Why are you asking this ...Show All

  • Visual Studio Team System VSTS and Excel integration

    VSTS agile process has a few Excel documents, which display the results of queries on Work Items. The Excel documents use VSTO code behind, which accesses Team Foundation Server using VSTS client API. In order to do the query, the URL indenfiying the Team Foundation Server has to be known. How does the VSTO code acquire the URL Is this configured some where Thanks, Yuhang.  Hi Yuhang, The spreadsh ...Show All

  • Windows Forms Searching for data using DataBinding

    Hi every body Note: the thing i will talk about is applicable on the attachment file.... I have made some program, and this program needs searching I am using (DataBinding) to connect the data with (Textboxes) to make (Editing) and (Deleting). The user of the program must make search for a record, so i made (Searching form) and i used (Datagrid)in it. When the user finish from Searching form, the values(records) that choosen (from the user) wil ...Show All

  • Visual Studio Team System Instrumentation problems using the IDE for VC++ projects (vs2005 beta2)

    I am trying to profile an application that consists of a mix of C# projects and c++ projects (built using /clr).  I am specifically trying to see the impact of "thunking" on our application's performance.  I have been able to sample short runs of the application, but I am not seeing the kind of information I would like. I was hoping to switch to an instrumentation run.  However, if I use "instrumentation" in the wizard (or l ...Show All

  • Architecture Enterprise Architecture Conference & Service-Oriented Architecture Conference

    I'd like to let your members know that SOAInstitute.org is co-producing two events that may be of interest... The first of 2006 series is coming up April 19-20 in Chicago. The Enterprise Architecture Conference Series presents a holistic approach to the ongoing challenge of aligning functional, data and technical architectures with business strategies. For organizations that are struggling to gain the most from major IT investments, the EA ...Show All

  • Visual Studio 2008 (Pre-release) How do I access child ui elements of a ListBoxItem

    Is it possible to get the child UIElements from a ListBoxItem created via a DataTemplate The Context property in this case is set to the bounded data object. Do you mean you want to get to the ListBoxItems (and their content) generated by a data bound ListBox If that is the case, please see my blog post in http://www.beacosta.com/Archive/2005_09_01_bcosta_archive.html  with title "How can I get a ...Show All

  • Visual Basic converting decimal to binary

    Hi all, I am trying to design a gui for a project and i need to take values entered by the user into a textbox, then convert them from decimal to binary, and send them to the serial port...how would i go about this Any help or code or anything would be great thanx a million If by decimal you just mean a normal decimal number, as opposed to a decimal type, and it is an integer, then to convert to binary ...Show All

  • Visual Studio 2008 (Pre-release) Several Problems with ListView

    I have some problems when using a ListView. I still have the problem which I posted befor ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=379578&SiteID=1 ) and the problem Thomas S. Anderson already mentioned ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=384949&SiteID=1 ). In the Code-Behind-File I added some EventHandler to the ListView: ListView.AddHandler( ScrollViewer .ScrollChangedEvent, new ScrollCha ...Show All

  • Windows Forms ToolTips on ListView and TreeView controls

    I want to create my own tooltips for nodes in a treeview, but when I create my own tooltip and use it I still get the treeviews default tooltip. Is there any way to turn off the treeview's default tooltips  I have actually tried this& ...Show All

  • Visual Studio Express Editions Express Edition on the LOCAL Track?

    Is there a "speed throttle" on the Express Edition I know it is doing a lot of work in the background, but it seems as if it is "throttled". I've seen this before on mainframes and minis, so I was just wondering It's doing background compiling as you type, but that's about all. What were you thinking of And good mainframe code on good mainframes do not have throttles in it. ...Show All

  • SQL Server Adding Parameters to drop down list

    Hello, I am fairly new to Reporting Services Report. >> I have one Parameter to be entered in the report which is Invoice # >> I have the second parameter Box which shows a list of numbers, which is related to that particular invoice number entered. >> I put a default invoice number (I don't know if it is the right thing to do though) >> For the first time I view the report and type in the parameter. The se ...Show All

©2008 Software Development Network

powered by phorum