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

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

baswegan

Member List

RickGaribay.NET
BrettM
Tamim Sadikali
krhoover
Mike Greenway
Andre's
AndyL
Kris Nye
WinstonPennypacker
root85
Horace Li
Shivapriya
Jboul
Nihal Chand
DEEPAK GARG
Narasamdya
GR101
gshaf
SupaDevil
jw700
Only Title

baswegan's Q&A profile

  • Windows Forms Custom Message box C# 2.0

    Is there a custom message box method that can be used Is there a way to create a custom message box ...Show All

  • Visual Studio Team System Web Test Not working in my case

    Dear all, can any one tell me why web test is failing to record the browser actions.The scenerio what iam executing is as follows I Have to two web forms namely Login.aspx(default page) & home.aspx In login.aspx page i accept the username and password and validated them and then i will open a home.aspx in other window after that login window will be destroyed. But when i try to execute the about secenerio it is not go to the home.aspx,instead it is still showing Login.aspx page one I am guessing there is something happening in javascript that is not getting recorded correctly. Checkout this whitepaper for debugging webtests: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=177957&SiteID=1 ...Show All

  • Smart Device Development Load Method and Close Method in C# and Vb.net

    i try to convert C# code to vb.net, but below code i do not know how to convert can some one help me Below code is appear in private void InitializeComponent(){} this.Load += new System.EventHandler(this.Form1_Load); this.Closed += new System.EventHandler(this.Form1_Closed); In vb.net i cannot found me.Load and me.Closed because Load and Closed is Method for Class. There are two ways you can do this... with the AddHandler keyword (very similar to the C# way) or using the Handles keyword. First up... AddHandler : Assuming you’ve already got your event handling functions setup that look like this: Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) H ...Show All

  • Windows Forms ComboBox databinding & custom objects

    I've spent several hours looking for an answer to my problem before posting yet another thread on databinding / combo boxes (sorry!). I have a simple form with a text box and a combo box. The text box holds the name of a template and the combo box holds a related piece of data. I started out by trying the databinding using datatables and it works fine: templateBindingSource.DataSource = sessionTemplateDT; uiTemplateName.DataBindings.Add( "Text" , templateBindingSource, "name" ); uiTheatreSuiteCombo.DataSource = theatreSuitesDT; uiTheatreSuiteCombo.DisplayMember = "name" ; uiTheatreSuiteCombo.ValueMember = "location_group_id" ; uiTheatreSuiteCombo.DataBindings.Add( "SelectedValue" , templateBindingSource, "location_group_id" ); ...Show All

  • Windows Forms .Net Licensing (urgent)

    I read a useful article at http://www.windowsforms.net/articles/licensing.aspx I downloaded the source along with this article and try it on VS.Net 2003.    I success to compile the projects (LicensedClass and LicensedClassHost) but I fail to get a vaild license.  LicenseManager.Validate simply throw an exception saying that failing to get vaild License. Anyone tried to work on .Net licensing, pls give advise.  Thanks. Ken ...Show All

  • Visual FoxPro Ole Driver corrupting indexes....

    hi! i'm working with an old fox pro database at work using the Ole Fox Pro drivers and if i delete a row using that driver it isn't freeing up the primary key i just deleted from the index. So i have to run a re-index utility within the foxpro software each time i delete any rows using my Visual C# software (with the ole db driver). Is there any way to reindex programmatically from C# using the OLEDB driver so i don't have to take this additional step of reindexing through the fox pro software This is part of an enterprise application, i can't expect our locations to do database maintenance every time we do payroll...(the application says it was written in VFP SP 4, we do not a have the ability to modify the fox pro application) ...Show All

  • .NET Development Delete File

    I need to delete a file programatically that can not be restored. Can anyone point me in the right direction. Thanks. how do you mean that cannot be restored to delete a file:   System.IO.File.Delete("Path to file");   you may also want to check to see if you have access/permission to that file. ...Show All

  • Windows Forms How to create and Invisible Groupbox

    I am creating an application for a Tablet PC that has a flash movie playing in the background and looks for input from the user (from a writing area I have defined in a groupbox on the main form). I am curious how to make this groupbox invisible but still usable so that I can show it and unshow it without anyone knowing the difference and it will still collect the pen input. Thanks! I've never tried it using MDI. I used independent forms. I used a base form to display the content and launched the transparent form from the base form. The transparent form is the same size as the base form and is positioned directly over it. I added a BaseForm property to the transparent form to give me a reference back to the base form. This made it ...Show All

  • Connected Services Framework I m getting an error while invoking the webservice available in session.

    I have replicated the syncsessioninitiator(sample distributed by CSF) in my project. I am trying to use a web service which is functional n is running fine. I am getting the following error in CSF <wsu:Timestamp wsu:Id="Timestamp-656e90be-b4d0-4a74-b403-879907c289a8"> <wsu:Created>2006-09-20T13:20:46Z</wsu:Created> <wsu:Expires>2006-09-20T13:25:46Z</wsu:Expires> </wsu:Timestamp> </wsse:Security> </env:Header> <env:Body> <env:Fault> <env:Code> <env:Value>env:Sender</env:Value> <env:Subcode> <env:Value xmlns:prefix0=" http://Microsoft/ConnectedServices/2006/06/Session/">prefix0:2000 ...Show All

  • SQL Server Probem in using the Copy Database wizard

    I am trying to migrate from  Sql server2000 to Sql server 2005 with the help of Copy Database Wizard of 2005. It is failing in the Last step. That is when executing the Sql Jobs.Could any one help me out Thanks Ram Vajrala Dear, I use the SQL Management Object method and receive the following error when using the Copy Database wizard: Event Name: OnError Message: ERROR : errorCode=0 description=Invalid column name 'Date'. helpFile= helpContext=0 idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC} StackTrace: at Microsoft.SqlServer.Management.Dts.DtsTransferProvider.ExecuteTransfer() at Microsoft.SqlServer.Management.Smo.Transfer.TransferData() at Microsoft.SqlServer. ...Show All

  • Software Development for Windows Vista I have a problem..

    hi I am working in a project. Acc. to my scenario, a worker fills a form and then manager approve or reject the worker's request but after the worker fills the form, manager cannot reply the request immediately. The workflow should wait the response of the manager. How to do this break without a problem and how to continue the workflow from that point. Please help me. Its worth working through these 10 hands-on labs if you haven't already as they go through this sort of example. You can download the labs here - http://wf.netfx3.com/files/folders/documentation/entry4919.aspx ...Show All

  • Software Development for Windows Vista HowTO: Create an Event Log Source in code, without the Permission errors

    In the Windows SDK documentation for the EventLog class, there is some sample code that contains the following code snippet: // Create the source, if it does not already exist. if(!EventLog.SourceExists("MySource")){ EventLog.CreateEventSource("MySource", "MyNewLog"); Console.WriteLine("CreatingEventSource"); } However, when I build and run this sample code on the February CTP of Vista, I get a SecurityException on the call to EventLog.SourceExists. The error message says "The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security." One of the troubleshooting tips in the unhandled exception dialog suggests using a c ...Show All

  • SharePoint Products and Technologies Custom Site column Column using Feature in MOSS

    if any one know how to create custom column using "Feature" feature of MOSS for the "Image" type the following is the code for creating custom site column for "Choice" Type column Feature.xml: < xml version="1.0" encoding="utf-8" > <Feature Id="CA7BD552-10B1-4563-85B9-5ED1D39C073B" Title="myField" Description="asdf" Version="2.0.0.0" Scope="Site" xmlns="http://schemas.microsoft.com/sharepoint/"> <ElementManifests> <ElementManifest Location="testing.xml"/> </ElementManifests> </Feature> and following is testing.xml < xml version="1.0" encoding="utf-8" & ...Show All

  • SharePoint Products and Technologies SPS -> MOSS 2007 Gradual Migration - "An unexpected error has occurred." on /default.aspx?

    Hey all, I'm currently working on migrating an SPS2003 environment to 2007 in our dev environment (testing out, obviously, before we go to prod). I have followed the instructions that MSFT has provided for doing a Gradual Migration. I kick off the migration of the top-level site and it fails when it hits the "Starting Object" of "SPMigratableSiteCollection Parent=SPManager" (on the Upgrade page within Central Admin) In the Upgrade.log the first error I see is this: [SPWebTemplateSequence] [ERROR] [1/16/2007 5:22:59 PM]: Template SPS#0: Exception occurred in activating features in site with URL " http://data1:8080 " (SPWeb Id=17adabb3-4d80-4708-9ede-72ddc0a385e8, SPSite Id=07d3f719-6050-44bd-bd8b-565 ...Show All

  • Visual Basic Vertical label

    I would like to add a vertica label on my from, is there somebody can help me with that i have a little problem, i have created the class file... but how do i get the label to become vertical is there something im missing like linking that particular label with the class file ...Show All

©2008 Software Development Network