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

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

Martimus

Member List

guilhermecvm94558
Pushkar Tiwari
Matt Bell
AlexBB
sxf
Libol
dmyers
Alexannic
Ryan F
tomdart
Alex-MyRpg
Matthias Frener
Dario Galvani
SLV
Berber
AlexU
kennm
Kraxx
Kyle_W
Eric van Feggelen
Only Title

Martimus's Q&A profile

  • SharePoint Products and Technologies Index Server combo box greyed out

    Hi I am trying to create 'New Shared Services Provider' on newly installed sharepoint 2007, but combo box is greyed out. How do I assign index server role. I to am having the same problem :( I have tried going to operations" and "services on server" but I cant even see "index" Is there something else I need to turn on Thanks ...Show All

  • Smart Device Development Controll the display format of a cell in a DataGrid

    I have a data grid that bounds to a database table. One of the columns in the grid is a DateTime field and I want to control the way it displayed in the DataGrid (not to show seconds) how can I do that. I use compact framework 2.0 and Window Mobile 5.0 Please see this: http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx ...Show All

  • SQL Server The process cannot access the file it is being used by another process.

    I have a File System Task Copy file operation to copy a file in an SSIS package. The package when scheduled as a job fails with the following error: The process cannot access the file 'C:\ETL\Consignment\Apple\AppleRawFile.txt' because it is being used by another process.". However when I right click on the package and execute it manually from the Integration Services it runs successfully without any problem. I am not certain on how to resolve this issue any inputs will be much appreciated. Thanks, Monisha Based on the lack of response, I guess this must be a stumper and needs to be addressed with Microsoft support. ...Show All

  • Software Development for Windows Vista COBOL apps will not run on Vista RC1

    HELP! I am migrating software to Vista for testing, the backend software is COBOL, but I have yet to succesfully run any COBOL apps. in Vista. Can anyone help Thanks in advance. Nic " "NicholasTinSC"@discussions.microsoft.com " < "= UTF-8 B TmljaG9sYXNUaW5TQw== ="@discussions.microsoft.com > wrote in message news:bfa565e3-944c-496a-9329-b4de076113b2@discussions.microsoft.com ... HELP! I am migrating software to Vista for testing, the backend software is COBOL, but I have yet to succesfully run any COBOL apps. in Vista. Can anyone help Thanks in advance. Nic Consult the vendor of your COBOL compiler, this forums is dedicated to Windows ...Show All

  • Windows Forms Leftover pixels From DrawReversibleLine

    I am creating a drawing program...  When I draw a line I am capturing the mouse, and drawing a reversible line, which I store and redraw (to erase the line) if the mouse moves to another point.  The last line will be the the one I capture on mouse up. This works, except there are a few remaining jagged edges created during the process.  They all disappear after mouse up, but they are anoying anyway. Does anyone know how to fix this   When I have done this in the past against the Win32 API, it was very clean, and I am looking for that cleanliness. Do I have to use the API calls Thanks, Bob Thanks, I'll look into it. And it still might be a bug. It really helped to talk ...Show All

  • Visual Basic how to use spilt

    I have a textbox that takes a bunch of names and I want them to be separated by commas..... Name,NameOfSomeGuy,NameOfPerson I want to use the split method so that i can get then indivually and do some stuff to them....how would i go about doing that using the split method My delimiter is going to be a comma or a semi colon Dim zOriginalString As String = "John,Peter,Phil" Dim zSplitStrings() As String = zOriginalString.Split(",") ' This is what you get: ' zSplitStrings(0) = "John" ' zSplitStrings(1) = "Peter" ' zSplitStrings(2) = "Phil" ...Show All

  • .NET Development C# - What is the Big Whoop?

    Hello, Sorry if this is the wrong place for this question. I have been directed here from the question asking interface in Visual Studio 2005, under the Help menu. Recently, a headhunter told me .Net, especially C#, is all the rage. I don't understand why this is the case. My perception is most development these days is going to aim for a browser-based (i.e., 'web') interface for end users. That makes me think the most popular uses of Visual Studio 2005 would be for building ASP.Net data access applications, which points toward Visual Basic.Net, not C#, at least in my confused mind. Do I have this all mixed up If you are working with C#, could you write a few words about what you are using it for This would be extremely helpf ...Show All

  • Visual Studio Express Editions Get all running processes

    hey im trying to find a good way to find the name of all running processes i have tried using this ; but its quite long and random Dim c As String Dim d As String c = 1 d = "" Do Until c = 10000 Try d = d & Process.GetProcessById(c).ProcessName & Environment.NewLine Catch ex As Exception End Try c = c + 1 * 1 Loop MsgBox(d) im sure theres a better way to do this if anyone can help please Well, console.writeline is for a console program, like Window's Command Prompt. IF you want a UI try this: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Procs As Process For Eac ...Show All

  • Microsoft ISV Community Center Forums Can't open regedit

    Hai.... Why if I want open regedit (run>regedit), and then show message error like that The application failed to initialize properly (0xc0000005) Please anybody help me... Jebat Thanks Your SP2 installation should take prescedence over anything else, but since it is not, here is what I would do. If you can only get the SP2 to install it sould overwrite all that other stuff. I would not just simply delete the NT regedit or anything until you try this simple solution first. XP Pro has a built-in program for such incidences. It's called program compatibility (wizard). You will have to hunt it. it might be under accessories then under systems tools. I always ha ...Show All

  • Windows Forms Cannot get changes from DataGridView

    I am having problems getting the changes from a datagridview. The grid is bound to a dataset. Here are the steps I'm taking: 1. Type text into the first cell 2. Click the save button on the form, which calls: Private Sub SaveChanges() Dim dsChanges As DataSet = dsFlightInfo.GetChanges() ' make sure their are changes to commit. If dsChanges IsNot Nothing Then ' save changes to the database Dim odb As New ABMS.Data.DataSetIO odb.Update(dsChanges, "FlightSchedDetail") odb = Nothing End If dsFlightInfo.AcceptChanges() ' reset the save buttons btnSave.Enabled = False btnCancel.Enabled = False End Sub PROBLEM: dsC ...Show All

  • Visual Basic context menue strip problem

    context menue strip is a strip that appears when ever the right click is clicked in a form i have kept the check box colum appear= true in context menue properties my requirement is when ever the right click is clicked and the context menue appears and after selecting a particular item in the menue the menue disappears my requierment is that the menue should not disappear so that i can check other items in context menue strip can any one help me to solve this problem the menue should be in the visible state when ever the cursor is on context menue ...Show All

  • Visual C++ Singleton syntax for managed code?

    Is there an appropriate syntax for a singleton for managed code The classic, basic singleton is: -- [code] class Singleton { public: static Singleton* Instance(); protected: Singleton(); private: Singleton(const Singleton&); static Singleton* xinstance; }; //implementation: #include "Singleton.h" // Implementation Singleton* Singleton::xinstance = 0; Singleton::Singleton(){}; Singleton::Singleton(const Singleton&){}; Singleton* Singleton::Instance() { if (xinstance == 0) { xinstance = new Singleton; } return xinstance; } [/code] How does the aboive change for managed code beyond adding the "ref" keyword before the class declaration OK, I read the first two ref ...Show All

  • .NET Development I cannot acces the choosen properties from new component

    LS, I'm using VS 2005 C#. I created a new component that inherits form textbox. I added a Label to this textbox. private Label tBLabel; [Description("Label above Textbox.")] public Label TBLabel { get { return tBLabel; } set { tBLabel = value; } } private void InitializeTB() { tBLabel = new Label(); } I can use my new component. In the properties box I can see TBLabel I can change the properties for TBLabel (for instance change it's Text to: This is a label) But when I run the program the debugger shows me that textbox1.TBLabel.Text=empty Probably the problem is that I during initialization I have to state tBLabel = new Label(); If I do not use this line I get an ...Show All

  • Visual Studio Express Editions Useless

    Does anyyone else find Visual BAsic express edition useless. I have been trying to make a simple program and i cant even dim a variable as an integer. I put down in my general declarations "Dim numclick as integer" and it says that its invalid. Youc ant even change the top and left properties of an object. Why did they make such a useless program VB Express works quite well for many. I used it for some time before I got a full version of Visual Studio 2005 and didn't experience the problem you describe. Maybe there is some type somewhere If you have question about how to get started or solve a problem you can post to these forums and you will get help. ...Show All

  • SQL Server Sql Server 2005 not starting

    Hi,       I have my web application with backend  as Sql Server 2005 CTP(Yukon). Initially It works well. I updated some security settings to the OS Windows Server 2003 and restarted the machine. Now the Sql Server is not starting.When I manually started  It logs error as follows. 2005-10-13 03:39:57.85 Server      UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. 2005-10-13 03:39:57.85 Server      Registry startup parameters: 2005-10-13 03:39:57.85 Server        -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf 2005-10-13 03:39:57.85 Server     ...Show All

©2008 Software Development Network