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

Software Development Network >> R. Muti's Q&A profile

R. Muti

Member List

ruleDWorld
pappascd
Cammyr
akram badr
Intazzz
Ravi Kumar Kallepalli
MarkNi
Kamii47
Mbunschoten
tmontet18
Anzer
Sébastien Nunes
hrubesh
cverdon
Ricky Patel
hallscreations
AnnNeedsHelp
FlashFan
soni_ace
KrisMcg01
Only Title

R. Muti's Q&A profile

  • Windows Forms how to redirect one windows forms to another windows forms

    hi everybody, in this moment i m woeking on .net windows application (project template). i want to redirect one windows forms to another windows forms and from it should come back to first form. mind it , it is not web application, in window appln there is no response. redirect. so plzzzzzzzzzzzz..... helo me. in advance thanks.... sujoy sundar You either need to have a global scoped variable for your form or pass the instance of the form to the second...the following is an example of the global scoped variable... Module Test Public MyFirst Form As New Form1 Public MySecondForm as New Form2 Public Sub Main Application.Run (MyFirstForm) end Sub End Module Public Class Form1 Pub ...Show All

  • .NET Development Grasp text of one textbox in a webpage

    Hi, I want to get the text of one textbox in a webpage. For example, I compose mail by gmail. After typing content my mail, I run my app which will grasp all this content. How to do it I thought that webpage would have a input element for this textbox, but I don't see into source code of page. you might find this utility helpful: Download details: Internet Explorer Developer Toolbar Beta it can help you find things in a webpage. ...Show All

  • SQL Server Getting a final version of a person into a DW

    I have about 8 databases to integrate. All of the databases have ssno, address city...ect. I need to create a DW table with one unique record for each actual person. In other words, Joe Smith,123 Main St, Anytown, State,....+ssno goes into the DW table and is the same person as Joseph S. Smith,123 Main Street... and any other versions. Could someone point me to a reference or give me an outline of how to do this in and SSIS package Is fuzzy logic used here Do I need to deduplicate the feeder systems first It needs to handle a situation in, for example, the Bronx New York where there could be an apartment buiding with 7 people named Jose Sanchez . I hope I've been clear, I'm a newbie at this DW stuff, but it's fascinat ...Show All

  • Visual Basic Reusing Forms

    Greetings I am converting a VB6 program containing multiple forms into a 2005.net VB program. In the old VB6 program I use a modal form and then I want to re-use the same form but but change some of the labels and make visible a control that was invisible the first time around. In the VB 6 version I was in, say, Form1 and executed the following code: Unload Form1 Form1.Show 1 This re-did the Load event and I used a counter to customize the form in its second life. Is there any way to do this simply in VS2005 VB Easy one first - date was a typo - should have been data. The public statements are module level code in that they form part of a class but are not within a procedure. They define ...Show All

  • Software Development for Windows Vista Custom Composite Activity & ActivityBind

    Hi there, I'm trying to build a custom composite activity that allows to execute it's child activities in any order. It should be possible to run a child activity more than once (e.g. the flow "Activity1 -> Activity2 -> Activity1 -> Finished" should be possible. I've tried to build such a composite activity based on the GraphActivity sample ( http://blogs.msdn.com/vkalra/archive/2006/08/12/696132.aspx ) which works great, except when i try to bind properties (DependencyProperty) between activities: If I bind a property of type 'System.String', all works fine: the property is set before the activity executes. If I try to bind a property of a custom type (e.g. List<Order>), the property is null when the acti ...Show All

  • Visual Studio Team System Changing Work Item Types

    Is there any way to change work item types Our current workflow (outside TFS) involves somewhat fluid transitions between bugs, feature requests, and tasks. I was originally planning to set them all up as Tasks and specify the type in a custom field, but that means I'll have to modify a lot of the prebuilt reports. Since I plan to use the same .xml file for each of the work item types, how risky would it be to make the change in the db My personal opinion, as is the opinion of others, is that you should NEVER try and make changes to the database directly, as it could lead to your TFS server becoming unstable and could quit working correctly. When you say you want to change work item types, wha ...Show All

  • Windows Live Developer Forums resize/padding pushpin detail

    Is it possible to resize the the pushpin detail window I know you can add a control and make it whatever size you want but I would like to keep the arrow VE produces for the window. Also, is there any way to reduce the padding in the detail window Seems like the way it is now is that there is alot of wasted space that is not necessary if you don't have alot of info in the window. Thanks, Jason hello ... i have also got the problem with the size of the pushpin detail box .. and i went to the link u post, but i dunt know how to apply these style to the pushpin .. do u use mouseoverCallBack function , if yes how do u hide the box when mouse out the pin Thank u ...Show All

  • Windows Forms Press control-D keys will insert a date into a textbox.

    I have a comments textbox. I want to have control D( Ctrl-D) keys being pressed and it will insert a date in the textbox. Sound simply but I look around the web, still didn't know how to do it. Yes. This is what I am looking for. However, now I want to keep the postion of my editing bar to the end. Is that possible Thanks. ...Show All

  • SQL Server SSIS, BIDS and Temporary files

    Why are some SSIS files, generated by the Import/Export Data wizard put into the local users temp folder Why are these not compiled with the package when the solution is built Is there some setting I am missing This architecture is kind of silly, as the server always needs access to the temp folder on the local machine to run. How can I get these temp files packaged with the rest of the package and deployed to the server so the server can run independent of the machine I develop the package on Thanks, Jeff I think that's because files generated by the Import/Export Data wizard are supposed to be temporary and isn't really considered part of the package. What data does your temp files con ...Show All

  • Visual C# go to definition

    In VS2005 when Goto Definition displays a source file (from metadata) ie from an external dll, is there any way of telling which dll the metadata is from In VS2003 the could tell the dll from the object browser. I don't understand what the Object Browser would tell you that the metadata in conjunction with your Project References listing wouldn't... ...Show All

  • Microsoft ISV Community Center Forums VBA: read/write chinese words

    Hi, I want to read chinese, traditional chinese,korean,japanese words from word doc and write it into text file. But I have no luck up till now. I have no problems with french and german languages but these other 4 languages just can't be written into the text file. It'll leave some empty blank spaces into my text file. Code so far: Const ForWriting = 2 Dim objFSO, objFile Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.CreateTextFile("C:\TCS.mtp", ForWriting) Dim counter as integer do while lineArray = Split(theTable.Cell(caseStartRow, 2).Range.Text, Chr$(13)) objFile.writeLine (lineArray(counter)) counter = counter + 1 ...Show All

  • Windows Forms why invoke IComponentChangeService.OnComponentChanging method did not work?

    hi all. i now create a custom designer for my custom component Type. and the designer implement IRootDesigner , IToolboxUser.. when i modify the component properties then invoke IComponentChangeService.OnComponentChanging method ,but it did not work why? please help me... thanks. my code like below... MyComponentBase _com = this.Component as MyComponentBase; _com.Names.Add(new Class1(tool.DisplayName)); IComponentChangeService _icc = (IComponentChangeService) this.m_component.Site.GetService(typeof(IComponentChangeService)); _icc.OnComponentChanging(this.m_component, TypeDescriptor.GetProperties(this.m_component)["Names"]); Matt Lin wrote: yes. the desig ...Show All

  • SQL Server Schema Ownership

    Hi, I have this user that was given ownership of a couple of schema's and now I want to delete the user but an message appears saying I need to transfer ownership before doing so. The boxes that where ticked in SQL Server won't untick so how do I go about removing ownership of the schema and which user would of had ownership prior, it would have been the inital default user. Anyone...please... All objects, including schemas, have to have owners. If you could just delete the owner of the schema, it would no longer be owned by anyone and the security functionality relating to ownership chaining would stop working. So before you can drop the owner, you have to assign ownership of the schema to another user. You can do this ...Show All

  • Visual C# How can I find whether the current thread is exited or not?

    Is there any property or method is available for checking whether the current threading is exited or not. If so can you place provide me the code snippet and some of the useful tutorial & samples links for learning about this concept. Hi I think this is what you are looking for :- using System; using System.Threading; public class ThreadWork { public static void DoWork() { for ( int i = 0; i < 3; i++) { Console .WriteLine( "Working thread..." ); Thread .Sleep(2000); } } } class ThreadTest { public static void Main() { ThreadStart myThreadDelegate = new ThreadStart ( ThreadWork .DoWork); Thread myThread = new Thread (myThreadDelegate); myThread.Start ...Show All

  • Visual Studio 2008 (Pre-release) CheckBox and binding path

    Hello,   I am binding a CheckBox to a business object using the IsChecked property like this. < CheckBox Name = " m_tps "   IsChecked = " {Binding Path=TpsIncluse} " > Inclure TPS </ CheckBox > It works perfectly! So why is Visual Studio 2005 warning me that the IsChecked attribute is invalid according to its datatype  I am using the June CTP of .NET v3.   Thanks! Marc Lacoursiere RooSoft Computing ...Show All

©2008 Software Development Network