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

Software Development Network >> ACCOUNTINGONLINE.US's Q&A profile

ACCOUNTINGONLINE.US

Member List

Vivek Garg
enric vives
Will Merydith
KaiserSozeTR
briendjf
Leonid Niraev
Mchafu
Depick
R.Tutus
Espo4Life
Robert Simard
Hot Coffee
INTPnerd
etones
Fenghus
AlucardHellSing
shanejh
adwins04
CSharpNewbie22
Dario Galvani
Only Title

ACCOUNTINGONLINE.US's Q&A profile

  • Visual Studio 2008 (Pre-release) How to compile XAML with code-behind into assembly on the fly with MSBuild?

    I have xaml file and some event handlers in file.cs. (like in simple WinFX application) So, I want to get assembly in run-time and after that to load object from assembly: Application.LoadComponent(new Uri(@"GeneratedAssembly;component\file.xaml", System.UriKind.RelativeOrAbsolute)) How can I compile file.xaml and file.cs into assembly using MSBuild on the fly I found solution, if it is inseresting for someone: class Program { public static string GetPath( Assembly assembly) { string result = new Uri (assembly.CodeBase).LocalPath; return result; } static void Main( string [] args) { Engine engine = new Engine ( Path .GetDirectory ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. C# DirectX 2D information

    I'm looking to create a simple radar system in a windows application using C# 2.0/VS 2005. This radar will be based on information from another source. I just want to know the best way to approach this. I've been reading a lot about DirectX the last couple of days and I'm using the June 2006 DX SDK. My question is should I use DirectDraw/DirectX (Old, depricated), or should I use just the new DirectX Assembly If I follow the path of the new DirectX (v2) assembly, I'd like to have some help with resources about where I can get some information on how to do this. All I really wanna do is draw some dots, a circle and some text that follow the dots... so much work for soemthing so simple. Thanks, Chad Given your requirements yo ...Show All

  • Windows Forms datagridviewcheckboxcolumn

    Hi, I have a datagridview with checkboxcolumn I don’t want the back of the column to get the focus when I check on it. How can I do that. Maybe try something like this. I change the value of the checkbox and move back to the last cell Public Class Form1 Private Sub Form1_Load( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles MyBase .Load DataGridView1.ColumnCount = 1 DataGridView1.Columns(0).HeaderText = " String " Dim chk As New DataGridViewCheckBoxColumn chk.HeaderText = "Check Me " chk. ReadOnly = True DataGridView1.Columns.Add(chk) For x As Integer = 0 To 100 DataGridView1.Rows.Add( New String ( ...Show All

  • Visual Studio 2008 (Pre-release) ListBox not Displaying Feeds problems Help Please

    I'v been trying to get the Listbox to Read the Feeds Listed In the ComboBox from IE 7 that lee d helped me with...this is what i have but it locks up and isnt doing what i want it to do.. Can someone help me with this...Thxs   private void IE7ButtonClick( object sender, RoutedEventArgs e) { IFeedsManager manager = new FeedsManagerClass (); IFeedFolder rootFolder = ( IFeedFolder )manager.RootFolder; RssComboBox.ItemsSource = rootFolder.Feeds as IEnumerable ; RssComboBox.DisplayMemberPath = "Name" ; //Below here locks up the program string pathToExport = RssComboBox.SelectedIndex.ToString(); pathToExport = ListBox.ItemsSource.ToString(); Queue< IFeedFolder > queue = new ...Show All

  • Visual Studio 2008 (Pre-release) Session data or how to implement a client side transaction

    I've got a three-tier-setup: 1) Client tier. Using WCF to communicate to tier 2 2) Middle tier. Listens to WCF and uses TSQL to communicate to tier 3 3) SQL Server 2005 as database tier. A client opens a client proxy, sends a command to the middle tier, and closes the client proxy after use. The middle tier, when called, opens a SqlConnection to the SQL Server, does its stuff, closes the SqlConnection and reply to the client using WCF. This is working nicely, transactions in the middle tier work nicely, but how do I start a transaction initiated from the client, across more than one WCF call For this I would need to keep the SqlConnection open and reuse it, but where do I store it How do I recognise the client aga ...Show All

  • SQL Server Microsoft Dynamics GP

    Hello Guys can anyone please tell me where can i download a trial version of Microsoft Dynamics GP because i lost my cd , and microsoft.com tells me that the shipping will take about 6 weeks. thanks in advance Please post your question to the Dynamics ng/forum via the links here: http://www.microsoft.com/dynamics/gp/community.mspx . ...Show All

  • .NET Development Wrting all XML data to txt file??

    I have a listbox with some xml files listed instead of reading each one at a time and displaying the values i need in some textbox controls i wanted to know if someone could lead me in the direction so that i can loop though all the xml doc and write the data i need from each one...The data i need does not change from document to document...This is what i had so far but this is not correct....Any help string [] thefile = listBox2.SelectedItems; FileStream fs = new FileStream("c:\\maninfo.txt", FileMode.Create); StreamWriter sw = new StreamWriter(fs); if (thefile.Substring(thefile.Length-3,3).ToLower() == "man") { XmlDocument xd = new XmlDocument(); xd.Load(thefile); Messag ...Show All

  • Visual Studio Express Editions About warning:LNK4089

    Hi, everyone In release build, I get warning LNK4089, but it didn't occcure in debug mode. The project is MFC, I use it just becasue I want to use Cstring class. My questions are, 1. It this link warning important From MSDN help, it doesn't matter much, I think 2.I can get rid of this warning by using option [/IGNORE:4089]. Is this the best method. 3.What's the difference between release/debug mode when this warning happens Thank you This warning simply means that you are linking against a library and the linker has detected that you are not really using any functions from it. The detecting is happened in linking time when you set /OPT:REF switch on. In release build, I get w ...Show All

  • SQL Server Error on build solution, if SSIS project is part of build

    Hello, we have automated build on every night. In our solution is SSIS project, where each package is encrypted per password. We call build process per command line like this.. C:\Programme\Microsoft Visual Studio 8\Common7\IDE\devenv.exe (c:\Development\X3\\X3.sln /build Release)' in 'c:\Development\Projects\DailyBuild Through build process we get a error: External Program Failed: C:\Programme\Microsoft Visual Studio 8\Common7\IDE\devenv.exe (return code was 1): We think a reason is, that on build of SSIS project must be entered a password. You can wonder for what we need that SSIS packages are part of our build. We hope that on build process is also created Deployment Utility, if so set in dtproject.user ...Show All

  • SQL Server sql snake or similiar WORM

    is there any worms specific to 1433 that are taking out servers right now That sounds like something well beyond just SQL Server and port 1433. If services are being stopped and restarted and then you are getting blue screens, something is all the way through at an admin level. Have you tried a basic scan using whichever AV product they are running Is there any way to get back into the machines after they blue screen such as last known good configuration or safe mode Is there anything strange in the event logs (system, security, or application) ...Show All

  • Windows Forms Progress Bar Redraw With New Value

    I am trying to write a program which calls a new thread to do the bulk of the processing. I have set it up so that the main class has a progress bar which updates as the program runs. The only problem is that the progressbar stops working once the program loses focus on my computer. Also, rather then updating the progressbar on a timer, I would prefer if the new thread could update it every time it updates 100 records. Is there any way to fix this problem, and is there any way for the new thread to tell the original when to do the update A snippet of the code I am using is below: Thanks, Russ Original Thread: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ private void button1_Click(object sender, ...Show All

  • Windows Forms Wrapping listview size to number of items

    It there a way to wrap the length of a listview object to the number of items in the list You need to know before hand how many rows you are going to have. You can use this formula to programatically set the listview height. listview.Items.Count * listview.Items[0].Height + listview.ColumnHeaders[0].Height ...Show All

  • Windows Live Developer Forums Don't get it

    I cant get the gadget to work. I did what the instructions said but cant get it to work http://www.izonnet.se/msntest.php/ Gadget embedded !!! Here: http://motard.martial.free.fr/pages_php/main.php The goal is to send an e-mail to msn contacts, just to say "Hey this is a new site, shared by one of your MSN contact". Waiting for new idea, but now the most difficult is done ...Show All

  • Visual C# Primary Interop Assemblies

    hi, iam writing C#.2 application, which will convert ms office file to pdf. (iam referencing office.12 com dlls) i just want to know, do we need primary interop assemblies at client's place. I have seen a download from microsoft site 2007 Microsoft Office System Update: Redistributable Primary Interop Assemblies to whom it meant for My another doubt is, do my application requires office2007 application at clients place, is there is any way to bundle the redistributable to them. How to detect client's system has Office 2007 installed. Hi if i'm not mistaken, the PIA is meant for developpers, to allow programs to interact with office your client does however need office installed checking if the c ...Show All

  • Smart Device Development display bitmap on smartdevice

    Guys, I'm really really new to this and I have searched online and I can't find how to make a button in a smartdevice project with an image on it.... Could someone please tell me how or show me a nice tutorial for this   Thanx in advance. Try using CBitmapButton class that has been added as part of VS 2005 SP1. You may find a sample on msdn for Desktop. Porting it to device shouldn't be difficult as there are any major differences. Hope this helps. Thanks ...Show All

©2008 Software Development Network