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

Software Development Network >> Nico Vuyge's Q&A profile

Nico Vuyge

Member List

iambad
mbudiman
Dwarvend
HowardR
Cittri Farms
comsolver
CV 8.0
Dave Friedel
MadGerbil
woh
cdisdero
www.etramway.com
Server Girl
Participant
SQLMcp
EltonSky
Vitor Hervatin
Arpat
R. Child
Peter N Roth
Only Title

Nico Vuyge's Q&A profile

  • Microsoft ISV Community Center Forums Extracting Text from body of Outlook email into excel

    Can anyone help me to finish off this code I am extracting text from the body of email messages in Outlook into Excel. The email messages are standard format and look like this: Questions answered by: joy smith ID #:25555 Total number of questions answered: 20 Total number of incorrect answers: 3 Grade as percentage: 85 % List of question(s) with incorrect answers. The incorrect choice is in brac ...Show All

  • Visual Studio dataset and database logoninfo

    Hallo! I've got a report with a main table, other linked table and subreport linked to the main table. I need to pass to the main table a dataset and to the other tables the database logoninfo. I've done it and it works but the report lost all the links between tables duplicating records! Any ideas how to pass to a report a dataset to one table and the database logoninfo for the other linked tables without losing table links Thanks a ...Show All

  • Windows Forms Placing Windows Form in bottom of all windows

    Hi, I tryed to set my form in bottom of z-order of all windows. I'm trying to create Windows desktop replacement. I found that I should use API SetWindwPos with HWND_BOTTOM argument, it woks only until i activate that window. After activation it becomes normal window. Can anyone help me I'm using VS 2003. Here is my code: Public Class DesktopWindow Inherits System.Windows.Forms.Form # Region "API Constants" Private Const WS ...Show All

  • Visual Basic Validating within a User Class

    I need to populate a container with an indeterminate number of label/textbox pairs for input. Since it is indeterminate at design time, I thought I'd create a user class with both a label and at text box in a pair so I could create them at run time and populate the labels appropriately from a data file. I need to validate each text box for numeric value. Then, I need to use that value to build up a subtotal on the form...sort of like this: ...Show All

  • SQL Server The subscription to publication is Invalid

    Hi, I have two SQL 2000 Server running on Windows 2003 Standard Edtion. I am using merge option to replicate database as Transactional option is excluding some tables. Both server are not in Active Directory and I am trying to replicate over the internet. I got following error message while using Merge option: Error Message: The subscription to publication 'XXX' is invalid. Error details: The subscription to publication 'XXX' is i ...Show All

  • Visual Studio Express Editions WebBrowser control

    How can I make the WebBrowser control work in VBE 2005 I keep getting Name "webbrowser1" is not declared in the following line: webBrowser1.Document.GetElementById("NAME").SetAttribute("Value", "username") I have added the Microsoft internet controls as as reference. Thanks, Antonio If you want to have the WebBrowser control ...Show All

  • Smart Device Development how can i play a sound file ?

    hello . how can i let my program on my pocket pc play any sound file wav , mp3 , wma i tried every thing , searching in msdn ... the system.media is not found . also microsoft.devices.audio and my.computer.devices.audio is not found .. so , what's the solution .. regards ,, You can P/Invoke PlaySound() or you could use sound classes from OpenNetcf.org. ...Show All

  • Visual C++ How to remove Variable to an Edit Control with Visual studio 2005 c++

    Hello everyone, i want to change (or remove) a variable associed with an Edit Control. But when i right-click with the mouse on the Edit control I just have Add variable, and not remove variable . . . FFil wrote: Hello everyone, i want to change (or remove) a variable associed with an Edit Control. But when i right-click with the mouse on the Edit control I just have Add variable, ...Show All

  • SQL Server ReportItems does not repeat

    Here is the scanerio. A hidden textbox in the body of the report is being refered in the report header using ReportItems. But the it does not repeat on all pages. It just showed up on the very first page. Any Ideas The hidden textbox must appear on every page too. Try to put it into a table header that appears on every page, for instance. Was this your workaround ...Show All

  • Visual Studio Express Editions wildcards

    I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana Well, I can allow for only one - but I can't figure out how to check if I'm at the beginning of the textbox. Also, I used th ...Show All

  • Visual C# Sending Data

    I would like how to send files from the users computer to my server. Can someone explain to me how to do this I don't know wish senario you are in, but here is a list that covers it all: Application for uploading modified Files to a FTP Server File Upload with ASP.NET A Simple .NET TCP Socket Component Asynchronous Socket Communications Using the .NET Framework TCP/IP Chat Application Using C# Asynchronous socket c ...Show All

  • .NET Development Who can solve this problem? Is there any genius?

    Hi all (genius people),                  I am getting a problem consuming a web service. Here is the scenario, I have a web application in vb.net 2005 (ASP.NET 2.0) and a web service made in c#.net 2003. I have deployed the web service well. It can be accessed through browser. Even I can successfully add its web reference in my web application. After deploying ...Show All

  • SQL Server Cannot Load SQLSpars.dll

    Hello, I have had numerous problems installing SQL Server 2005 on various machine. Most of those problems are related to insufficient rights to various users. But I am baffled by this one: Setup Failed: Could not load SQLSpars.dll Why would this happen I see this message after beginning the SQL Server 2005 Standard setup and making my installation selections and beginning the install. The process stops after about 30 seconds, and displa ...Show All

  • Windows Forms control.invalidate

    I am still at a lose on this on why, after the loop, the form's picturebox will not show the very last images.  It just goes blank.  It won't do that if I use refresh instead of invalidate, but with the refresh, I get the flickering..... public void printGraphics() { g = this .pictureBox1.CreateGraphics(); //pictureBox1.Refresh(); pictureBox1.Invalidate(); Pen myPen = new Pen(Color.Blue); myPen.Width = 1; for ( int ...Show All

  • Visual Studio 2008 (Pre-release) Exception: 'System.Expressions.Expression' does not contain a definition for 'MakeGenericMethod'

    Hi there, I have the following query: Table < EntityActiveUser > activeUsers = LinqDatabase .Data.GetTable< EntityActiveUser >(); Table < EntityUser > users = LinqDatabase .Data.GetTable< EntityUser >(); var rows = from u in users, a in activeUsers where u.userId == a.userId && a.interestId == this .InterestId select u; which gives me the following exception: 'Sys ...Show All

©2008 Software Development Network

powered by phorum