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

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

Bloom326984

Member List

Simon Dahlbacka
Sheng Jiang (蒋晟)
igor_22
Nicolas Del Grosso
Tomerico
Philli
John Zolezzi
CSharpCoder
eric02
GShap
hetscrack
Siva116
Viren Kapadia
shinoy
StickyC
Cest la vie
Áron Kolozs
goflorin
dsimms69cody
andy_Lee
Only Title

Bloom326984's Q&A profile

  • Windows Forms TableLayoutPanel

    I'm trying to write a Schedule form. I have a TableLayoutPanel that has rows for each 30 minute in the day. I want to show the a label or some sort of box that will stretch over the rows that are that specific schedule event takes up. For example if the event is for 12:PM to 2:pm the object will stretch over the 12Pm,12:30PM,1:pm and 1:30PM. Anyhelp will help. Thanks!! ...Show All

  • Visual C++ Changing a constant with a pointer?

    [code] #include <cstdio> using namespace std; int main( void ) { FILE *out; fopen_s(&out, "test.out" , "w" ); const int a = 100; *( int *)(&a) = 200; fprintf(out, "%d %d\n" , a, *( int *)(&a)); fclose(out); return 0; } [/code] The code above prints 100 200 . Is that normal If so, why does it do that   dgfilimon wrote: const int a = 100; *( int *)(&a) = 200; fprintf(out, "%d %d\n" , a, *( int *)(&a)); The reason for the same is the constant values will be replaced by the compiler at compile time . So whenever compiler sees “a” it will be replace ...Show All

  • Visual Studio Team System R

    Maybe a Bug in Visual Studio 2005 SP 1 !!! I'm able to reproduce on different machines with Windows XP and Vista with (Vista Update for VS SP1) Problem: 1. Start Solution and run Tests - works fine as desired. 2. Rerun Tests - VS freezes and processorload becomes 50% Additional Information: We have a Solution with ~ 95 Projects and the tests are grouped together in ordered tests. Is someone out there who has similar problems or can help Greets, Helmut Have you tried running "devenv /resetuserdata" from a VS command prompt and seeing if this fixes the issue Thanks, David Gorena Elizondo [MSFT] VSTS ...Show All

  • Visual Studio Express Editions MessageBox Issue

    Hey, Still pluggin away here and learnin.....New question/error. When I attempt to use MessageBox.Show I get the following error: Error 1 'Show' is not a member of 'MessageBox'. I understand that it should work like: Result = MessageBox.Show(Message, Caption, Buttons) But it is not....Is this an Issue in VB Express How do I solve this Thanks in advance LDavis501 Actually You are right...I am kinda learning from a Visual Basic Pro Book on a VB Express tool until the Pro Ver gets here. So I take it that you cannot use MessageBox.Show on VBE...Correct ...Show All

  • Software Development for Windows Vista Using a Workflow by a Windows and a Web Application at the same time

    Hi Everybody, I just saw many Web Casts about WWF and I'm wondering is it possible to start the first activity of a Workflow by a Windows Application then doing the second Activity by a Web Application. I think it is not possible in the case where both Windows and Web applications must share the Same Workflow instance. Mybe there is a possibility to do that by using a Web Service by instantiating the Workflow on it then pass the reference of the Workfow by a Web Method. Thanks For Help. Hi, it's me again !! As I said, I want to rewrite the Expense Workflow but I'm blocked here ([System.IO.FileNotFoundException] = {"Could not load file or assembly 'ExpenseWorkflow' or one of its ...Show All

  • Windows Forms DataFormatString in GridView

    I wonder if someone else is suffering the same problem. I found DataFormatString in GridView not work very well when I try to display currency. In VS 2005 Beta version, it works fine, but after I use stardard version, it never display correct. For example: integer 3 always display like 3.0000 but in the beta version, it display like $3.00 which is what I would like. By the way, I assigned datasource, dataadapter and sqlcommand manually, everything else is good, even date format string works, but currency format just NOT work. Not sure if this is a bug DataFormatString  {0:c2} Yes, I, too, have encountered the same thing.  Though I didn't work with the beta edition(s), I've been migrating some of my older datagrids to gr ...Show All

  • Windows Forms Properties Question

    I'm looking for a way to make my property browsable outside of the visual studio environment. For example, I have a property within my windows control called Interval. If I set the browsable attribute to true I can access the property through the properties window when I use the control in other projects. What I am trying to do is make the property visible in the InfoPath properties window. I have all the COM necessary to make the control workable in InfoPath I'm just not sure how to get this property visible at design time. Any help would be appreciated. TIA, Eric ...Show All

  • Visual Studio Team System Can not execute SQL statement

    Hello all IN CTP4 of the VSTS - Database Professionals - after export from the DB of the all database objects - Build, rebuild and deploy functions are working properly, but when I want to execute a single stored procedure or table DDL - all menu items (execute SQL, Validate Syntax, SQL CMD mode) are disabled Any ideas and suggestions are more than welcome Thanks in advance Leonid Niraev Ok, thanks But how can I define a target database - is it one that was defined during a schema import process Thanks in advance Leonid Niraev ...Show All

  • Visual Basic What is a class

    Absolute beginner to Visual Basic .net. I have experience of using Microsoft Access VBA and have managed to write a few applications which pull data from our system using ODBC. I am really self taught and have managed to develop what VBA skills I have using the internet - know what I wanted to do but didn't know how in VBA so found someone who had.... I am due to go on a beginners course on VS 2005 (VB.net) and would like to try to build some knowledge up in advance. Could someone (in plain English) please explain to me what a class is Appreciate this is probably basic stuff for you guys.... A class is an 'object' (a 'thing'). The typical example used is an 'Animal' class. The class can have properties. For exa ...Show All

  • Audio and Video Development Playing streaming content using Media Foundation

    Hi We're trying to use Media Foundation for streaming content playback (mms://). We're using the MF_BasicPlayback sample and it seems that the source creation is ok but I get an error result (0xC00D717F) in the MESessionTopologySet event. To test the streaming we are using a sample from cnn (just to save you from searching streaming content): mms://wmscnn.stream.aol.com.edgestreams.net/cnn/law/2006/12/04/joyce.az.tempe.racial.incident.ktvk.ws.wmv Does Media Foundation support streaming content at all (It seems from: http://msdn2.microsoft.com/en-gb/library/aa965244.aspx that it does) Should we do anything different Thanks Haim Thanks for the answer. The problem now is that we ...Show All

  • Visual Basic Colour or color management

    I'm writing an application to display images on a digital projector in Visual Basic Express and I'd like to add colour management support. The way I envisage this working is that the user specifies an ICC profile associated with the projector and this profile is somehow used to process an image before being displayed - presumably using ICM. However, I can't find anything about ICM support in Visual Basic Express - is it not supported, if not what version of VB would I need to have (standard or professional) -Andrew AndrewFromEssex, Even if the display device has an associated ICM color profile, GDI+ will not use that profile by default. To enable ICM for a Graphics, construct the Graphics from an HD ...Show All

  • Smart Device Development Webpage Link

    I was wondering how to configure a button in my application to access a webpage. I have found examples sugguesting to use a Process.Start command. I followed the instructions and I get the following error Value of type 'String' cannot be converted to 'System.Diagnostics.ProcessStartInfo' I am programming in VS2005 Visual Basic, WM 5.0 thanks for the help Try following. hope this helps you Process.Start("IExplore.exe", " www.google.com "); OR ProcessStartInfo startInfo = new ProcessStartInfo("IExplore.exe"); startInfo.WindowStyle = ProcessWindowStyle.Maximized; Process.Start(startInfo); startInfo.Arguments = www.google.com ; Process.Start(startInfo); ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. NoSuitableGraphicsDeviceException was unhandled

    Let me just say at the outset that I know nothing about C# (yet) and am trialing the XNA beta to try and get into it. I do know VB and some C, however. Once I had everything installed, I tried a few example programs including the Spacewar project, but I cannot run any of them. They build fine, but I can't run the .exe, and it crashes and asks if I want to send a report to MS. If I "Start Debugging" instead, I get the error "NoSuitableGraphicsDeviceException was unhandled" on the "this.GameComponents.Add(this.graphics);" line. I have no idea where to even start. Is it my install My PC My hardware The program I'm trying to run Once I know the environment is actually working, I can begin the learning! ...Show All

  • Visual C# file dialog and richtextbox question

    hi how can i load the file that i have selected from the openfile dialog box into a richtextbox i've tried this Code: openfiledialog ff=new .....; ff.showdialog(); richbox.loadfile(ff.filename); but it didn't work also ,if i'm selecting a files with different extension than txt but in the file it self the data are text and it could be opened by a text editor , how can i load it too to a richtextbox " the extension is TFTP" How do you mean it does not work That looks quite ok to me... Here's a MSDN reference how to open a file. Do you get Exceptions, or how it does not work ...Show All

  • Windows Forms force the hortizontal scroll bar to appear in a DataGrid

    All -- Please help. I want to force the hortizontal scroll bar to appear in a DataGrid in a VS.NET 2003 WindowsForms application. How can that be done Please advise. Thank you. -- Mark Kamoski Hello Mark. Here's a link to a workable solution for forcing the verticle scrollbar...will just need to change the code for horizontal... http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q876q ...Show All

©2008 Software Development Network