Software Development Network Logo
  • Visual C#
  • Windows Forms
  • Smart Devicet
  • Visual Basic
  • Game Technologies
  • Visual C++
  • Microsoft ISV
  • Audio and Video
  • IE Development
  • Windows Vista
  • .NET Development
  • Visual FoxPro
  • Visual Studio
  • SQL Server
  • SharePoint Products

Software Development Network >> Carl Daniel's Q&A profile

Carl Daniel

Member List

Luis Esteban Valencia Muñoz
Merie Cockrum
Cem DEMiRKIR
enric vives
Marco Zapletal
DaveDB
Andy Mil
Nightmare_BE
meconnell
Brandon Bohling
renyx
InfiniZac
Karin Huber
Gurpreet Singh Gill
boocowofdeath
prithvi4u
JTeoh
newguyintown
fatquack
Indigox3
Only Title

Carl Daniel's Q&A profile

  • .NET Development Login Form

    Hi there i didnt know where to post this..but here it is...i have login form..wat should i do to close the login form and go to my main form Please goto this forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=53&SiteID=1 ...Show All

  • Visual C# new and shiny

    Yep I'm new and shiny to C# - coming from a C and Java background. Been looking for something that lists the base class's apis (preferably HTML - kinda like java's api if at all possible) to get a general idea of what classes are available and what they can do. Have 2 books ordered but would like to get a head start if possible. I have quickly looked at the specification doc provided in the visual studio - not exactly what I am looking for (or maybe just the format of it through me off) as well as a couple quick googles (maybe I am using the wrong search phrases) and a very quick search on these forums (base class api and a few variations). Links, google search phrases, or a spoon/clue would be appreciated. ...Show All

  • Visual Studio Express Editions I'm Very New!! Help with Tutorials

    Hello, Sorry but I am new and pretty much blank to programming. (Done basic web design) I have worked along side people using VB and PHP and understand to a level what is going on, however never worked on it alone and dont know all the correct language to produce what I want. With that in mind I found VB Express through a friend and started doing the tutorials. However i tried to write my own after a basic tutorial and it wont work and I have no idea why when I am just following the rules in the Tutorial Dim aString As String = "Look at me" Dim bString As String = "you hairy beast" Dim cString As String = "" 'Displays "The test". MsgBox(cString = aString & " " & bString) But it does not display it. What am I doing wrong ...Show All

  • Visual Studio Visual Studio 2005 SP1 for which edition ?

    I erroneously posted this in the .Net setup forum so I am reposting it here. There is a Visual Studio 2005 Service Pack 1 at http://www.microsoft.com/downloads/details.aspx FamilyID=bb4a75ab-e2d4-4c96-b39d-37baf6b5b1dc&DisplayLang=en. The brief description says: "This download installs Service Pack 1 for MicrosoftR Visual StudioR 2005 Standard, Professional, Team Editions." but then I read:under Overview: " This download installs Service Pack 1 for MicrosoftR Visual StudioR 2005 Team Suite." This is confusing. Is this service pack only for the Team Edition or is it for the standard, professional, and team editions Gabriel Lozano-Moran wrote: It is the service pack fo ...Show All

  • Visual Basic EMAIL

    I am using this code in vb.net 2005 to sent an email but an error FAILURE SENDING MAIL is allways appearing. Can someone show me where I am duing wrong. Try Dim SmtpClient As New System.Net.Mail.SmtpClient SmtpClient.Host = "localhost" SmtpClient.Port = 25 SmtpClient.UseDefaultCredentials = True SmtpClient.Send("glennzarb@gmail.com", "glenn_zarb@hotmail.com", "Test", "hi") MsgBox("sent") Catch ex As Exception MsgBox("Send failure:" & ex.Message) End Try I haven't installed any other programs or smpt's I kept it like this SmtpClient.Host = "localhost" and it is still telli ...Show All

  • SQL Server ssis developers

    where can i find pay rates or salaries for ssis developers thanks in advance. yosonu wrote: My company is working with an SSIS consultant and we are paying him $300/hour. in which city ...Show All

  • Visual Studio 2008 (Pre-release) Suitability for using WCF in commerical production applications?

    Hi, How 'ready' is the WCF for use in production applications I am designing a system which will have a SOA and we are debating on which technologies to use. It is pretty much a toss up between the WCF and .NET remoting. The only reason we are considering .NET remoting is because it's been around a long time and has proved itself in commerical use; we wuold personally love to jump right into using all the nice features of the WCF though. I love using new technologies but I also want to be sure I don't blindly jump into this without doing the research first. Is anyone using the WCF in a commerical production setting I have done some googling and found a few articles of people using it in production, but I'd like to hear some more opin ...Show All

  • SQL Server Update or insert into SQL table from excel source

    Hi all, I've had little success gooling/searching for this (so far). Given a simple spreadsheet: StoreNumber StoreName 1 UPDStoreName_1 2 UPDStoreName_2 3 UPDStoreName_3 4 NEWStoreName_4 I want to have an SSIS package that will update a table: mystores (storenumber int, storename nvarchar(255)) StoreNumber StoreName 1 StoreName_1 2 StoreName_2 3 StoreName_3 5 StoreName_5 .. what I need to do is insert the new, update the existing and leave the remaining unchanged. i.e. : StoreNumber StoreName 1 UPDStoreName_1 2 UPDStoreName_2 3 UPDStoreName_3 4 N ...Show All

  • Windows Forms Torn Layout in a Panel

    Hello ! (VisualStudio2005 Version 8.0.5.....; Visual Basic 2005;.NET Framework 2.0.50727) I write a ClassLibrary in VB.net started from an VB6 Application. The start of the .dll works fine for longer Time. In my .dll there is a Form, lets call mainwin. In the Clientarea of mainwin is special panel loaded that inherits from System.Windows.Forms.Panel.This Panel has an BackgroundImage (its all shown perfect in VisualStudio 2005) like this: >>>>>>>>>>>> Public Class MasterPanel Inherits System.Windows.Forms.Panel Sub New() InitializeComponent() End Sub Private Sub InitializeComponent() Me.SuspendLayout() Me.Location = New System.Drawing.Point(0, 27) Me.BackColor = System.Drawing.Colo ...Show All

  • Visual Studio Express Editions Get data from RFID reader + RS232

    Hello, I've an RFID reader which is connected with my local pc. I'm trying to get the data from the tags and put them in a database. See code below how I'am connected to the COM port but I can't get data of it... what do I do wrong Thanks Imports OpenNETCF.IO.Serial Public Class Form1 Public WithEvents SerialPort As New OpenNETCF.IO.Serial.Port( "COM1" ) Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click With SerialPort .PortName = "COM1:" '.RThreshold = 1 .Settings.BaudRate = OpenNETCF.IO.Serial.BaudRates.CBR_38400 .Settings.ByteSize = 8 .Settings.Parity = OpenNETCF.IO.Serial.Parity.even .Set ...Show All

  • Visual Studio Express Editions Audio Volume

    Hi, I have another question. Is it possible to display audio input and/or out put levels as seperate channels (Left and Right) I have two of the the VU audiometer ( http://www.codeproject.com/useritems/KEMA_Code.asp ) on my form. one named 'Left' and the other 'Right'. Any help would be great. Of course it is possible , in stereo sound there is two channels. But the question is, how. From where is your audio stream coming from, sound card line/mic input, a sound file If the component you are using to playback the sound, doesen't have any methods to get the amplitude of the current sample, you must get it from the sound data itself. To get the amplitude of the certain sample, you must know the format of the sound. Here' ...Show All

  • .NET Development MySQL DateTime Error

    Hello... I'm having a nigthmare with this... I have a DateTime value with format "mm-dd-yyyy HH:MM:SS" and i want to change it to "yyyy-mm-dd HH:MM:SS" in order to storage it in MySQL DataBase.. Can anyone help me to do this.. That was the solution.. i used the ToString("yyyy-MM-dd") and now i can storage the value in the Database. This is the code i used.. as a novice, i guess there's a better way, but... StrMyDate = sYear & "/" & sMonth & "/" & sDay MyDate = Convert.ToDateTime(StrMyDate).Date MyDtSet.Tables(0).Rows(i).Item(0) = MyDate.ToString("yyyy-MM-dd") sYear, sMonth and sDay are string values - when i converted to ...Show All

  • SQL Server Performance problem: SSAS 2005 + ProClarity

    Hi, I am facing a performance problem. Here is my scenario: I am using ProClarity to create reports/graphs by connecting to ssas 2005. These are not dynamic graphs but are created beforehand in proclarity and accessed by users. The graphs enable drill-down/drill-up features. My Cube contains: 1 MeasureGroup 4 Measures 7 calculated measures 4 dimensions ( 1 time dimension: date) dimension partition count: 1,095 4,018 8 453 4,018 (hierarchy) 11 (hierarchy) 7 (hierarchy) 5 hierarchies in time dimension 1 hierarchy in other dimension 1 partition, partition count: 33,574 (current) partition size : 708.4 kb storage: MOLAP Partition aggregations: 15 current performance gain: 51% This cube is processed manually and appx of ...Show All

  • Visual Studio 2008 (Pre-release) Generic WCF Service Invoker

    Could you please advice if there is any Generic WCF Service Invoker A component that I can use to invoke a WCF service by simply providing Service URL, OperationName, and ParametersCollection. BUT I still want to be able to control and custimize the binding/invocation. My scenario is that I have a bunch of functionally equivalent services that I want to dynamically bind to, at design time I know the service interface but I only know the concerete binding/service provider to use at runtime. Also some service providers sometimes do not comply 100% with the agreed-upon interface so I need to do some in-out transformations before invoking and after receiving the response. Is there any exisiting samples that can guide me on how to do the above ...Show All

  • Visual C++ Help me to debug my C++ program

    Hi Everybody, I need a help to modify my program. My program as follows, CPP / C++ / C Code: if (found) { // Read Lines below NODES while (getline(input, buff)) { // getline(input, buff); istringstream tmp(buff); // format the output string a, b, c, d, e; tmp >> a >> b >> c >> d >> e; output <<b << " " << c << " " << d << endl; cout << b << " " << c << " " << d << endl; } } I read data from files and put into another file. I am reading the datas as string, Now I want to add "1" to each data (ex: if data is 20 the output should be 21). ...Show All

©2008 Software Development Network