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

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

Aoeuid

Member List

kenn_rosie
Andriy Karasyov
Jens Madsen
stu5601
Steve Powell
Ralf Herrmann
Gabriel160938
James Lin
AlexB-007
AndyjW1
Raybritton
Mehmet Ali Ekingen
Zoran Pecenovic
wky
Mmondragon
Andy Deng
NUCLEAR-WAR
mike1942f
Vinh Huynh
kloepper
Only Title

Aoeuid's Q&A profile

  • Visual Studio Express Editions an unhandle excpetion

    Hi all , I have a problem , where I built an application (simple one which uses 2 forms and one data grid) every thing is OK on My computer , however when applying the app. to another system which has .Net framwork , I get the Msg "an unhandle excpetion", And I dont know why Any ideas Hi, Can you give us more details about your error If you have found answer for your post then please mark reply as answered by clicking on "Mark as Answer", so that forum member's will know that your post is being answered. You can always re-open the post by clicking on "Unmark as Answer". Th ...Show All

  • Windows Forms Registry Application

    I need to create a simple application that would create a new registry key and a new value. That is all this application is going to do. Can anyone point me in the right direction I finally got it. You can see how if you <post>843</post>. :)  ...Show All

  • Windows Search Technologies Any Fixes for Roaming Profiles with WDS yet?

    Hi all - looking to implement WDS in an environment using roaming profiles. I've heard there should be a hotfix (or something) becoming available but I don't know an approximate date. Can someone here comment on how it might be possible to get WDS working with Roaming profiles Walk me through the steps etc.. Thanks! Hello John RWB, A roaming profiles fix should be introduced around the end of May (this is subject to change). At the time that the fix is released additional information will be provided. In short, we should have something for you soon. Paul Nystrom - MSFT ...Show All

  • Visual Basic System.Net.Mailmessage Namespace

    My question is that I cannot access namespace for System.Net.Mailmessage. When I type in the Imports command for the name space it gets to "System.Net." and does not show the Mailmessage part. Does anyone know why it does not I have the Framework 2.0 installed. Is there something else that needs to be installed through Windows or something Any help would be greatly appreciated. Thank you. Hi, I think this problem is not a great one. Actually mailmessage is not a namespace it is a class by which we instantiate our mail message. You can see the following code for your reference. I think this should work if you want to send ...Show All

  • SQL Server Help with SUM

    Take a look at the link below.  Look at InHouse2.  I want @InHouse1 in the InHouse2's query not to reference the whole sum like @InHouse1 currently is but rather the same fomula from InHouse1 based on the record level I'm not sure how to do this other than combine all the previous queries somehow in this select so that it only references individual records. InHouse2 = InHouse1 * commision % for each record. Here's my SQL : http://www.photopizzaz.biz/projfee.txt Firstly, your query can be rewritten as: Select SUM(@InHouse1 * CASE WHEN FeeSchedule = 0 THEN 1 WHEN FeeSchedule = 1 THEN FeeSchedule / 100 ...Show All

  • .NET Development Sample certificate folder missing from WSE sample

    Sample Certificate folder missing in quick start examples for WSE 3.0 released 11/07/2005. How do I get it The sample certificates were removed from the product and replaced with a setup.bat file in the \Samples directory. This setup file uses MakeCert.exe to generate named certificates, installs them into the correct certificate stores and set the appropriate priviledges when run. This was done to ease the installation on the samples and enable you to get started with the samples sooner If you want to install certificates by manually you can follow the instructions either in the readme.htm in the samples di ...Show All

  • Windows Forms I need a ReadOnly CheckBox and ReadOnly RadioButton

    Does anyone know where I can find a ReadOnly CheckBox control and a ReadOnly RadioButton control    Thanks! This seems to work for me: Put the control you want to make readonly in a panel.  Then shut off all mouse and keyboard input to the panel by p/invoking EnableWindow.   [DllImport("user32")] static extern bool EnableWindow(IntPtr hWnd, boo ...Show All

  • SQL Server grouping over multiple datasets

    I have two datasets on a report.  Both have a common field - State.  I'd like to be able to have data from each dataset on a page relevant to the common state (e.g. I want data from both datasets on every page, but only data for that state).  Note that I can not join the information from the two datasets, but they do share the same grouping field. So far, I'm not having any luck getting this to work.  Can anyone tell me if what I'm trying to do is possible and shed some light if it is You either need to combine these two data sets in the query (UNION with a filter will probably work) o ...Show All

  • SQL Server TOP 100 ordering of Data Question

    Hi, I was trying to use the UNION construct to combine two tables. The second table was to be sorted before effecting the UNION. The first attempt was the following: SELECT emp_id , assigned_branch_id FROM employee WHERE title = 'Teller' UNION SELECT open_emp_id , open_branch_id FROM account ORDER BY open_emp_id The above was generating an error. I then tried SELECT emp_id , assigned_branch_id FROM employee WHERE title = 'Teller' UNION SELECT e . open_emp_id , e . open_branch_id FROM ( SELECT TOP ( 100 ) PERCENT open_emp_id , open_branch_id FROM account ORDER BY open_e ...Show All

  • Windows Forms Work Offline

    Dag (Hi) My problem is that my proxy don’t let me connect to the terrarium server. So I don’t have any Plants or something. Can anyone tell me where I can download some Plants and the other stuff MfG Spawn84 ...Show All

  • 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 can report failure. There is no way for _controlfp to report failure.   Besides, "deprecated" does not mean "removed" or "not working". You can continue to use them, and they will work a ...Show All

  • Visual Studio Team System Compare changesets

    How can I find out what has changed between two changesets or two different labels Thanks in advance. The command line is probably the best way: tf diff /version:100~200 tf diff /version:Lfirstlabel~Lsecondlabel The IDE only allows you to diff 1 file at a time. Rightclick a file -> Compare. Compare is also a context menu option when selecting 2 changesets from the History toolwindow, when reviewing shelveset or changeset details, and a few other places in the UI. ...Show All

  • Visual Studio Tools for Office Combo Box on the Actions Pane Control within VSTO

    Hi group, I am having an issue with the Combo Box & how it functions vs. its host control. The issue resides with VSTO and the Actions Pane. My Actions Pane Control is added to the left side of my Excel program. It either has a User Control or not. I want to be able to access the vertical scrollbar when the Combo Box displays the dropdown list (assume that the list is long enough to have a vertical scrollbar). 1) When the Combo Box is hosted on a Windows Form that is just a little wider than the Combo Box: The Combo Box displays the dropdown list, I can access (click) on the vertical scrollbar without h ...Show All

  • SQL Server Does anyone have a script to reset all logins on a server?

    We want to merge 2 SQL servers into one. This means we will have duplicate logins with differing passwords. We want to reset all the passwords on one server to something memorable. Does anyone have a script that cursor through (or trans - I'm not shy) all the logins in a mster db I really don't fance going through hundreds of logins changing their passwords by hand! Looking into it, I think I can cursor through master.dbo.sysxlogins and reset the passwords using sp_password, as such: sp_password Null, 'Newpassword', 'loginname' Anyone see a problem with the above ...Show All

  • Visual C++ Error: LNK2019: unresolved external symbol _FlushIpNetTable...

    Hei everyone, I get that build error while trying to call a function in IP Helper from C code in a VS C++ project. I #include <Iphlpapi.h>. Someone solved this by adding the line: #pragma comment(lib, "Iphlpapi") and this also solves my problem. However, I don't understand why. What does that line do Thanks a lot. / Rolle The #pragma used makes the linker link to the lib "lphlpapi.lib" which is probably the library that defined the unresolved symbol stated in the error you were getting. For more details, please take a look at http://msdn.microsoft.com/library/def ...Show All

©2008 Software Development Network