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

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

vikedal

Member List

vhrao
norma ivette
karande23
PabloFe
slifinger
KevinNanson
TomJones
Old Mortality
Roberto79
Stephen W
alx5799
bertuahki
ETUX
Job Lot
rldupo
Peter Giffin
Mike Morine
bojingo
etaylor
Steve Abney
Only Title

vikedal's Q&A profile

  • Visual C# About solution folder - A bug or not?

    Solution folder's bug or not I tried VS2005 visual C#, I found a problem that I can't solve: After create a new windows Application project, then create Solution Folder, in the solution folder I create new windows user control library, after build, I can find the User Control in toolbox. I don't know why I've tried if I didn't put the User Control library in Solution folder, then the user control listed in toolbox. In vs2005 be ...Show All

  • Visual Basic Detect Local IP Address in Visual Basic 2005 Express Edition (Beta 2)

    I'm trying to write a simple program in my newly downloaded copy of Visual Basic 2005 Express Edition (Beta 2). I want to display the IP address of the local machine (i.e. the machine the program is being run on). I would previously have used something like this: Imports System.Net Imports System.Net.Sockets Dim IPAddress As New IPAddress(Dns.GetHostByName (Dns.GetHostName).AddressList(0).Address) Dim strIPAddress As String ...Show All

  • Visual Studio overriding default designer functionality

    is it possible to override default designer functionality specifically, i want to change how the designer responds to double-clicking on events in the property editor. instead of placing the event handler into the codebeside, i want to place it into a different file. is this possible well i have a whole structure in place to support that. i needed to be able to have inheritence in codebehinds, which doesn't work well out of the box. what i ...Show All

  • .NET Development Clone Vs. Equal

    I have the following class:- class CloneTest : ICloneable { private string name; private string job; private float salary; public CloneTest( string uname, string ujob, float usalary) { name = uname; job = ujob; salary = usalary; } public CloneTest( string uname, string ujob): this (uname,ujob,0) { name = uname; job = ujob; } public CloneTest(): this ("","",0) { na ...Show All

  • Visual Studio Tools for Office ExcelSheet deployment

    Hi, I have seen the following article: To prepare an end user's computer to run Office solutions 1. Install the Microsoft .NET Framework version 2.0 2. Install one of the following editions of Microsoft Office 2003: Microsoft Office Professional Edition 2003. Microsoft Office Professional Enterprise Edition 2003. Microsoft Office Excel 2003. Microsoft Office Word 2003. Microsof ...Show All

  • SQL Server Sync'ing a merge subscription before removal.

    Hi, is there a way to ensure a merge subscription is synchronised before it is removed from the publisher using SMO - (it is a push subscription) I thought I had it as there is a MergeSynchronizationAgent object on the SubscriptionDatabase object, but calling Synchronize() on this throws an exception saying it can't contact the publisher. Any help would be really appreciated, thanks. Graham You shou ...Show All

  • Windows Forms dataset binding to a combo box

    I have a combobox that I am trying to populate from a dataset. the dataset returns rows from this table but the combo box is empty. Is there any properties that have to set on the combo box cbo_paper.DataSource = myds.Tables("table") cbo_paper.DisplayMember = "reason_paper" cbo_paper.ValueMember = "reason_code" any ideas on what is wrong bev   bsh wrote: I have a combobox that I am trying to pop ...Show All

  • .NET Development hotmail Interop Consumption Of A Webservice That Uses Typed Datasets

    Just was informed by management starting this year, all middle tier objects need to developed under Websphere via J2EE, rather than IIS & .NET.  Ok, don't mind learning new tools and adding padding to my resume, but quite concerned with a project that needs to consume existing vendor supplied web services that use ASP.Net typed datasets.  From my investigations it looks like we'll need to deal with the XML natively, there ...Show All

  • Visual Studio Team System project creation error

    Hopefully anyone here can help me and tell me what is going wrong here.....Search doesn't help :( 09-06-2005 02:49:58.826 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://marbeltest:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 09-06-2005 02:49:58.826 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0 seconds 09-06-2005 02:49 ...Show All

  • Visual Studio Express Editions Registration

    Anyone else getting endlessly repeated requests from VB 2005 Express to register   I've registered 4 times so far, and still the balloon keeps popping up in the system tray to remind me to do so. I installed from the .img CD download, and there's no option anywhere to enter a reg code.  Does someone know of a registry fix that will turn this off   Nick Savoiu wrote: Hmm, I have the same prob ...Show All

  • Visual Studio 2008 (Pre-release) I don't like the From X in Y syntax

    Dim myTables = From tables In dc.SqlTables _ Select TableName, TableOwner I really don't like the From X in Y syntax. Semantically, it doesn't make any sense. The variable tables is not in dc.SqlTables, it IS dc.SqlTables. If I really need to specify an alias, then use a keyword that means that. Dim myTables = From dc.SqlTables Alias tables _ Select TableName, TableOwner Aside from that, why do I need that variable in the first ...Show All

  • Visual C# How To called Managed Code from Unmanaged Code ?

    Hello,          I want to know that is there any mechanism by which i can call my managed code(DLL which i developed using C#) into Unmanaged Code (Means my VC++ Application).               Ur viewed Welcomed (prakash_paghdal@hotmail.com)                 Than ...Show All

  • Visual Studio 2008 (Pre-release) Can I use ShadowEffect at the same time as I use Clip fo control?

    < Button.Clip >            < RectangleGeometry RadiusX = " 3 " RadiusY = " 3 " Rect = " 0,0,89,28 " /> </ Button.Clip > < Button.BitmapEffect >           < DropShadowBitmapEffect Color = " Black " ShadowDepth = " 3 " Opacity = " 0.7 " Softness = " 0.015 " Direction = " 330 " /> </ Button. ...Show All

  • Visual C++ C1083 Permission denied

    Hi, I'm getting this C1083 Permission denied error when I try to build an application (console type) project A which includes files from another project B (static library type). The B project includes files from a math library C (GSL). When I build the static library B, I have no problems. The problem is when I try to build A, and it complains about having permission denied to access a folder which turns to be the folder containing the .h fil ...Show All

  • SQL Server sysconstraints and syssegments views do not show under system views

    NO idea how this happened, I was getting an error altering the views, and I noticed in one database of mine sysconstraints and syssegments views shows under user created views , in other databases I noticed they are listed under system views section. How can I move sysconstraints and syssegments back to system views Thanks ...Show All

©2008 Software Development Network

powered by phorum