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

Software Development Network >> M. Ueberall's Q&A profile

M. Ueberall

Member List

tuhack
AmundL
jcfiesta
Dave Hunt
efetty
Beel
Pierre123
Zweistein
T. Carmichael
rasmasyean
tism
Rob P
Ozan
StormDev
77elcomama
Jorge Carbwood
DanGecko
gjbilik
Peter_DK
Propellertop
Only Title

M. Ueberall's Q&A profile

  • Visual C++ Floating Point Supoport

    <itsmike@discussions.microsoft.com> wrote in message news:9639e8e2-d13a-4dfc-9058-e52e72f1e069@discussions.microsoft.com > The floating point control methods (_controlfp,...) are listed as > deprecated during > compile under vs/8/express (beta). Are they truly deprecated   They are deprecated in favor of _controlfp_s. The only difference is that _controlfp_s returns an error code, so it c ...Show All

  • Visual Studio forget my admin password

    im  forgot  my  admin  password   Alin Constantin - MSFT wrote: Of course, in Windows, for an Administrator to change passwords, the Administrator must remember his password, right Not really.  If there is more than one administrator defined, then one administrator can reset another administrator's account.  Of course that solution isn't perfect, resetting a password li ...Show All

  • Visual Basic Form Order

    I am using VB.net 2005 Express Edition I started a project, Form1, and after a while I decided to add a password form so that you enter a password before you can view Form1, my question is how, when I run the project, do I get the password form to be the start form Access the Properties page for your project and on the Application tab you will see a drop down box labeled ‘Startup form’. Change this to your passw ...Show All

  • Visual Studio how can i display HTML string In Crystal report

    Hi All, I need ur help for problem described below, i have a html string (In <TR> <TD> format contain HTML tags) now i want to display it in Crystal report i tried with simple string but it displaying me the whole string instead of formated output i.e. if <b>test</b> then it would be bold in crystle report display. but it showing the whole string as it is. i want formated output. like in above example it should be bold te ...Show All

  • Visual Studio Tools for Office VSTO Outlook Addin - Why doesn't my Property Page show up?

    When I click Tools|Options here's what happens: 1. The following event handler executes: void ThisApplication_OptionsPagesAdd(Outlook.PropertyPages pages) { pages.Add(new ViewPoint.PropertyTab(), ""); } 2. bool m_Dirty = false; OK, class is obviously initializing... 3. Then InitializeComponent(); OK, class is obviously initializing... But then, that's it! No call into the TabCaption method as I would expect, to get the tab caption f ...Show All

  • SQL Server What accounts for this performance difference?

    As mentioned in a previous thread, I've got a single Transaction Scope style transaction surrounding a number of DDL style changes. This usually takes ~1.5 hours to complete. What I noticed is the same sort of query starts to take longer the closer to the end it is. I.e. Create Table after the first 1 min takes 150ms, after an 1 hr it takes 2 secs. Is this a problem with SQL Transaction handling or DTC To prove the point I set my root transactio ...Show All

  • Visual Studio VS2005b2 automatic attribute code generation

    Hi there! I'm writing my own C# component to be used with the Windows Forms Designer. This component has a DesignerSerializer attached. Within my CodeDomSerializer I would like to generate additional attributes that get noted infront of some form controls. Like this: [My.ActionSourceAttribute("APP17", "New.Action", "")] private System.Windows.Forms.Button button1; I really could manage all that to get the attribute generated at the right ...Show All

  • SQL Server CREATE INDEX statement for SQL Mobile not documented?

    Hello, I'm unable to find documentation for the CREATE INDEX statement for SQL Mobile. DROP INDEX is documented however. Is this a known issue or am I missing something This can be seen here: http://msdn2.microsoft.com/en-us/library/ms173440(en-US,SQL.90).aspx If you scroll the left pane up a little, you will notice that CREATE INDEX is not in the tree. Am I missing something Thanks. Finally it is live in SQL Mobile Books Online @ http:/ ...Show All

  • Visual Studio Express Editions WMI with Visual Basic 2005 Express

    In the MSDN Library, it is mentioned that to use Windows Management Instrumentation (WMI) with Visual Basic 2005 one has to: Add a reference to "System.DirectoryServices" in the project Add the following line of code: Imports System.Management When I add the above line of code I get the message: Warning 1 Namespace or type specified in the Imports 'System.Management' doesn't contain any public member or cannot be foun ...Show All

  • SQL Server Can I use SQL_Mobile as PC desktop server or PC local cache server?

    Can I use SQL_Mobile as PC desktop server or PC local cache server I want many data to be cached at user's PC, and call for this data to be created transparently as for remote main SQL server. Is it possible to do without creating complex structure of doubling functionality of main queries to single SQL server some articles, samples, links, keywords thanks you SQL Server Mobile cannot be used on Desktop ...Show All

  • .NET Development system.net.mail class question

    I was checking out the new System.Net.Mail class and noticed the LinkedResource...does anyone know of an example using a LinkedResource   How does one reference the LinkedResource from the email body thanks in advance Hello, I've tried this. I don't get any errors, but when I receive the e-mail it is not like in the html file. The pictures are attached in the mail, but i cannot see the e-mail like the html ...Show All

  • Windows Forms Form designer generate code in incorrect order in my usercontrol

    Hello everyone, I create a control via visual basic .net 2002. My control uses ImageList and ImageIndex properties. I add an ImageList control to the form and bound it to my usercontrol. When I use usercontrol, Form Designer generate code with two problems: 1. ImageIndex come before ImageList (alphabetical order).      this create a problem because ImageList need to set first. 2. Form Designer ge ...Show All

  • .NET Development Login to website?

    Hi group, This is a complete first for me and I have no idea where to start looking... I need to retrieve data from a php website. This website requires a login. So before it's possible to retrieve data I need to login :-) I need to use the HTTP POST method, most likely because in the source of the url I found this: <tr><td class="menu_cell_repeater"><form action="login.php" method="post"> So how d ...Show All

  • SQL Server Problem set up connection string to SQL server (Using ADO in VB)

    Hi, i'm VB beginner. Lately i try out using the ADO to retrieve data frm SQL server, but connection problem encouter when i run it. SQL server 7 is locally installed type (local) as server name, & use Window NT Integreted security as log on to the server. (no username/passward needs) My VB code: Dim cnnConnection As ADODB.Connection Set cnnConnection = New Connection cnnConnection.ConnectionString = "Provider=sqloledb;" & _ "Data Sou ...Show All

  • Windows Forms invalid FORMATETC error

    Hi, When I copy - paste text from my grid to excel i get -"invalid FORMATETC error".  On pasting to Notepad, no such error comes.  Why does this happen and how Can I avoid this, without disabling copy from the grid Thanks,  Yash ...Show All

©2008 Software Development Network

powered by phorum