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

Software Development Network >> Dmitry N. Oleshko's Q&A profile

Dmitry N. Oleshko

Member List

chen_k
Wolfgang W.
Jerry West
Sourav Parida
innivodave
CCODER32
Feng Chun
xopher
Keith Rogers
STS1SS
jianglinchun
Sino-Gary
NaveenPN
The Only Chester
Kila
Jake Pearson
DRoden
Marc antoine
Kevin Lewis - Lewis Technology
Jonathan1983
Only Title

Dmitry N. Oleshko's Q&A profile

  • Visual J# Running a Simple Program in J#

    I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it   It's not too obvious.  I did install the J# Redistribution Package.  HELP!  This is so simple.. but I'm stumped!!! I figured out a way to get the "form as text" info. Before print Expand the section that says "Windows Form Designer generated code".  ...Show All

  • Visual C# What is the use of "STTBF".

    Hi, Can any one tell the use of " STTBF ". Actually, I have generated a document by Mailmerge from the template doument. The mailmerge operation can bound the data from database to the template document mergefields. When merges these data to the mergefields in template, I think internally they have some handles some string tables for storing these data from database. Then they will fills up the data to the mergefiels. So, ...Show All

  • Visual C++ Can and how do I extend an array of objects during run time?

    Hi, I created an array of objects, based on a class I created to hold data only, at the start of my program. During the run time, I may need to add an unknown number of additional objects to new data. Can I do this How can I increase an array of objects during run timge, one at a time as the need arises For exmaple: myClass aryObjects[10]; .............. How do I add to the aryObjects and make it a aryObjects[11] Thanks. Hi ...Show All

  • Visual C# C# and VC++ unmanaged

    Hey, I have a dll created in C#, that i wish to reference in my VC++ unmanaged application every time i try to import the dll, i get an error which is. fatal error C1083: Cannot open type library file: 'c:\mydll.dll': Error loading type library/DLL. i have never done this before and started playing around with the properties of the c# dll. I turned the "Register for com interop" facilitie on, which appeared to create a t ...Show All

  • Visual Studio Team System Two dialogs for users management in Team Explorer?

    Hello everybody, let's consider two dialogs for users management in Team Explorer, that is "Security" and "Group Membership" (both from "Team/Team Foundation Server Settings"). I believe "Group Membership" could be included in "Security", and that there's no reason to have two separed dialogs: what do you think about ...Show All

  • Visual Basic Printing in color

    I am using VB2005 Express. My problem is I can't print in color I am Importing Systems.Drawing.Drawing2D and System.Drawing.Printing Public Class Form1 Inherits System.Windows.Forms.Form Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PrintDocument1.Print() End Sub Private Sub PrintDocument1_PrintPage( ByVal sender As System.Object, ByVal e As Sys ...Show All

  • SQL Server Problems Executing Stored procedure OLEDB

    <sigh> been doing all kinds of stuff in SSIS and then I get to what I thought should be simple: Running a stored procedure, and I've had nothing but headache: OLEDB connection, ResultSet None SQL Statement: EXEC dbo.pStoredProcedure , , , , , , OUTPUT Parameters Mapping page: User::gvSourceName Input VARCHAR 0, User::gvDestinationName Input VARCHAR 1, System::UserName Input VARCHAR 2 etc.. etc.. UserlvDataImportID Output NUMER ...Show All

  • Visual Studio VSS 2005 does not limit view of files in ADD FILES

    In VSS 6 I could either pick to add files from the menu, or the little "[+]" icon from the toolbar. It would bring up a file selector dialog in the working folder. It would only show the files that had not ALREADY been added to VSS. It did not show files that were inappropriate to add. This was very nice! In VSS 2005 the file dialog that comes up shows EVERYTING, even the VSS internal files. When a project folder has 20-100 files in it, it is ...Show All

  • SQL Server How can I get this function be working?

    How can I get this function be working CREATE FUNCTION MyFunc ( @MyDate as datetime, @MyTableName varchar(50), ) RETURNS TABLE AS RETURN SELECT * FROM @MyTableName Where myDate=@MyDate You can't -- passing a table name dynamically would require dynamic SQL, and dynamic SQL is not supported in UDFs...   Why do you want to pass a table name dynamically, a ...Show All

  • Visual Studio Express Editions loading projects help

    When I try to load a project I can get the code form of it through the object browser, but I can't get the visual form to tweak that. I don't know if this is a common problem or something I'm overlooking, but I would like to know what I'm doing wrong. Hi, Sorry but I do not fully understand the issue you're describing. Would you please provide more details Thanks, ...Show All

  • SQL Server Problem in Deploying Analysis service projects using SQL server Business Intelligence Development Studio

    after creating Analysis service projects using SQL server Business Intelligence Development Studio when the project is deployed it gives following error......... Error 1 The project could not be deployed to the 'Solversa-201\SQL2005' server because of the following connectivity problems : A connection cannot be made. Ensure that the server is running. To verify or update the name of the target server, right-click on the project in Sol ...Show All

  • Software Development for Windows Vista Cleaning Persisted Workflows

    What's the correct way to clean workflows that have been persisted in a SQL database I have a ton of workflows that are no longer necessary that were created during development of my web page. Rather than running all of them through to completion, is there a quick and easy way to clean them up Thank you, -- Sean Are there other running workflows that you want to keep Or do you mind if you blow them all away I ...Show All

  • Visual C# Set cookie from IE hosted windows user control

    Hi everybody. What do I have: I have a (c# VS 7) Web app that uses an Internet Explorer hosted Windows User Control. Problem: I need to set a cookie on clients' machine from the IE hosted control. Does somebody know how to do that I would appreciate any suggestions. Thanks in advance! Bozesan Mihai Use InternetSetCookie method to set cookies. You can use ...Show All

  • Visual Studio Team System Team Suite Client Connection Problems

    When I try to connect to a team foundation server using the Team Explorer, initially nothing will happen accept for a quick hourglass.  However, the Team Explorer is still empty, not even the root node for the server.  If I try to add projects to it again (I can see a list of Team Projects in the list for the selected server) it bombs out saying that there was an "Object reference not set to an instance of...". WHen I try to create a N ...Show All

  • Windows Forms Pop up notification

    Hi, I am wondering if there is any way to call a pop up notification window (not MessageBox) with a message. Preferably the pop up you get when somebody signs onto MSN Messenger. If there is no such way to call it, could anybody tell& ...Show All

©2008 Software Development Network

powered by phorum