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

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

Secuel

Member List

zshahin
Krodinjw
Eric SVM
flyingelvis
Panzergruppe
FreshByte
Guino
jimmimacc
my display1
Luis69
DOTNETFantasy
hindi
Daphne.cheng
Canuck
Cindy Brucato
Jeff Wharton
etaylor
Alex2008
jimmyjos
Carel Lotz
Only Title

Secuel's Q&A profile

  • Windows Forms How to add Controls to ListView Control??/

    Hi Im trying to develop a calendar control that is similar to outlook. Initially I was planning to use a listview and add the controls on the listview whenever an appointment is created. But the control is exactly not added to the listview but to the form. When I change the size of the form then the controls obviously are out of place. I was wondering is there a way to add a control to ListView. Or is there any other control than listview that fulfills my requirments. Your help wil be appreciated. I'm using C# windows Forms. Maybe you can find something useful here: http://www.windowsforms.com/Default.asp ...Show All

  • Audio and Video Development Movie Maker 2, OTP

    I have been trying to use Movie Maker 2 on my computer but I am unable to open it. I downloaded it by going through my updates. Is an icon suppose to show up on my desktop, because it didn't, or am I suppose to get to it through my Media Player Crystal Hello, I think one of the Windows Movie Maker newsgroup at http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsxp.moviemaker&lang=en&cr=US is a better place to get your question answered. This forum is about Media Foundation which is a new multimedia platform that we are shipping in Vista . Media Foundat ...Show All

  • .NET Development All Windows Applications Under .Net

    I am imagining a system where all the software running on it has been built on the .Net framework. Is that likely Found my answer http://channel9.msdn.com/ShowPost.aspx PostID=68302 ...Show All

  • .NET Development Environment.TickCount not accurate in Net 2.0?

    I'm using two TickCounts to calculate the time in ms it takes for server queries to be answered. Now I'm experiencing the phenomenon that sometimes the difference is zero when querying servers on the other side of this big dirtball and using a slow modem connection to link to my provider. Adding a Thread.Sleep(0) or Thread.Sleep(1) seems to help most of the time, but I still get a zero difference sometimes despite successfully sending and receiving - which definitely takes more than a few ms even under the best circumstances. Here's my code (C++/CLI): int t1 = System::Environment::TickCount; S->Send(qarr,1); rarr = S->Receive(2000); S ...Show All

  • Visual Basic Press submit button on the web

    Hello, i am creating a webbot, but i have one problem, i need to press a submit button, i tryed this method: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=166883&SiteID=1 It works completly when i try to fill the username/password fields. I just cant press the submit button. Any idea The page i am trying to use the submit button on is: http://www.nordicmafia.net PS: Sorry about my bad English. Hi.i. I got me very curious what that page was made for (is what it looks like ... creepy) ...Show All

  • Visual Studio Express Editions Upgrade Wizard Error - The following file could not be found

    I'm trying to upgrade a small program from vb6 and am getting the error "The following file could not be found: Resource file C:\Program Files\OEAPI\Demo\VB\testcom.frx Please make sure this file is present before upgrading this project". One of the files in the project is "testcom.frm" <-- 'm' not 'x'. The is a Form=testcom.frm line in the .vbp file. There IS NOT a Form=testcom.frx in the .vbp file. Does the Wizard derive other file names (with an 'x') from the Form= names and expect these to be present   TIA, Phil <Looks like you may not have all the files for the project.:> ...Show All

  • Visual Studio Team System errors in load test ("Object reference not set to an instance of an object")

    When I use the following code to enumerate dependent requests, I dont get the error "Object reference not set to an instance of an object" foreach ( string s in LastResponse.HtmlDocument.DependentRequestUrls) { WebTestRequest loopRequest = new WebTestRequest (s); yield return loopRequest; } if I add in the following check, I get an "Object reference not set to an instance of an object" more frequently. debugging shows LastResponse.HtmlDocument.DependentRequestUrls coming up as Null. foreach ( string s in LastResponse.HtmlDocument.DependentRequestUrls) { if (s.EndsWith( ...Show All

  • Visual Studio Express Editions Running Without CLR

    Is there any way that we can compile our application (.NET) without CLR   So, it can work on the older Windows OS, without installing the CLR.   I don’t see any option in the build that allows me to compile without the CLR.   If someone could point me into right direction that would be great! Its still possible to build unmanaged applications, so applicatins that don't need the CLR. You can still use Win32 API CRT and other standard libraries. This programms run on any machine from Win98 on (maybe you have to ship some library DLL files). ...Show All

  • Software Development for Windows Vista Vista December CTP Install Problem in Microsoft VPC

    I am trying to install the latest Vista December CTP build on a Microsoft VPC. I have the latest version of VPC with the latest SP. The Vista product key from MSDN works fine. The problem that I am experiencing is that I can not get past the "Where do you want to install Windows " screen where you must specify the hard drive and partition to install Windows. After selecting the unallocated virtual hard drive space, creating a new partition, and formatting the virtual drive, the following message is displayed on the bottom of the screen: "The partition you selected is not ready for installation. Please restart the computer and verify th ...Show All

  • Software Development for Windows Vista Replicating State Machine Workflows

    I am wondering if it is possible to replicate n number of state machine workflows from within the state initialization activity.  Thanks I don't think that solution would work, as the activity would be an InvokeWorkflow, not the child state machine workflow.  From within the workflow, you can use 'this.WorkflowInstanceId' or from an InvokedWorkflow, you can use 'invokedWorkflowActivity.InstanceId'. Arjun ...Show All

  • Visual C# How can I group listview items under categories created at the design time?

    Hello, I am wondering how can I group listview items under categories created at the design time. Code: listview1.Items[X].Group = XXXXXXXXXX Please help. Thanks. Try the following code. You can't directly specify the listView1.Items[x].Group. The following code should work. ListView lv = new ListView (); ListViewGroup lvg = new ListViewGroup ( "1" , "Hello" ); lvg.Items.Add( "1" , "2" , "3" ); ListViewItem lvi = new ListViewItem (lvg); lv.Items.Add(lvi); this .Controls.Add(lv); ...Show All

  • Windows Live Developer Forums Launching an IM Window via JavaScript

    I'm attempting to create a "IM This Page" widget that website owners can place on their pages to let users send their pages over different IM clients.  AOL and Yahoo were pretty simplistic, as they register the aim: and ymsgr: protocols with the OS.  MSN Messenger on the other hand has been extremely difficult. With older version of MSN, one could create JavaScript objects using the progid's MSNMessenger.UIAutomation, MSNMessenger.MessengerApp, or MSNMessenger.MsgrObject.  With these objects, it was then possible to launch an MSN conversation window to a particular recipient. However, with newer versions of MSN, it seems ...Show All

  • Visual Studio 2008 (Pre-release) Dialogs on a 3D cube...

    I'm trying to make 3D animated cube with dialogs on it. I must make different dialogs on different sides of cube. Dialogs must support interactivity with users, such as enabling text inputs in a TextBoxes, clicking on Buttons, etc. Have you got any suggestions about solving this problem I'm using Vista CTP Sep 05.   You can use a visualbrush to paint the sides of the cube with the different dialogs, though you won't get any interactivity from that, only a real-time updated image. We don't currently supply an interactive alternative to visualbrush.  David ...Show All

  • Windows Forms Form Refresh

    I have 2 forms A and B. Form A has some controls and a button (Add...) at the bottom that dynamically opens form B.   Form B has some textboxes and a button (Add) that inserts some values into a database. OK...here is what I am trying to do.   When the user clicks the Add button on form B.  It will affect a datagrid on form&nbs ...Show All

  • Visual Studio 2008 (Pre-release) Avalon/VS .Net 2005 code query

    I was playing around with Visual Studio .Net 2005 and reading: http://winfx.msdn.microsoft.com/library/default.asp url=/library/en-us/wcp_conceptual/html/521071e7-9081-4705-8b1c-57df963dcaa7.asp and trying to complete the section sub titled "Making a "Extensible Application Markup Language" ("XAML") Page Dynamic" i do everything as requested but when i type/copy in: Imports System Imports System.Windows Imports System.Windows.Controls Namespace QuickStart_4_VB  Partial Class Page1   Inherits Page   Sub HandleClick(ByVal Sender As Object, ByVal args As RoutedEventArgs)    Button1.Content = "Hello ...Show All

©2008 Software Development Network