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

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

Edmaneiro

Member List

milo68
Sagestore
LonelyRose
Thomas Pagel
D_S_Clark
Ravinder
TheToefistJU
Yosi345
push_ebx
wjcampbe
andy_vc
DRAYKKO
Tomas35595
Michael William
SteveTri
Dan Rhea
Frank Haymes
Code Chief
laq
Seclymer
Only Title

Edmaneiro's Q&A profile

  • Visual C# formating a slave drive with c#

    I have been looking around for this question for so long.  Does anyone know how to access a slave drive or network drive through C# to format it We figured that one out on the "erase network drive".  Thanks for the post though! ...Show All

  • Visual C++ Network deployment VS2005

    Hi, Does anyone know how to invoke VS2005 cl compiler from a machine that does not have VS2005 installed I've copied all the content of c:\Program Files\Microsift Visual Studio 8 from another machine with VS2005 installed, and set the include, lib, bin path correctly. But when I started a dos prompt and try to invoke cl.exe, I got ' The system cannot execute the specified program' . Interestingly, I found a file named 'cl.exe.config' in c:\Program Files\Microsift Visual Studio 8\VC\bin directory, I suspect it has something to do with invoking the cl compiler. The idea of this exercise is our source code is resided in a network ...Show All

  • SQL Server Can a Snapshot report be created programmatically?

    Can I create a Snapshot report with parameters programmatically in RS 2000 or RS 2005 If this can be done what is the command for it Thanks. Yes.  The report has to be set to Snapshot Execution and has to have default values.  The SOAP method to call is UpdateSnapshot. If you want to create a history snapshot then you can call CreateReportHistorySnapshot. You can not set the parameters when calling these parameters.  If you want the parameters different then you must first set the report parameters then call one of the above methods.   -Daniel ...Show All

  • Windows Forms Problem with showing form with small size.

    I have a problem with showing small form – I want the form to be in size (5,100) but when I’m trying to show it the form size is bigger then I want. My code: Form form = new Form(); form.StartPosition = FormStartPosition.Manual; form.ShowInTaskbar = false; form.FormBorderStyle = FormBorderStyle.None; form.Size = new Size(5, 100); form.MaximumSize = new Size(5, 100); form.Show(); // form.Size = new Size(5, 100); - works but with flicker I can change size after showing the form but then I have flicker. What can I do I have the same problem I've disabled almost everything(minimize,maximize buttons,etc.) but ...Show All

  • Windows Forms Building A Windows Application

    Hey people I am a total newby to Visual Studio. I only know PHP programming. But I want to build Window Applications. I have watched the video tutorials. on the MSDN site. but it does not teach me any code really, as it is always pasted. What I want, I am currently skint (Have no cash) and I am looking for some cool tutorials. Where I can actually build something. I have seen so many tutorials which tell you something, but if you building some application at the same time, you learn soo soo much better. So my question Any Ebooks or Videos I can watch, and build my first application. Free is the word I like. Many thanks for your help He ...Show All

  • .NET Development .Net Framework, compiled or translated?

    Sorry but I have this basic question, is about plataform .NET Framework, I'd like to know if the final result is a machine compiled code compatible with .NET FW or is a .NET FW code to be translated in runtime as with Java . Too, I'd like to know about the same but with C# and Basic. We know that pure C++ code is optimized machine code, but how works C# or Basic about this . Thanks. Hi, The .NET compilers convert the code to MSIL - Microsoft Intermediate Language which is something similar to Java bytecodes. This is then converted to machine language by the JIT Compiler at runtime. Read more here . You can ...Show All

  • Windows Forms parsing html...

    Hi, Is there any good code out there showing how to parse an html file using c#  I want to have access to tags, attributes, text, tec... Any help Thanks Actually you can match it using this expression <title>( <data1>.* )</title> ...Show All

  • Visual Studio Team System Project creation problem TFS Beta 3

    Hi, first of all complements to the great improvents made on the install of TFS beta 3. much easier. I still have a problem though. When i try to create a project i get the following error Error Unable to connect to the specified SQL Reporting Services at http://url:8080/ . Explanation The Project Creation Wizard was not able to connect to the SQL Reporting Services at http://url:8080/ . The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating the SQL Reporting Services site. User Action Contact the administrator for the SQL Reporting ...Show All

  • Windows Forms "working" progress bar

    Hi, i need some advice. I have a form which is being filled up with data from a database. Whilst it does this, i want to display another form that i have created as a working/progress bar on the top to show that the program is still working. I know i cant call the working form from the main form, as that locks it up whilst the working form is open. I tried putting the working form in a seperate thread, however the result of this is that it no longer 'locks' the main form to the user, and also it doesnt stay on top of the main form, as the user can just click on the main form, and it comes infront of the working dialog. Any help would be appr ...Show All

  • Visual Studio Team System Version Control: How to Compare Directory vs Project?

    Hi everybody, How can I compare the contents of my workspace against a project in Source Control The command line tf diff myProjectDir /recursive /noprompt just outputs the pending changes source control already knows about, which is just what tf status provides. The Source Control Explorer in Visual Studio doesn't compare directories at all - even so it is described in the help files. But I want to know Which files are in my local directory but not in source control. Which files are in source control but not in my local directory. Which files are in both places but differ in content. To put it ...Show All

  • Visual Studio Tools for Office Merge Field Collection devoid of merge fields in Header/Footer

    If I add mail merge data fields into a header on a document and then iterate the merge field collection, the collection does not contain the merge fields I placed in the document header. Why and where/how can I "get to them" ... You need to give us a bit more information. The code you're trying to use would help. Also - version of Word - does the document contain more than one section - what is the mail merge document type (letter, directory, labels...) ...Show All

  • Visual Studio Team System Getting sharepoint back after Beta 3R migration

    OK, I've got Beta 3 Refresh up and running, but the sharepoint sites didn't take kindly to the database migration (apparently). When I try to open a project site, I get an error message: The virtual server that is referenced here is not in the config database. So, presumably something is amiss in the shareport configuration.  So far though, I'm having a hard time finding my way through the Sharepoint configuration site. So - Which virtual server is referenced here   Exactly which options in the WSS config screens would I use to find it/configure it In the WSS config screens, I see the following virtual servers: Default Web Site&nb ...Show All

  • Software Development for Windows Vista Solution: SqlStatePersistenceService troubles

    Hi,  Adding a SqlPersistanceService to my workflow host causes the workfow to abort when it tries to persist.  Unfortunatly the WorkflowAbort events arguments don't realy tell me anything usefull. The database is SQl Server 2000 sp3a and the persistance setup scripts have been executed creating the required tables and sp's. Initialising the SqlPersistanceService instance with a valid connections string causes no errors (indicating the the connection is fine) . Remove the persistance service and everything works as expected.  Any ideas as to how I might resolve this problem would be appreciated. Thanks in ad ...Show All

  • Visual C# How can enable or disable mainmenu's items on MainForm from childForm ?

    When I click an item on menu on MainForm I set it's enable property is false to open a childForm. When I close childForm I want to set menuItem on MainForm is true to can choose it again but I couldn't do that. Please tell me how can I do like that Thank you very much ! You won't be able to access the menu from the child form, because the menu on the main form is marked as private. You should change the 'modifiers' property of the menu to 'public' or 'internal'. That way you can access the menu from the mdiparent property of the childform (don't forget to cast the mdiparent property to the type of the mainform). Sven ...Show All

  • Visual Basic Events in VB

    Hi I am relatively new to VB and I don't under the whole thing with Property and Event in VB. Traditionally the Fields, or Data Members are the properity of an class, but in VB it seems like Property almost works like an accessor/mutator method in Java. For example (please enlighten me on this one) private int value //Maybe retrieved or set by public int getValue() { return value; } or I can just make the integer value a public field. but in VB this seems to follow a different logic. I think I need a little subtle hints on that. Also in addition, there are also these event things and (as I'm trying to understand it) t ...Show All

©2008 Software Development Network