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

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

Bs61014

Member List

dc21
JJIII
Solanice
Cathie
THHNO
RajatTandon
johnpauth
traci8891
JasonVo
Elv
coinman1
DaveSmith
Bobby K
wintergreen-joe
Kagan A
viperjason
MLane
Jeff Papp
wheelersctt
TGirgenti
Only Title

Bs61014's Q&A profile

  • Visual C++ Can vc2005 generate 64-bit machine code?

    and how about the difference of efficiency and speed between MSIL and 64-bit machine code Thank you very much! Yes VC2005 can create native 64bit code. Compared to MISL it is extremely depending on the code you want to optimize or execute. There is no rule. On 32bit I had code were there is no difference between native/managed code. I had cases were managed code is 30% less fast than native code. All routines compared when there is no mem ...Show All

  • Visual Studio Team System Error when attempting to open Source Control

    Hello again, I have a few teams doing development on TFS B3R. Recently another project started up. All of developers can see the project in team explorer, but one of them can't actually add a workspace entry for the project, because he can't see it on the Team Server. He is able to add the project to Team Explorer, but when he attempts to open the Source Code Repository tree for the project he recieves the following message box: "C ...Show All

  • Smart Device Development ArrayList overwriting values when add elements

    Every time I add an element to my ArrayList it, it adds the element but also overwrites the values added previously. Here's my code: while (drdrDataReader.Read()) { item.Item._ID = drdrDataReader.GetString(0); item.Picture = drdrDataReader.GetString(1); alItemList.Add(item); } drdrDataStream.Close(); Is there something I'm missing ...Show All

  • Visual Studio Express Editions Where is the console window?

    I'm new to c# express, but I have want to know where the console window is. I have seen in some tutorials that a console windows pop up and shows the results of your code when you run it, but I can't seem to get his window. For example I try the "Hello, World!" example, I type in the code I run it, a couple of things pop up quickly and go away but I don't see the text "Hello, World!" anywhere. In the tutorial it is shown down ...Show All

  • Visual Studio Build multiple libraries into a single EXE.

    I have a VB Windows Application project in VS 2005 with many referenced class libraries. Is there a way to build my projects so that the DLLs are contained within the EXE This way only the EXE has to be deployed, not the EXE and all its DLLs individually. And if this is possible, would it make sense I don't think we are planning on inidividual DLL updates, but rather if something changes we will send out the entire application. Thanks, Nate ...Show All

  • Visual Basic ADO.net DataAccess time SLOW

    Unless I am doing something very wrong, it seems that the ADO.net dataaccess time,IE retrieving a record is extremly slow compared to Classic ADO. Now it takes between 1 and 2 seconds to retrieve the data from the Remote database (Access). Because of needing update data when I select a serial number, I presume and currently use direct access to the remote database. I load a combobox with all my serial Numbers, Currently 15,000 . Then when I c ...Show All

  • SQL Server Where are my migrated packages?

    I have successfully migrated 50+ packages from 2000 to 2005. Where are they ! ! I looked through Management Studio and through Visual Studio ("SQL Server Business Intelligence Development Studio") and cannot find them. Note: When I open Visual Studio the splash screen confirms that Integration Services is installed.   Thanks   Kirk has blogged about it here: http://sqljunkies.com/WebLog/knight_reign ...Show All

  • Visual Basic Issue Setting Bookmark Background Color

    I tried to edit the background color for Bookmarks thru Tools-Options-Environment-Fonts & Colors-Item Background with no success. Bookmarks should have a light blue background color by default which of course doesn't work either. I edited the background color for Breakpoints as a test and it worked just fine. Am I doing something wrong here or is this a bug in VB 2005 Professional You need to turn off ...Show All

  • Windows Forms how can i close privious form

    hi i  am using a dot net application  in which  there is a login form and one mdi form on ok button click i am opening the mdiform and i want to close  loginform but its not working how can i close login form regards Prathvi ...Show All

  • Visual Studio 2008 (Pre-release) getting Bamlexception

    I am getting a baml exception every time a use a control inside my code behind file. For ex consider this xaml code : <Window x:Class="WindowsApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005" Title="WindowsApplication1" Width="550" Height="400"> <Window.Resources> <!-- define the XML ...Show All

  • Windows Forms TreeView Issues

    Hi All,    Really need some help with the ToolStripComboBox in VS 2005 - BETA 2.  When I set the DataSource, the SelectedIndexChanged event occurs - this is problematic.  Is there a way to supress this event from occuring   I perform tasks in this event that cause errors as the data needed may or may not be available while the form is loading.  In other words, only when the form is fully loaded and when I ...Show All

  • Windows Forms Precision data

    Hi,     am working with SQL, in the data base I keep the percentage equivalent to certain amount, when I conduct the operation to know to whatever is equivalent that percentage the result is but or less by decimal        Can somebody help me ...Show All

  • Visual C# i would information about using imap with c#

    hello, my problem is that i search to use imap methods if they exists with c# for retreive email from imap server thanks Hi Rima. There's no buil-in support for this. But you have a couple of options: Comercial http://www.jscape.com/emailfactorydotnet/imap.net/imapdotnet.html Free code http://www.c-sharpcorner.com/Code/2003/Sept/SMTPPOP3IMAPLibrary.asp http://www.codeproject.com/csharp/imaplibrary.asp ...Show All

  • SQL Server add entities to report model programmatically ?

    Hi Friends is it possible to add entities to a report model dynamically ,probably thru SOAP api we've c# app and we want to be able to add entities dynamically . Thanks for the help Thanks BOB. thats what i figured out finally. BUT i found a way of adding attributes to existing entities .am reading .smdl file using a c# program and adding a attribute under a specific entity. if i re-publish the model everything worked fine as normal. i ne ...Show All

  • Windows Forms Programmatically creating files for use by separate application

    Dear forum, How do I create a file in .Net, and then 'release' it so that another application can use it I am creating an application that involves programmatically creating a directory structure containing a number of text files. Once the files are created, I programmatically use the DTS (Data Transformation Services) object model to fireup DTS packages which insert data into the files. But the DTS packages are getting an error - the ...Show All

©2008 Software Development Network

powered by phorum