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

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

EuphoricHed

Member List

Routb
paddyprash
Teodora
jeff.townes
TJak
Rclip
Trubble
Patrick Greene
mfroman
JansenH
Scott Lock
FrankV
Moguls
bobthebob
Roopa
emuesch
mido1971
D_a_v_i_d_B
Tytech
Falken
Only Title

EuphoricHed's Q&A profile

  • Visual Studio VS2005 Install Problem

    Hi! While trying to install the latest release of VS2005 I keep getting the following error: "Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience." Does anyone have any idea why I get this i got the same problem, but i solved it. if you have winxp service pack 2. 1- first uninstall winxp sp2. ...Show All

  • SQL Server join table udf question

    select a.*, b.* from table1 a join dbo.myTableReturningUdf(a.Col1, a.Col2) b on a.Col1=b.Col1 I am getting this error: Line 3: Incorrect syntax near '.'. It doesn't seem to enjoy the period separating the table alias from column name (a.Col1). Am I not permitted to send to the udf, parms that come from table1 What I am trying to do is match each row in table 1 with mult rows that are returned by myTableReturningUdf - hence the joi ...Show All

  • Smart Device Development error: 0x80070003 - problem deploying cf 2.0 programs to the device emulator

    Hi! I am working with visual studio 2005 beta2 and compact framework 2.0 beta 2. I have troubles deploying a program to the device emulator. I'm getting this error: Error 1 Deployment and/or registration failed with error : 0x80070003. Das System kann den angegebenen Pfad nicht finden.   Conman HelpText System    I installed the dma patch for the emulator, but the error remains Any hints THX! ...Show All

  • Software Development for Windows Vista Custom activity with inner sequence activity locked in design mode

    Hi, I have a custom activity which simple extends the SequenceActivity. When I use this custom activity inside ot my workflows I can drag and drop activities from the toolbox to inside my custom activity. Now suppose that my custom activity contains an inner sequence activity. In my workflows when I use my custom activity, the inner sequence activity is locked. I would like in design mode to drag some activieties from the toolbox to m ...Show All

  • Visual Studio Tools for Office C++ AddIns 4 MS-Word

    Hi all, I programed an addin (with C++ .NET) which works with ms-word. I wish to parse the text of an active ms-word document and to replase some of its words and chars. The questions are: How can I retrieve the documents text How can I write text into the document AND how can I replace text in the document. Moreover, can I get a text with specific format ; as example, all the text in the document which is in Bold or Italic format or altern ...Show All

  • Visual Studio Addin dissociates silently in VS.Net 2003.

    Hi, I am developing an AddIn which is handling Cut,Copy,Paste commands of IDE(VS.Net 2003). Although AddIn works fine but if I keep on pressing Ctrl +v it silently dissociates itself from IDE and IDE starts handling all trapped commands. As per my understanding when cursor crosses a particular limit while pasting data and after that if there is a new Ctrl + V, AddIn stops without calling OnDiscoonection(). Kindly help me . Ruhina ...Show All

  • Windows Forms event on scaning barcode

    hi , i am using vb.net 2003 and i want to scan barcodes with the scaner i want if the scaner completes the scaning doesn't matter what the length is the next textbox is focused i tried it on different events but could not find the&nbs ...Show All

  • .NET Development RowFilter Performance Problem in VS.NET 2005 !

    Hi, I have a Project in VS.NET 2003 which uses DataView.RowFilter. When I compile it in VS.NET 2005. Performance of the RowFilter Command decreases dramatically. I am in the first stages of migrating my project to VS.NET 2005. But this is a big draw back. I would really appreciate it if you could help me in this. No need to mention that Microsoft has indicated that RowFilter performance has increased in this new version. Thanks ...Show All

  • .NET Development having regex problems - no more than a few words?

    [edit] I will retract my original question until i find further problems, seems to be ok for now[/edit] in the mean time i will ask another Q! I am reading a stream from the net using GetResponse, to a string since this stream may have inner and outer html code (inner meaning examples shown in html on an html page) - is there a way of finding the html tags (like a normal search pattern) because I can search for anything else BUT any html tag ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Direct Draw 7 Help!

    Ok, I dont see any code tags here so sorry for the mess. I am getting this runtime error when running this code. It works fine when I dont call anything in the IGERUNTIME function. Here is my entire project, in its current state. ========================================================= BEGIN IGEWINDOWS.H ========================================================= /****************************************************************************** ...Show All

  • Visual Studio 2008 (Pre-release) Clipping with binding

    Hi all, I would like to clip everything which is the border. < Border BorderBrush = " #FF646464 " BorderThickness = " 2,2,2,2 " CornerRadius = " 5 " ClipToBounds = " True " > < DockPanel x:Name = " Frame " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " > < Grid DockPanel.Dock = " Left " > < Grid.Clip > < Re ...Show All

  • Visual C++ C++ & UNICODE

    Dear MSDN C++ experts, I have Visual Studio 2005 Professional installed, I need a help issue about something annoying a bit. My professor in college asked us to make a report how to write in name in Arabic using UNICODE, in fact I was unable to make such a program as it's so hard for me as I'm still a beginner. Here is a code sample I asked someone to make for me, It's UNIX based, the print out is an empty screen in windows: ======= ...Show All

  • Windows Live Developer Forums Robot Invaders: terrible SDKs, please allow others/self-written ?

    I think it's a great idea to have a contest about creating bots. Bots are growing very popular, and a contest like this is a great way to show off what messenger can do. The criteria are very acceptable too, especially integrating activities would be a lot of fun. I had some great bot ideas, and I was very very eager to work them out, but there was one major thing that spoilt it all: You are forced to use one of the three SDKs on the site to be ...Show All

  • .NET Development difficulties in distributing the application..

    well.. i juss created an application using VC# > Windows app. (in .NET 2003) but im facing trouble distributing it.. is it necessary for the other user..who will run my application.. to have .NET Framework installed isnt there any way to create some sort of installer that can include all the necessary lib. n stuff.. does microsoft provide any tool for this task or do i have to get .net framework installed to every user.. before he/she can ...Show All

  • Visual Studio Team System Programmatically insert requests

    Sometimes I have to use 3rd part tools to retrieve requests invoked from clientside javascript. These tools (primarily HttpWatch) lets me save output in xml format. To get the testing right, I manually insert request based on data from xml. a) Is it possible to write plugins to the "webtest-editor" context-menu b) Can requests be programmaticly inserted to the "webtest-editor" Thank You for the replies. I will look into the context-menu ad ...Show All

©2008 Software Development Network

powered by phorum