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

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

agustin_m

Member List

Centric_Research
MarcoViY
Dave_eh
Yachtsman
Ofir Epstein
lucerias
z. m. khan
IZON
Simon__
Grace SQL
Ruchits
Gluber2006
Nigel123
Nfrf
Joseph Ollero
AirMike
GMan5309
Bharat Gadhia
Thunder2002
Zeev Halevi
Only Title

agustin_m's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Framework wish list

    XNA Framework wish list. - System.Net.Sockets o Socket (Tcp & UDP transport) o Do not really need support for TcpClient, TcpListener and UdpClient - System.Security.Cryptography o Rijndael o MD5 - System.IO o FileStream o StreamWriter / Reader - System.Text o StringBuilder o Full UniCode support - System.Threading - System.Diagnostic Thanks, Roger Larsen Thanks Shawn, Crypto is probably not that important, as the algorithms are publicly available, I just hate to have to implement them manually :) Does the Xbox have a machine key which can be used fo ...Show All

  • .NET Development make an internet dialer in c#.Net

    hello all, I am to make an application using C# .Net which automatically dials the isp(internet service provider) and connects to internet. If the internet disconnects, it redial again automatically and reconnect. It is totally new taks as I am working in web page developement and have almost no idea of such tasks. Please help me and assist me. Thanks to all indeed, I would be very appreciative if you could email me the same :) I'm stuck on trying to get RAS to work in C# and any help would be amazing :D (in particular the whole RasEntry converting thing is difficult.) ...Show All

  • SQL Server Unlock account from Management Studio does not work!

    Hi, I recognized that I cannot unlock an locked account with Managament Studio for SQL Server 2005 SP1 (Login properties). I need to use 'ALTER LOGIN'-command from a query window. I found old forum entries mentioned the same problem. Is there a time frame to fix this problem Maybe in SP2 or SP3 Wolfgang Kunk Wolfgang, Could you please mark the question as answered if you don't need any further assistance. Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

  • .NET Development .NET equivalent for API

    Hie, does anyone know the .NET equivalent for the following API: FindWindow (Ex) SendMessage FlashWindow FindFirstFile (for file enumeration) i dont want to use THE API.. in the C#.. when the .NET classes exist... i want the equivalents Thanx This link talks about the FindWindow equivelant in C#: http://www.mycsharpcorner.com/Post.aspx postID=32 Also it shows how to close another process's window, No sure what's the call for that in Win 32 API, but you can at least do that in .NET! Hope this helps ...Show All

  • Visual Studio Problem with ReportViewer on Windows 98

    I got an error message in main area of ReportViewer control on Windows 98. "An error occurred during local report processing. The report server has encountered a configuration error. See the report server log files for more information." The object (dataset) which is used in reportviewer is located in the same app. The report work fine on virgin Windows XP with NET 2.0 and ReportViewer, but not work on Windows 98. Also where "report server log files " are located Help me please! Thanks! OK. It's an issue or known bug - noone is perfect. I didn't read the fine print. I presume that means it will be fixed with the next Service Pack for VS2005 or the Report Viewer Control. Microsoft always seem to have we ...Show All

  • Windows Forms Generic List Databinding to windows form

    H i All, I am trying to bind a generic list to the datagridview in the windows application. The data's are bnding and I could see the data's. The generic list is of type "customers" which has customerid, companyname,ContactTitle,Contactname etc. I have only three textbox columns defined in my grid but while binding entire customerdataobjects is getting binded.Ideally only the three columns such as customerid,companyname and contactTitle should have binded. why is this happening Did I need to specify any other settings other than this..... could any one guide me through this regards, Santha Hi Charles, I binded the grid using datasource property in the code behind. ...Show All

  • Visual C# How to use CoInternetSetFeatureEnabled in C# ?

    I need to use the CoInternetSetFeatureEnabled function in my VSTO app. Can anyone provide an example of how to implement this function in c# Thanks, Tad see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1070374&SiteID=1 and http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=919627&SiteID=1 ...Show All

  • .NET Development Can I store string in dataset?

    Probably there are easier ways to do what I want to do but here is my requirement. I need to store some tables as well as some strings in XML file for my application as a configuration. Currently I use dataset.WriteXML() method to persist data and retrieve data for my table but having problems with storing string values. I had to create dummy table in my dataset and populate with my string data (each string in different column). This is pretty ugly and I wanted something easier and more elegant to implement but I don't want to do a lot of XML plumbing. Basically what I need is ability to save configuration data for application to XML file. Data consists of tables and some string values. I know there are easier ways to do what I'm ...Show All

  • .NET Development Visual Studio 2005 + ASP.NET + Modules? =D

    I need some way that I can access a function across all of the pages within my site. The problem is that there seems to be no support for Modules. I'd use a class, but I don't want to create an object each time. I just need to call a function. Any ideas But that's not what he's asking. If the code is strictly for PAGE functionality as he indicates, then it should be based in a BASE CLASS inherited by the pages. Otherwise it is poor OO design to just toss everything into static (shared) calls. That level of abstraction is improperly implemented. If it is for the pages, base it in a base PAGE class. ...Show All

  • Smart Device Development performance profiling tool for Windows Mobile?

    Hello everyone, Are there any performance profiling tool for Windows Mobile Either for Windows Mobile 2003 or for Windows Mobile 2005 is ok (either simulator or real device is ok). Any reference quick start turorials I simply want to generate a result like gprof generated on Linux, like the percentage of each function consumed (and sorted from the most time consuming function to the least time consuming function) and the related consumed time stamp. thanks in advance, George Hi , I try to use Remote Performance Monitor Tool ( version 5.00 ) and I can not find a way to open log file created by this tool. Does this tool have some way to open it where it will be usefull to see I also do not see options ...Show All

  • Visual Studio HoLPackage Registration menu disappear

    Does anybody come across this problmen. When I download HoL package. Everything is fine but I can't see the resgistrate/unregistrater/quick registrate command on the context menu. If I create new guidance package project and I right click the project. it seems everything is fine. does anybody get idea for that With the HOL package open please go to Tools->Guidance Package Manager and enable the GAT package. This should make the registration options to appear when right clicking on a package project. Let me know if this fixes it. thanks, -Victor. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GraphicsAdapter.SupportedDisplayModes;

    I'm using the code below to check the supported display modes of my adapter. DisplayModeCollection modes1 = new DisplayModeCollection(); modes1 = GraphicsAdapter.DefaultAdapter.SupportedDisplayModes; I've tried this code at work on a laptop and at home on a desktop (2 different vid cards) and each time the DisplayModeCollection is empty (count = -1). All the other members of the GraphicsAdapter class are showing up (driver version, name, deviceID etc. etc.). I'm trying to make a config panel template so therefore need to know what resolutions the user's vid card can handle. TIA, lushdog I click this link https://connect.microsoft.com/feedback/CreateFeedback.aspx SiteID=226 and get sent to Account Services ...Show All

  • Visual Studio Express Editions 50% CPU usage when idling

    Hi, My VB program mystyriously consumes about 50% of the CPU power when idling. Is it possible to find out what the CPU is doing and where it spends the time How do you do that Any advice is appreciated. Regards, Daniel A Flaw in .NET 2. A memory leak problem that is okay. The 50% is almost all .NET resources running There's an article that I can't remember where it is but it explained how that was 50%. Don't worry because it won't heat or damage your system. And that 50% when idling is the .NET services. Don't you notice that .NET isn't on the Process List Hope it explained Keehun ...Show All

  • .NET Development Reusing SQL statements

    Hi, I am new to C# and I am having problems using Paramaters.Add... I prepare the "INSERT" statement and inside a loop I set the values for each parameter and call ExecuteNonQuery(); Something like: while (Stream.hasData()) { par1.Value = userId; par2.Value = userName; par2.Value = userPass; insertCmd.ExecuteNonQuery(); } The first time it works fine, but the second time I get: "Operation is not valid due to the current state of the object." I am using .NET 1.1 - I can't use 2.0... :( and SQLite 3 Thanks in advance Ok! The code below is really similar to the code which I am getting errors. checkCmd.CommandText = "SELECT userId FROM users WHERE userId = @use ...Show All

  • Software Development for Windows Vista Digitally Signed Third Party DLLs, OCXs Test Case 5

    Test Case 5: Each application executable with an extension of exe, .dll, .ocx, .sys, .cpl, .drv and .scr must contain a valid signature in order to pass this test case Background : Our application uses a number of third-party components, some of which are digitally signed and some of which are not. For those that are digitially signed, the certificate is valid but has expired. Let me say that these are not old components, unless you consider 2004 old. The DLLs and OCXs involved are 32-bit ActiveX controls or libraries used in our application that is developed with Visual C++ 6.0. Moving to .NET would be a huge undertaking and not worth it just to get certified for Windows Vista. As an example, we use SoftwareFx's ChartFX A ...Show All

©2008 Software Development Network