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

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

makis2

Member List

redcamel
bobmpls
John Morris
captainahab
Eugeniy
CurtisDeHaven
Buddy Funny
Zydeco
Charles B
PiperNavajo
XZminX
Preky
Yves Liu
Albsalgado
Maarten van Stam
MJacobsen
Ronda141834
Don Tucker
Ink Master
el dio
Only Title

makis2's Q&A profile

  • Visual Basic problem with Net Framwork Optimization

    I was working on a project using vb.net express and all of a sudden my cursor started blinking. I went into task manager and I noted that mscorsvw.exe was appearing then disappearing. I did some research on the web and it was recommended that I disable the Net Framework Optimization service which I did and it corrected the problem. However, in vb.net express I can't create any new projects. Any solutions. My OS is Windows XP service pack 2 ...Show All

  • .NET Development Get method parameter's values using reflection

    By writing the following code I can get the method parameters metadata. void test(int x, string s) { StackTrace st = new StackTrace(true); foreach (StackFrame sf in st.GetFrames()) { MethodBase mb = sf.GetMethod(); foreach (ParameterInfo pi in mb.GetParameters()) { MessageBox.Show(pi.Name); } } } I need the parameters value (the value that was passed to the method). Can I get it in C# Thanks Gil Do you know other way to get this kind of informetion I want this information automatically it will sa ...Show All

  • Windows Forms Problems while navigating with a DataGridView

    I'm having trouble with a the behavior on a form I'm creating to edit a simple table in a Dataset. The form has a BindingNavigator at the top to which I've added a few comboboxes so the user can specify filters on a few key columns of the table. Right below the BindingNavigator is a DataGridView that shows several rows of the table (the filter columns as well as a few others). The grid is bound to a BindingSource that is itself bound to the specific table in the Dataset. And the rest of the form (the "details section") contains ALL the fields from the table. Essentially, about 25 textboxes (across a TabControl) where each Tex ...Show All

  • Windows Forms Background image resources cause VS error

    I have a few buttons on a Windows Form that I am applying an image to (or a background image). Things look fine in the designer, until I close the tab for that Form or leave it and come back. Then I get the following error message and I cannot view the Form in the designer: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The designer then proceeds to give me an error for every image resource, along the lines of: MyProject.Properties.Resources has no property named ImageName Any idea what's wrong with ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Distorted texture after lost/reset device

    Hi, I'm drawing a textured mesh using DrawIndexedPrimitive, using an effect interface. After a windowed/full screen toggle the texture appears distorted. Interestingly when I draw another mesh in wireframe mode in the same render call the problem doesn't occur. Can somebody help Nico Depending on where you load the textures to, you need to release them and recreate them. Make sure that you are properly handling them. Look at the Samples in the DirectX SDK install directory and also under lost devices in the documentation. It explains clearly how you must handle a lost device and how to reset it. I hope thi ...Show All

  • SQL Server This SMO transfer script doesnt transfer ?

    Hello, this takes a lot of time  but when I got to sql server management studio there are no objects there!! What am I missing private void button1_Click( object sender, EventArgs e) { Server sv = new Server ( "ESTACION15" ); Database db = sv.Databases[ "GescomDllo" ] ; Database db2 = new Database (sv, "PRUEBA" ); // db2.Create(); Transfer xfr; xfr = new Transfer (db); xfr.CopyAllObjects= true ; xfr.CopyAllTables = true ; xfr.Options.WithDependencies = true ; xfr.Options.ContinueScriptingOnError = true ; xfr.DestinationDatabase = "PRUEBA" ; xfr.DestinationServer = sv.Name; xfr.Destination ...Show All

  • .NET Development problem saving DataTable to Access file .mdb

    Hi friends, I have a problem saving data from a DataTable to Access file .mdb. I used the following code: Dim dt as DataTable ....read dt from mydb.mdb OK ....show dt in a DataGridView OK ....modify data in the DataGridView and update the DataTable dt OK ...now I want save data to mydb.mdb: Dim cn As OleDbConnection, adapter As OleDbDataAdapter ConnectAndOpenDB(cn) 'this function open the connection with mydb.mdb sql = "update " & tablename Try adapter = New OleDbDataAdapter(sql, cn) adapter.Update(dt) Catch.... Now I check mydb.mdb but the data are not chang ...Show All

  • .NET Development Copy schema from data table to data source?

    DataAdaptor.FillSchema is handy for creating a data table and configuring it to match the schema of an existing table in a data source. But I need to do just the opposite. I have a table that I create progamatically. I create a new SQL database using t-SQL CREATE DATABASE. I want to add a new table to the database with schema matching that of my existing table. I can do it rather laboriously with t-SQL, but some sort of "DataAdaptor.SetSchema" would be a lot easier. Does such a thing exist Thanks, --Mable ...Show All

  • Visual Studio Team System Backup Utility not working after TFS installed on Windows Server 2003 Std Edition SP1

    I have installed Team Foundation Server (single-server deployment) and Team Foundation client, on a Windows Server 2003 Std Edition with SP1 with all windows updates. Installation was successful, I can create projects etc no problem. This was a clean install on a DELL Poweredge 800 with RAID 1 SATA HDD. Prior to installing Team Foundation Server and Client I was able to use the Windows backup utility to successfully create an ASR backup and full backup of the server. After installinf TFS I find the backup utility fails with the following error: Error returned while the creating volume shadow copy: 80042301 After ...Show All

  • Visual Studio 2008 (Pre-release) How to make a drag element?

    I want to make a plane and user can drag it on the windows ,who know Take a look at http://blogs.msdn.com/marcelolr/archive/2005/05/03/414490.aspx -Ifeanyi Echeruo [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Visual Studio Team System Not authorized to view page

    I followed the installation for workgroup on a single server on a brand new server and get the error: "Not authorized to view page - HTTP Error 403" when attempting to browse http://server:8080 . I checked the forums without any useful insights. In WSS adminstration I see that the Team Foundation Site is not extended. I thought TFS extends the site - the reason for not provisioning WSS during install. NTLM authentication is on the server. SQL Reporting services is working. I see the TFS entries in Windows Firewall. Any troubleshooting assistance will be greatly appreciated. I see several other people had a similar problem, but n ...Show All

  • .NET Development Error adding to GAC

    Hi, Only over the last few days I have started getting an error adding a dll to the GAC. Failure adding assembly to the cache: Access denied. You might not have administrative credentials to perform this task. Contact your system administrator for assistance. I have admin access to the box. When I get this error, if I open explorer and navigate to the WINDOWS\assembly folder no files are listed. If I log out and back in the error goes away. There now I got the error, left it an hour and tried again and it was added fine, and retried adding it and got the error. Any ideas Thanks Donal ...Show All

  • Visual C++ the .exe quits

    everytime i compile to make a  solution ( an .exe file)  and as i open the .exe file it shows the correct output but it quits automatically so i was wondering if any there is any way to make the .exe file window to stay open i have windows 2000 OS  thaxs This question is asked so frequently in the Beginners section of cpp-home that we made a sticky for it: http://www.cpp-home.com/forum/viewtopic.php t=10588 ...Show All

  • Visual Studio Team System Monitoring traffic generated by Web Test

    I am attempting to monitor and capture the network traffic generated by a web test using Fiddler. However it never captures anything, I am curious to know if VS2005 (RC) uses a unique port number to conduct Web Tests And if so can it be set, as can be done with unit tests ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=59396&SiteID=1 ) Thanks, Terrell Thanks Ed! That works great. Just as a side note the site does not use https, Creating a simple webtest that justs hit http://www.microsoft.com  does not show up in fiddler either, but no worries because that logging captures everyth ...Show All

  • Visual C# Visual C# 2003 how to send variables in a class to other forms?

    Hello 1) I have 2 forms and in the first form "form1" I have som textboxes and then I will put the data fra form1 textboxes into some variables in a class and then take the whole class and variables in the class to form2, so I can take out the data from form1 and use in form2 2) In another programering langauge you have to delete a class instans, but do I do that in Visual C# 2003, and is it neccesary or not Hope to hear from someone. Thanks spot In Form2 you can create a custom property of type of your class and set that property before you show your Form2. If you create the fo ...Show All

©2008 Software Development Network