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

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

ClaudiaN

Member List

tirpitz3
MicroMoth
MattMan73
Lisa Slater Nicholls
Stuart Taylor
rcarun
JoseBen101
jburgess101
Kyle_Da Man
VincentITA
Imtiyaz Thange
Ata Giray
tnyx
Dennes
Robert Simpson
Chris2006
Filipczako
exo_duz
agentgonzo
Gantous
Only Title

ClaudiaN's Q&A profile

  • Microsoft ISV Community Center Forums Charts.Add method causing error

    I needed a macro to add a chart with a very specific format. I created a macro that usually works, but I am getting an error that I don't understand. Here is a snippet from the macro: Set chartRange = Selection Charts.Add ' This line results in a "Type Mismatch Error" the first time it is run ActiveChart.ChartType = xlXYScatter ActiveChart.SetSourceData Source:=chartRange, PlotBy:=xlColumns '... When I open a new sheet, and put some data in and run the macro, I get a type mismatch error for the Charts.Add line. When I abort the macro and try the very same thing again it works fine for as long as I have the workbook open. Then, if I close t ...Show All

  • Smart Device Development does CF support Asynchronous call back??

    dear all, i m using asynchronous programming model on compact framework, windows mobile 5.0 and .net 2.0, but its not working :S, well the program compiles successfull but during runtime it throws UnSupportedException. following is the code sample ,i.e. showing this behaviour, namespace DeviceApplication1 { public partial class From1:Form { delegate void m(); m mm; public Form1() { InitializeComponent(); } ///add button to ur form put this in ur event handler. private void button1_Click(Object sender,EventArgs e) { AsyncCallback asyncCallback=new AsyncCallback(foo); ...Show All

  • Visual Studio What happened SourceSafe web service access in Beta 2?

    A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I thought Beta 2 was feature complete since the Go Live license is available.... Now i managed to get it to work.  I had enabled the internet access while the proj ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Render final scene to Texture in Shader [FX Composer]

    I want to save the final rendering of my shadowed scene to a texture (see below). I would like to know how to render to an 800x600 texture directly in the shader. I am using the FX Composer from NVIDIA. I would've thought I could simply add the following as the final pass of the shader: pass Bg < string Script = "RenderColorTarget0=TexFinal;" "RenderDepthStencilTarget=TexFinalDepthMap;" "RenderPort=;" "ClearSetColor=ClearColor;" "ClearSetDepth=ClearDepth;" "Clear=Color;" "Clear=Depth;" "Draw=buffer;"; > { VertexShader = compile ...Show All

  • Visual Basic Value of type 'ADODB.Parameter' cannot be convert to

    If I accidently posted this is in the wrong section would someone please let me know.  Thanks. I get the following compiling errors: Value of type 'ADODB.Parameter' cannot be convert to 'Long'. Value of type 'ADODB.Parameter' cannot be convert to 'String'. This is where I get the compile error: .Parameters.Append(.CreateParameter("@RetCode", ADODB.DataTypeEnum.adInteger, ParameterDirectionEnum.adParamOutput)) .Parameters.Append(.CreateParameter("@RetMsg", ADODB.DataTypeEnum.adVarChar, ParameterDirectionEnum.adParamOutput, 100)) Here's the code: Public Class DoctorList Private Const conModuleName As String = "DoctorList" ...Show All

  • Visual Basic Shell an unexecutable program

    Hi When I want to shell an unexecutable program, I use "Process.Start". But "Process.Start" doesn't support "Start in folder". I want to shell an unexecutable program with using "Start in folder", how Thanks & Regards This URL to the help works.  The namespace and method it details is contained in there.      The help contains an example as well.   Look at ProcessStartInfo Members and you will see Workingdirectory http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdi ...Show All

  • Visual Studio Elements doesn't appear to the target designer (SDK June CTP)

    Hi! I've created a simple DSL and a diagram with two compartment shapes and one GeometryShape. Everything goes fine, no errors/warnings when building the dsldefinition solution, and the target debugging solution runs fine. But when I drag elements from the toolbox to the drawing surface, I cannot see them. They appear to the dsl explorer but no to the drawing surface. Any ideas how to resolve this issue Thanks in advance.. Risto Hi Risto, Can you do a Validate All on your diagram Unfortuantely the code generators aren't running validation yet in this CTP. The most usual cause for this is an incorrect ...Show All

  • SQL Server TSQL Strored Procedure

    I am having an issue when trying to pull data from Oracle into a sqlSERVER TABLE. I'm running into an issue because I am using to much temporary space in Oracle because the return set is so large. New to sqlserver, but in Oracle the solution would be to commmit the insert after so many records have been retrieved. Here's the procedure I wrote I would think I need to add a cursor and a counter which be used to do a commit after so many rows have been retrieved. DOes so one have a procedure I could model mine after ALTER PROCEDURE [dbo] . [SP_Load_BO] -- Add the parameters for the stored procedure here @p1 int = 0 ...Show All

  • .NET Development How to connect to internet using dialup

    I want to write a program to dial a number, authortize the password, and connect to internet. Would anyone help me If you use C# to connect to the internet, shouldn't OS prompt user to verify the connection automatically (just a guess, I haven't been using modems since year -97) Well, at least you shold ask the user first, othervise your program is considered as a dialer and soon blocked by malware scanners allaround the globe... ...Show All

  • Visual Studio Express Editions Development kits for Visual C++ 2005 Express

    Good morning... What development kits can I add on to VC++ Express I know that I'm supposed to add the Platform SDK, but there's a long list of development kits and SDKs at the Download center.  Which ones can I use Thanks. Good evening... Allow me to elaborate. I see a number of references to adding the MSXML kit to one's available libraries (given the pervasiveness of XML I'm not sure why this isn't part of the platform, but whatever).  So I assume I can add the MSXML 3.0 or 4.0 kit.  And if I understand correctly (I'm on day 22 of a 21 day program ) these kits are just bunch of include headers and libraries files.& ...Show All

  • Smart Device Development PocketPC Desktop -Synchronizing issue

    Hi, Well ,I am working in PocketPC (eVC++,VC++6.0) I have to Synchronize the PocketPC and DesktopPC . For Synchronizing am using ActiveSync I have a Folder in the desktop for example D:\Temp\ I have a Folder in the PockePC in the Device Root for example: \Temp . I am coping a text File from desktop and placing it in the Device (PocketPC), say for example \Temp\Text.txt in the device. when i do this i create a .dat file (say Test.dat) ,now what happens is, i place both Text.txt and Test.dat in the Temp folder. so the same file (Test.txt) is copied in desktop ( D:\Temp\Test.txt) This for a single file. Suppose I have multiple files and large s ...Show All

  • Smart Device Development How do I know what files are required?

    I have a program that I have been working on for some time, and it is almost finished. The problem is that when I reboot the device (not a pocket PC), the program won't run any longer, and it gives no clues as to the reason. If I deploy through VS.net, it works fine, and continues to work until I do a reboot. I need this device to function by itself. How do I know what files I'm missing if the program doesn't tell me If your application is developed for NETCF (C# or VB.Net) and NETCF is not installed, application can not run and since it can not run, it can't tell you what's missing. Make sure NETCF is ...Show All

  • Windows Forms How do i get my hard drive back???

    Hey.. I dont no if this is the right question to ask in the forum but i dont no where to go and ask... well I just wiped my whole laptop for a stupid error but when my (laptop) was going i had 2 hard drives. Once i wiped the laptop clean and put windows xp back on it was sparkling new but i couldnt find the 2nd hard drive (D:\). . . i'm on it now but i have been searching for (D:\). . . Can someone help me to guide me through to try find this Cheers Shay Email: mazdaspeed777@hotmail.com You are right this is not really the right place to ask.. You should be asking your question in one ...Show All

  • Visual C++ Hello World Program Problems! (Sorry I'm New To This!)

    When I write this program: #include <iostream> using namespace std; int main () { cout << "Hello World!" ; return 0; } I receive this error message when I try to build it: 1>c:\program files\microsoft visual studio 8\vc\crt\src\crtdefs.h(36) : fatal error C1189: #error : ERROR: Use of C runtime library internal header file. Can anyone offer me any advice on how I can solve this I have searched everywhere. Looks like your include directories are pointing to the wrong directories. This particular header should not be used from us ...Show All

  • .NET Development Marshaling an array as a return value?

    How do you marshal an array as a return value   What marshalling attributes must be specified Specifically, using COM Interop, I want to use an interface member that returns an array.  The implementation of this interface is written using an unmanaged object and a COM style interface. In C#, the interface declaration would look like this:     public interface IMyInterface     {         int[] MyArray         {             get;         } ...Show All

©2008 Software Development Network