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

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

RLewkovich

Member List

usankarm
prashant
csekhar
Gnidde
Maarten Zaagman
Andy Fearless
Jason_Bullock
WiFi
Ron Holmes
GBR
Samy Khalil Abushanab
boschmike
Vojtech
Amar13
william c
Jamez05
piaqt
Hoofe
Alexander Dsugan
Art Johnson
Only Title

RLewkovich's Q&A profile

  • Visual C++ Please HELP~~~fatal error C1083

    I downloaded and installed the Visual C++ 2005 Beta 2. I tried to compile this simple program which is fully compile in Visual C++6 but it bring up this error: "fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory" *********************************************** #include "stdafx.h" #include <iostream.h> int main(int argc, char* argv[]) {     char name[20];     cout << " ...Show All

  • Visual Studio Express Editions fatel error c1083

    Hi i am new to coding and microsoft visual c++ express. Anyway i already have set it all up right even used the videos to do which you can find here: http://msdn.microsoft.com/visualc/learning/vcexpvids/default.aspx Anyway i am using a c++ a beginner's guide se by herbert schildt i have been trying to compile the fist simple program code in chapter one here is the code exactly as the book states. /* This is a simple C++ program. Call this fil ...Show All

  • Visual FoxPro MSGraph.Chart.8 control

    I need to make charts. I started with MSChart Control and so far I've accomplished almost all I wanted except for one thing which totally eludes me. I need a simple line chart, not columns or a pie. I need to display a row of data like DJIA or similar indices with no additional vertical bars or other embelishments. The curve comes out nice but a lot of space on the chart is wasted because the curve is being plotted too high on the chart in ve ...Show All

  • Visual Basic creating a text object

    Is there a way to create a text object By putting [ and ] you can escape the name between them. In this case, since string is a built in keyword in Visual Basic .NET, the compiler would have treated it as the keyword string instead of the type name String. In this particular case (assuming that you are Importing the System namespace) they just happen to mean the same thing (a string in Visual Basic maps to ...Show All

  • Windows Forms Can't Install Terrarium

    I would like to try this out but having difficulties installing.  It gives me an error saying that I need DirectX 7.0 installed.  I have DirectX 9.0b.  Anybody know why or how to get past this error I have the same ...Show All

  • Visual Studio Team System Is there a way to propogate permissions to sub nodes in clasification

    Hi there,     For my team project I'm creating project structure through Classification. Do I have to give permissions for each node for the groups Is there a way I can make it propagate to all the child Node of area to have the same permissions for all the groups. Thanks, Anu Rob What Anu is reporting is the behaviour that I have seen - the Team Project classifications each have a separate set of permissions t ...Show All

  • SQL Server Dynamically using different schema names in Oracle

    I want to access some Views in Oracle on machine <M01> with a user <user01>. The views belong to different schemas e.g. user01.view01 and user02.view02. When I transport my package to another machine <M02> I am facing a different situation: The viewnames remain the same but the schemas have changed, e.g. user05.view01 and user06.view02. I have tried to parametrize my Source SQL query but it is restricted to use parameters in th ...Show All

  • Visual C++ Exposing the Methods from a dll to be used in other applications....

    Hello Everyone, I have a code which is made using .NET clr library.....I need to expose some functions from there to use in some other project, according to me I'm exposing in the .dll but when I use it as a refrence I dont see anything in the other project... Thats what exactly I'm doing....there are two scenarios related with this: If I do .... public ref class Z : public something { public : void TestMethod() } And ...Show All

  • .NET Development Adding records

    Help!! I am trying to add records to a database i have a visual 2003 app that has a bunch of text boxes where i have it adding the information from the text boxes into the table and it works however I want to upgrade to visual 2005 and the same syntax doesnt work and i cannot find any examples or understan how to do this same function here is what I got can someone tell me what I am doing wrong i have a dataset, binding source and a data adap ...Show All

  • Visual Studio Team System Copied work items do not show up in queries on description

    Steps to reproduce: 1. Create a work item with a description of 'screen > entry 1' 2. Copy the work item into a new task with the description of 'save data > entry 1' 3. modify a query to find all work items with 'save' in the description. The expected work item will not show up. However, if my query says find all work items with 'screen' in the description then both show up. Where should I report the bug I'm an idiot. The query sho ...Show All

  • SQL Server Collation troubles with SQLServer Express 2005

    Greetings, I installed SQL Server Express 2005 in my system, and created a simple database to store mailng addresses.  The database has an email field and a name field.    The data to populate the database came from an Excel file saved as a Unicode Text file containing the data as: xxx@somemail.com; Tono Peres yyy@someothermail.com;  Ivan Cardenas Note that this data has names with accented characters. I then tri ...Show All

  • .NET Development Custom Filtering and Sorting in DataView

    Greetings all! I've started to explore VS.NET 2005 and .NET 2.0 framework, coming from VS.NET 2003. What I've been looking at lately is custom filtering/sorting and what .NET 2.0 can do for me that .NET 1.1 can't. I've seen that DataGridView at presentation-layer can perform custom sorting through the use of SortCompare-event but what I really want is a DataView that can be bound and that can be filtered AND sorted through events. I created ...Show All

  • Windows Forms Painting issues

    1. I understand that when I want to draw on a control, I have to call Invalidate().    This will trigger the Paint event. If I override the OnPaint method, I can gain access to the    EventArgs object. I can draw on its associated Graphics object...    So, the control is not redrawn until I finish drawing on the Graphics object of the PaintEventArgs, since I have overriden the OnPaint method   ...Show All

  • Visual Studio 2008 (Pre-release) Package Load Failure

    Howdy.. Just got this nasty error and wondered if anyone could help me to resolve it fast I have been running Expression Interactive Designer on a test box along with the Cider extensions for VS.. all running sweet... I installed SQL2005 on the same box for some further testing and now when I go to open a XAML page in designer mode in VS, i get a Package Load Failure with the specific package being.. PresentationDesignVisualStudio Anyone Anoth ...Show All

  • Windows Forms Custom TreeView background and flicker

    I'm trying to write a custom tree view control as none of the third party controls I could find do exactly what I want. Most of them lack some feature in one way or another, so I've decided to bite the bullet. 1) Drawing a background for my treeview Currently, I would like the background the treeview to go away entirely. If that is not an option, then I would like to be able to place an image in the background so that it appears t ...Show All

©2008 Software Development Network

powered by phorum