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

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

oNe_Child

Member List

Dan-Teklynx
Dorfer
Woyler
Moksi
Sujithf
tlc660
Smegg
UA Jeremy
Jacco Mintjes
fabianus
J A Y
AksaiGora
Danny Tuppeny
Bigmo
RCQwerty
Helen999888
aahkam
Skip123123
startlet
Jeremy Jarrell
Only Title

oNe_Child's Q&A profile

  • Visual C++ static const member variable initialization

    Hi, I want to initialize a member variable of a class by calling RegisterWindowMessage and i want to keep this variable as static so that this variable is initialized only once during the execution of the program. When i declare the variable as static, i am getting an error which says that only const static variables can be initialized within a class. When i make the variable as static const, i get the following error - Error 11 error C2057: expected constant expression I think this is because the value i am assigning to the variable is the value which the function RegisterWindowMessage will return and this will not be a const value. Could anyone please suggest a way out of this. Thanks in Anticipation, With regards, ...Show All

  • Visual Studio Express Editions Download Visual Studio Express Edition

    Hello, some times ago there was offered the download for it for offline installation (to burn a CD). Is this no more available You can download the visual studio express editions here: http://msdn.microsoft.com/vstudio/express/default.aspx ...Show All

  • Visual Studio Team System Pending changes in a flat list?

    Hi, My manager asked me if there is some way to recursively view the all the files with pending changes in flat list. Right now when browsing the Source Control Explorer one can navigate to any folder and see the pending changes for the files. Is there some way that I can click on a folder and see all files below that folder that have changes pending or are checked out by someone, etc. This would be handy for someone to quickly find out what is being worked on as well as who is doing what. Cheers, Clint Hello, you can do the following things: use Pending Changes Window (View->Other Windows->Pending Changes) to see all pending changes in selected workspace (be sure that "filter by solution" is no ...Show All

  • Visual Studio Express Editions Viewing C# Video Tutorials in Windows Vista

    Hello I am having trouble viewing the tutorials in Windows Vista Ultimate version: http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/ I can view them fine in XP (on different computers). What is the problem here I tried looking for codecs, but without any luck. I hope you can help me out. Thank you in advance Such questions are outside the scope of this forum - for the scope of the C# General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=107545&SiteID=1 It seems no relationship with C# development... Thank you for understanding. ...Show All

  • Visual Studio Express Editions Update TextBox based on Variable

    I am reading a text file using StreamReader. ln = MyReader.LineNumber My text file has about 20 lines, I am only need the first 11. I would like to populate the textbox with the first 11 (I have the code in place to do this, just need to update textbox 1 through 11. I guess I need to know how to concatenante the control with the variable. textbox(ln).text = currentrow(3) textbox(ln).text = currentrow(3) with ln incrementing each time. your concantenation method will not work... try: Me . Controls ( "textbox3" ). Text = "Blah" ...Show All

  • Windows Forms Creating custom extended Calendar control

    I need to implement a Calendar Control in my application so that it can be used throught the aplication. I have searched the internet and have found some but those are just calendars and we can select a date. But if we wnt to go to some year say 2011 then we have to go on clicking the next month navigator until the required year and the month comes up. So I want to implement two dropdown lists on top of the calendar which signify month and year and we can select from the dropdowns. This can also include the navigation icons for the months and years. I want to implement them in an .ascx file. Can some one give me some suggestions or provide any helpful links to create the calendar control. The calendar control needs to be implement ...Show All

  • Windows Forms Drawing along with the Mouse

    Hi, I have a code to draw a line along with the mouse as below: private Color myColor = Color .Red; [ DllImport ( "user32.dll" , EntryPoint = "GetDC" )] public static extern IntPtr GetDC( IntPtr ptr); private void myForm_MouseMove( object sender, MouseEventArgs e) { if (e.Button == MouseButtons .Left) { IntPtr hdc = GetDC( IntPtr .Zero); Graphics g = Graphics .FromHdc(hdc); Pen myPen = new Pen (myColor, 1); Point p1 = new Point ( Cursor .Position.X, Cursor .Position.Y); Point p2 = new Point ( Cursor .Position.X + 1, Cursor .Position.Y + 1); g.DrawLine(myPen, p1, p2); myPen.Dispose(); g.Dispose(); } } Now the problem is, t ...Show All

  • Visual Studio 2008 (Pre-release) Create a round TextBox I can edit

    I need to create a round texbox I can edit. I created a resource dictionary with a stile in it like this: < Style x:Key = " RoundTextBoxStyle " TargetType = " {x:Type TextBox} " > < Setter Property = " Template " > < Setter.Value > < ControlTemplate TargetType = " {x:Type TextBox} " > < Ellipse Width = " 30 " Height = " 30 " Stroke = " DarkSlateGray " StrokeThickness = " 0.5 " > < Ellipse.Fill > < SolidColorBrush Color = " DarkBlue " Opacity = " 0.2 " ></ SolidColorBrush > </ Ellipse.Fill > < Ellipse.BitmapEffect > < DropShadowBitmapE ...Show All

  • Visual Studio Express Editions Variables in debug

    Hello When I'm debugging, for some reason, I can't see variables. Even though they are fully defined, I get error CXX0017 : symbol not found. What's the problem Are you debugging the release version of your code or have you put optimisation on for the debug version It is quite possible that this is being caused because the compiler/linker has optimised some of these variables out of your code. ...Show All

  • Visual Studio Reporting Services - dynamically resize a chart

    I am doing a report in SQL Server Reporting Services 2k5 , the report has a chart that displays data from a query. The question is: Is possible to dynamically resize the area occupied by the chart depending on the amount of information (variations of a category) to be displayed on it I did a mistake when publish this question under this topic. I close it here and reopen in the corresponding topic. There are some way to change a post to another forum without to re-create them ...Show All

  • SQL Server Slow Cube Performance in Excel

    Hi all, I have an Analysis Services 2005 cube that I am linking to in Excel 2003 via a pivot table. The cube is based on a single fact table with around 6 million rows and 7 measures. I have 5 dimensions, none of which have more than around 200 rows. I have set up aggregation and am using MOLAP. My problem is that querying the cube in Excel takes around one minute, whilst performing the same query in the cube browser in BI studio is instant. I have captured the MDX for each of these in Profiler. The scripts are below. BI Studio SELECT NON EMPTY [{59956A97-57AB-4CAF-8A5B-E7753FDA221C}Pivot16Axis0Set0] DIMENSION PROPERTIES MEMBER_NAME, PARENT_UNIQUE_NAME ON COLUMNS, NON EMPTY [{59956A97-57AB-4CAF-8A5B-E7753FDA221C}Pivot16Axis ...Show All

  • .NET Development Urgent : Unable to connect OS/400 using FTPWEBREQUEST.

    I have following command this will for ftp://localhost (windows operating system ) but thrught when connect to OS/400 i Series system : Error is exception = {"The remote server returned an error: (501) Syntax error in parameters or arguments."} FTPAddress contains FTPAdddress : = ftp://ip address/path/test.txt request = ( FtpWebRequest ) FtpWebRequest .Create( new Uri (FtpAddress ) ); request.Method = WebRequestMethods . Ftp .UploadFile; request.Credentials = new NetworkCredential (FtpUserName, FtpPassword); request.Timeout = FtpRequestTimeout; Stream requestStream; byte [] buf; int i; Getting error right here---------> when calling getrequeststream() method. requestStream = reque ...Show All

  • Visual Studio Team System Checking in other users' changes

    With Administrators access rights, I should be able to check in other users' shelved changes, correct I have been able to unshelve another users' shelved changes but I am gett ing a TF14098: access denied error when I attemped to check in the changes. Is there anything else I need to set to get this access right Thanks, Margaret If the other user did not shelve his changes, the "Super User" (one with CheckinOther permission) can still check in his changes, correct When I tried checking in other user's pending changes (with the following command line), tf checkin /author:tfssetup /comment:"checked in by mchan" /noprompt test.txt I keep getting the following message even t ...Show All

  • .NET Development Problem Sending Email

    Hello Everyone, I a having problems sending an email.  I have microsoft xp home edition and I am working on visual studio 2003 .net.  Also, (and I think it is because I have the home edition) I do not have the IIS component.  When I go to the Add/Remove WIndows components, IIS is not even there. I opened an account with google to be able to use the google smtp. This is my code: ------------------------------------ void sendEmail() {     try     {         try         {             MailMessage message = new MailMessage();   & ...Show All

  • Visual Studio Tools for Office WinForms Object Error (Windows Vista & Office 2007)

    System Config(s): Windows Vista Ultimate with Office Ent. 2007 Office 2007 PIAs VSTO 2005 SE (have also tried with original VSTO 2005) also tried on Windows XP with Office Ent. 2007 VSTO Solution: Word Template Document-Level Customization Basic test application that contains a custom Action Pane with a button. The click event of that button creates an instance of a custom WinForm control and adds that control to the ThisDocument Controls collection. Code Example CustomControl customControl = new CustomControl(); Globals.ThisDocument.Controls.Add(customControl, rng, 120, 80, customControl.Name); Problem: On Windows XP running Office 2007, this works fine. Under Windows Vista I am receiving the following error: The program used to crea ...Show All

©2008 Software Development Network