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

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

scardoso

Member List

S Hussain
Daniel Marley
Chowdary71826
Whisk
Jonathan Allen
Isabel_ve
VBVBVB
Microsoft_hates_me
trondor
Faketone
jvlake
Ford McKinstry
domhorton
Najeeb
norma ivette
CoolSniper
LaTtEX
David Fries
Steve AZ
Hatzi74
Only Title

scardoso's Q&A profile

  • SQL Server data mining

    well, i;m doing a thesis about data mining right now.And i found some difficulties. In my thesis i use visual basic 6.0 and sql server 2000 database and sql server 2000 analysis service. For information i use DSO (Decision Support Objects in programming). I've read claude seidmann book about data mining and i really help with that book. But i still have some questions about data mining using DSO : 1. I have made a relational mining model using VB. I've created the code based on Claude Seidman book. well it's process well. But when i want to browse the result in analysis manager there's an error message ; "Unable to browse the mining ...Show All

  • Software Development for Windows Vista Delay Activity in the StateMachineWorkflow

    How dow we introduce the delay activity in the StateMachineWorkflow. when I do that along with EventDrivenActivity it gives the error saying only one can exist. How do I go about this Regards Define an event driven in the state, then put a delay in as the first item in the event driven. If you have another event that you are also waiting for, then add another eventdriven to the state and add your HandleExternalEvent activity as the first item. After the first event/delay in an event driven in the state, you cannot have another blocking activity (delay/event) during that set of actions. If you ...Show All

  • .NET Development Beta2 Framework2.0, why some attributes cannot be recognized by web.config?

    Hi I am working on the Beta2 framework 2.0 web application. I use system.web.security class and configure using Web Site Administration Tool. Here is my web.config: < xml version = " 1.0 " > < configuration xmlns = " http://schemas.microsoft.com/.NetConfiguration/v2.0 " > ................. ................. < membership defaultProvider = " MySqlProvider " hashAlgorithmType = " SHA1 " > < providers > < add connectionStringName = " SqlServices " enablePasswordRetrieval = " false " enablePasswordReset = " true " requiresQuestionAndAnswer = " false " applicationName = ...Show All

  • Visual C++ CBitmap - Simple example

    Hi, I am trying to load some images in a Picture Area. I only have the pointers to the images, and this pointers are of the type unsigned long* (I can also convert it to IplImage* to use with OpenCV). This unsigned long* get the images grabbed from an camera and I would like to display these images in this Picture Area (it is real time, I get the images from my camera and display them). I have tryied to use this (HBITMAP)LoadImage function, but the last parameter is always LOADIMAGEFROMFILE but this is not real in my application. So, can you help me with convert my unsigned long* to an Bitmap and than load it on the exacly place that I want ...Show All

  • Visual Basic How would I update a whole ACCESS database???

    In my application I currently connect to three different Access databases via the Table Adapter, Dataset and databinding source.... The software will ship with 2006 data......when 2007 comes around is there a way to post an updated database to my website and have the program merge the newer data with the older data Let's say for argument that the 2006 database has 1200 records and they added another 12 themselves. Then when 2007 comes around I would like to be able to let them somehow click get 2007 data and have the 2006 local database go out and grab JUST the 2007 data and not overwrite the whole database.... Possible Can someon ...Show All

  • SQL Server subreport parameters not pulling data right

    I have a main report pulling two Benefit Plan IDs (ID #1 and #2). I have a subreport that also pulls the same Benefit Plan IDs. I need it to display like this: Main Report: Benefit Plan ID 1 SubReport: Benefit Plan ID 1 Main Report: Benefit Plan ID 2 SubReport: Benefit Plan ID 2 BUT, it is showing both Benefit Plan IDs in the subreport for each ID in the main report. It is displaying the results like this: Main Report: Benefit Plan ID 1 SubReport: Benefit Plan ID 1 SubReport: Benefit Plan ID 2 Main Report: Benefit Plan ID 2 SubReport: Benefit Plan ID 1 SubReport: Benefit Plan ID 2 How do I fix this I have ...Show All

  • Visual C# running unknow methods

    Hi, i want to run unknow method with params inside of class. something like this --- public class   class1() {     function function1;     public class1(function paFunction)     {            function1 = paFunction;     }     public run(string param)     {           function1(param);     } } ---------------------- i want to call this function pubic void setText(sting paText) {     text = paText; } ---------------------- class1 a = new cla ...Show All

  • Visual Studio Express Editions Declaring a Variable then Changing it later in a program

    I'm a complete beginner at VB and programming in a general.  So forgive me in this question is a no-brainer.  Basically what I would like to do is have my program start with a variable with an initial value globally available then if the user chooses to a click a button have that variable changed through the input prompt and the returned new value to be carried back out to be available to the entire program. At this point I have my variable declared at the beginning and globally availabe and I have the button click set up to prompt for a new input.  When the input is entered my lable change takes place and the new ...Show All

  • SQL Server Problem in Charting

    I am dynamically generating the RDL for a chart,but i am not able to show markers on the X-Axis when the report is generated. FYI ,I am creating a orthographic column chart. Any ideas Markers can be turned on using the Chart properties dialog in VS.NET. In the Data tab, Select the Values you want to display makers. Cick "Edit". Then on the Appearance tab, click the Show markers checkbox. -Chris ...Show All

  • Visual Basic Datagridview "HideSelection"

    I'm using an unbound datagridview to display information, and I need to color-code certain cells to alert the user to status events. Is there a way to not have the selected row highlighted when the control does not have focus (similar to the VB6 .HideSelection property) Did that do what you wanted it to do, or did you find another solution I'd be interested in the other solution if you have one . ...Show All

  • Visual C# ConfigurationManager.AppSettings["KEYNAME"] is Null

    I have tried every thread that I could find on search and have found no solutions for this yet. What I have is a very simple console application that is testing a BatchQueue from the CSLA Framework. When i make calls to ConfigurationManager.AppSettings["KEY"]; or ConfigurationManager.AppSettings.Get("KEY"); I never get a value returned. I can see the values in the Project Properties->Settings and in app.config. Thanks, Ryan Yeah!. It's work fine. The way to modify anything in appsetting section is: First...: miConfig.AppSettings.Settings.Remove("fmBotonSizeHeight"); Then...: miConfig ...Show All

  • Visual C# Wave Recorder - problems with a splitted/joined audio record

    I've written a small application to record data from an audio device to a wave file ( based on this article ). A further function is saving/splitting a recording in several files. If I play the files later back, it should sound as one continous recording, but it doesn't. There are short breaks/clicks in between. It seems that the recording function doesn't capture the input properly. You can find my application/VS project here (22 KB): download Can anyone see what's wrong Any help appreciated! Hi Bandman, For this issue, it seems more to be an issue about how to handle the WAV file. I suggest you p ...Show All

  • Visual Studio Express Editions How do i make a textbox that uses different forecolors?

    I would like to make a textbox that uses a color for a word and uses another color for other words. is there any way to do this Oh thanks, it works the only problem is that the text flickers is there a way to prevent this from happening ...Show All

  • SQL Server Database Diagrams: FOREIGN KEY constraint "fell off"; can't drop/recreate it...

    Hello, I have two tables Person & Location where Location has a primary key LocationId and Person has a foreign key LocationId . Sometime ago I used the Database Diagrams visual tool of SQL Server Management Studio Express to create the foreign key relationship between the two tables - i.e. "visually" (drawing a line between the PK & FK LocationId elements of both tables). Time has passed and I recently noticed that, upon retrieving my saved diagram, the foreign key relationship had "fallen off" (i.e. the many-to-one line was no longer showing in the diagram). After recreating the relationship (redrawing the lin ...Show All

  • Visual Studio Can't Uninstall VS 2003...

    Hi, I'm trying to uninstall my Visual Studio .NET 2003, from my PC, a Windows XP Professional with Service Pack 2, so i get the flowing error: "Setup is unable to determine a valid ordering for the installation. See the error log for further details." I've tried everything: running repair from the installing CD, a complete successful re installing, searching over Google about the error... also i don’t know how to access to the "error log"... I hope you can help me... thanks!!! try running msiexec /x {product code} to find the product code, download msiinv.exe from https://blogs.msdn.com/quanto/arch ...Show All

©2008 Software Development Network