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

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

gshad37

Member List

Alex Simkin
DiscordianWarrior
Byapti1
Charlie Genge
dams
Syed Junaid
Marco Achtziger
jocrews
ruppuk
Steven Mooses
Jerick06
tackett
James Nachbar
Sorbid
Mikael-Myggan-Mouvitz
Nathansl2003
daveremy
KenDavis
shaunhey
dotnetboy
Only Title

gshad37's Q&A profile

  • Visual Studio Tools for Office Outlook intercept attachments and redirect ?

    I've been asked to provide a solution that sits in outlook and detects emails to a specific address, and to pass the files sent as attachments to another ( possibly outside ) program.  I have a good understanding of C#, and I'm a C++ MVP.  I've never done anything like this in Outlook, though, and there seem to be a myriad of options open to me.  I'm hoping for a little direction as to where I should be digging to best achieve this This is a bread-and-butter scenario, actually, and is quite simple using Outlook's standard OM. You are in the sweet-spot! As you probably know, we have added Outlook 2003 add-in support in V ...Show All

  • SQL Server Using error handling techniques in cursor routine

    Hi everyone! I am trying to use error handling within a cursor routine. I have an Error Handling label outside the cursor that handles errors generated outside the cursor or when @@Fetch <> 0, but doesn't work for capturing errors inside the cursor routine. The cursor has a value that I am using for updating data. This requires a transaction for each pass. I also must select the max value of a selected field from the table where these updates occur. If an error occurs in any part of the transaction, I want to capture the error, select it from the sysmessages table, write it to a table, roll back the transaction and move to the next ...Show All

  • .NET Development is it the possible using C#.Net or ASP.net work on the sun product -Iplanet directory server

    i wan to know : 1. is it the possible using C#.Net or ASP.net work on the sun product -Iplanet directory server i wan to do the authentication/authorization 2. how to implement it , can u give me the related hyperlink or some source code samples what i wan is : login.aspx --> login.aspx.cs --> iplanet directory -->login.aspx.cs i need to develop a security module , which can work on window(c#.net) platform and unix (java) platform iplanet will be the server directory !!! if java.jndi have the method to connect to the MS AD, then i will suggest my project manager to use the AD to be the server directory ASP/JSP --& ...Show All

  • Visual Studio Need help creating Static sized custom report item

    Hello, I am trying to build a custom report item that will generate Optical Recognition Marks and has the following requirements: 1. It has a standard size (.875" x .875") that will never change, nor need to. I would like to make it so that when the control is dragged on the report, it appears at this size and the size property is readonly. (or won't let them change it) 2. (Nice to have) The control automatically dock/anchor to the top right of the page. 3. (Nice to have) The control sets and locks the page width, etc so the marks will get printed the same distance from the right margin. My question is, how to over ...Show All

  • .NET Development Creating Typed Dataset in Web Service using Visual Web Developer 2005 Express Edition

    I am trying to create a typed dataset which I can use as a data source in VB 2005 Express. I hope to use VWD 2005 Express, but if there is a better program to use that is free, I'm all ears... I have searched the forums for quite a while and found a forum that tells me how to accomplish this, but not using VWD 2005 Express... the code is... Public Function Units() As Units 'return units type Dim myds As New Units Dim myta As New UnitsTableAdapters.daUnitsTableAdapter myta.Fill(myds.dsUnits) Return myds End Function When I paste this into VWD, Units is not defined as a class... if anyone could help me, it would be grea ...Show All

  • .NET Development How to use threads? Or is my problem something else?

    Sorry that I didnt come up with a better topic. Anyways.. I have programmed this file converter program. It analyzes data into memory from one file type  and writes it from memory into a another filetype. While the program is converting (it can take minutes depending on size) and if I for example want to browse the internet while its converting, the programs window goes white and if it is a big file and i hop couple times between different program windows on the screen it stars say that its not responding. When the conversion is finished it comes back to normal. Is this a problem because of the lack of threads How do i use them T ...Show All

  • Visual Studio Team System MCP > MCSD > MSF

    Hi I am a bit confused. I want to do some Microsft Certification for MSF.I also want to do MCSD for .net .I learend from the web site that one Paper Leads to MCP as well. Can anyone on this earth can tell me what todo and with what sequence here are some points : 1- I am more prepared for MCSD. Best regards. Hi, Also make sure you check out the new generation certifications that Microsoft will be releasing: http://www.microsoft.com/learning/mcp/newgen/ Regards, Vikram ...Show All

  • .NET Development I don't know how to use storedProcedure that returns one value as a result to a VB calling pg

    My stored procedure works perfectly when I run Query Analyser, but when I run my VB program I get the eror: I get the message : An SqlParameter with ParameterName 'total' is not contained by this SqlParameterCollection. Here is my stored Proc and my VB program is right below I- Stored Proc: CREATE PROCEDURE dbo.totalsub @account bigint, @total bigint output AS select total=sum(SubPhnNmbr) from tblsub where SubAccNmbr=@account return GO II- And my pogram in VB is: Dim totsub As Int64 Dim cm As New SqlCommand Dim cn As New MyConnection cn.open 'my connection is defined by me don't worry about it cm ...Show All

  • SQL Server Exporting a Cube into MS Excel

    Hello, I am wondering if it is possible to import hierarchies established in a SSAS 2005 cube into MS Excel. Right now, when I import a cube into MS Excel (Office 2003) through the following path in Excel: Data/Import External Data/New Database Query/Olap Cubes/"MyCube".cube, I am able to see cube's dimensions and measures but I cannot see my hiearchies. I would like my users to be able to drill down to the lowest level in a given hierarchy , the same way it works in a Cube Browser in BI Studio. Can it be done Any thoughts about it would be greatly appreciated. Thanks a lot! Hi. There shouldn't ...Show All

  • SQL Server Start SQL server 2005 CTP

    Hi I need an answer to this: I just downloaded and installed SQL server 2005 CTP. When I start the MS SQL server database Engine it returns this error: TITLE: Surface Area Configuration for Services and Connections - localhost An Error occurred while performing this operation - (SQLSAC) Program Location: at Microsoft.SqlSac.MainPanel.UserControlService.ActOnService(ServiceAction action) Can you please tell me how to fix this Poek Hi, what does the Event log tell you about the service start HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server ODBC connection failing on 64 version of Windows 2003 server

    I have an application that talks to a SQL backend using an ODBC DSN connection. It works fine when running on a 32bit machine but fails in the 64bit environment. The DSN is setup properly on the 64bit box and the Test Connection returns sucess. However when my application tries to use the DSN to connect to the database I recieve the following error. IM002 - Data source name not found and no default driver specified. The data source name does exist, it's in the ODBC.INI and in registry. As mentioned above the Test Connection succeeds in the ODBC Administrator so logic would dictate that it's setup correctly. Any help would be app ...Show All

  • Visual Studio Team System Problems with Branching

    We are running Beta 3 Refresh and are having problems branching (which worked ok in Beta 2). I created a new folder and then clicked on my main folder (with multiple sub-folders underneath) and clicked Branch. I then choose to put the branch in my new directory I created. It then states: "Preparing to Branch..." and sits there for over 1/2 and never does anything. I then clicked "Cancel" and it sits there for another 30-45 minutes saying "Canceling..." and then I receive an error that states: "Visual Studio Team System Command Canceled". You can only click ok, which then brings up: "Error Command Canceled" I was able to successfully branch a ...Show All

  • Smart Device Development How to kill a process where I know the exe name, but not process id?

    I'd like to start a new process from one application, but would like to look for and kill any of the same processes already running first. Seems like all the code samples I see require knowing the process id already. And, the System.Diagnostic.Process.GetProcesses method doesn't seem to be available for .NET CF I can't enumerate the processes and look for the right name. Anyone got a clue for me Much thanks! Please see this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/ProcessManager.asp OpenNetcf.org offers some classes for that as well. ...Show All

  • Software Development for Windows Vista ATI fails to load driver on 5231 build

    ATI Catalyst Driver failed to load on 5231 build; which actually works great in Beta 1 release. Any clue how to tweak this to work For more info, check: http://www.msvistablog.net/comment.php comment.news.96 Thanks Yes, install the windows XP driver and edit the registry to turn on the Aero glass interface. ...Show All

  • .NET Development C++ .NET - Create, Read and Write Excel

    Does anyone have any sample code in C++ .NET managed code to Create, Read and Write and Excel 2000 Spreadsheet If not, can you point me in the right direction to find documentation, articles, etc. For those who are interested, Jason posted a reply in: Visual C++ Visual C++ Language Re: C++ .NET Managed Code - Excel 2000 This solution worked for me. Thanks everyone for your input, Joel ...Show All

©2008 Software Development Network