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

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

wolfkrow

Member List

soconne
jhudson
Nilesh Ingale
James A. Gayhart
ScorpEagle
barkingdog
Malstrom
chaza
Marcel_Von
Feng26
mitchwardrop
gabo_uy
sherif attia
yanivpinhas
Greg Van Mullem
Patrick Sears
feby
i7hira7
StealthyC
Aaron Silverwatch
Only Title

wolfkrow's Q&A profile

  • Visual Basic Deployment Option

    Hello, I want to deploy a .NET 2.0 app using click-once, but I want the program to be installed on the hard-drive of the user. I set it up using publishing to deploy to a file share, where a setup program was. Does it install on the user's computer It seems to just link to the share. How do I install on the user's machine, and deploy updates through click-once, kind of like how Reflector works, where you get a prompt that your program is out-of-date and you want to update Thanks. If you check the "This application is available online or offline", it will be installed under the current user's account on the local machine. Check out http://msdn.microsoft.com/msdnmag/issues/04/05/click ...Show All

  • Visual Basic How can we restrict copy between hard disk and removable disk?

    Hi All, I need help in restricting copy between hard disk and removable disk, can some one hint me as how can this be done. The basic idea is to stop leakage of data. Regards, Dinesh You do this by setting up security policies that prevent this and by not giving ordinary users local administrative access to their systems. This is a network administration function, it's not something that you would do from application code. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What am i working on MDX-1.1 or MDX 2.0 or anything else........?

    Well all i know is i installed the DirectX Aug2005 SDK...update..........and i have installed Visual Studio 2005......and i found references for microsoft.directx and microsoft.directx.direct3d and now i am developing directx CAD app in VB.net and problem is i have been reading on many sites and forums that....MDX2.0 is dead. what am i developing stuff on am i using MDX 2.0 or MDX 1.1 or this new XNA.... i have installed .NET Framework 2.0 in my system. Actually August still had MDX 2.0 in it, though we are expecting it to be missing in the October SDK. If your app runs then you are on 1.1, 2.0 has a timbbomb that expired yesterday so you will get an error about expiration. Check the version number ...Show All

  • Visual Basic Terminate program from nested function

    Hi, I'm writing a .dll. I'd like to know how to stop all the code running from anywhere in the solution. For example: -A class of the .dll is called from an .exe. -Function A is called from the main sub. -Function A calls Function B. -Function B calls Function C. -I need to terminate all the running code from Function C with a simple method/function. Is there an easy way to do this Sometimes it gets very long to propagate error handling back tho the main sub when deep into functions. I hope I explained it clearly. JakkyTchong Something like this should do it: Imports System Imports System.Diagnostics Imports System.ComponentModel Public Class Class1 Public Sub KillMe() Dim currentProcess ...Show All

  • Windows Forms updates

    hi, lets say on a dgv, 3 transactions are done. 2 deleted row, 1 new row. and then save is pressed. if the second deleted row is related in another table, the whole update is cancelled. how do i prevent this i need to be able to execute 1 delete and 1 add, inform the user that 1 delete was not done, if possible which one too., well,, can i also have a log at that point of all transactions done. my actual code is like that. Public Class DataAccess Public Shared Sub SaveSource( ByRef bs As BindingSource, ByRef dt As DataTable, ByRef da As Object ) Try 'Dim curr As DataRowView = bs.Current bs.EndEdit() da.Update(dt) da.Fill(dt) MsgBox( "Record(s) saved" ) 'dt.A ...Show All

  • Visual C# JLCA converion report links do not work?

    I'm running VS.NET 2005 Enterprise and I have run the JLCA on a set of Java files and it has generated the Conversion Report but when I click on any of the links I get the following Sorry, no topics were found for the selected link. Keywords = IndexMoniker = Source URL = the links in the report are of the form; ms-help://MS.VSCC.v80/dv_commoner/local/redirect.html index='!DefaultContextWindowIndex'&keyword='jlca1133' I have downloaded and run the JLCA help installer (which I realized later may be the cause of this problem) and it installer completed without error Any ideas of how I can get the help on JLCA to work Hi David The problem reporting by you will occur if you dont ...Show All

  • Software Development for Windows Vista Smartcard based authentication with CardSpace

    When choosing to use Smartcard based authentication with CardSpace, how does the transmission from the certificate between the smartcard reader and the STS takes place The Information Card specifies the thumbprint of the certificate to look for, but what is the exact technical background; does it just searches your computer's Certificates store and all smartcard drives for that certificate, and then sends it towards the STS Would like to know more about it, since nothing specifically seems to be documented about this feature I think I understand your problem a little better now and can see what you are trying to do. The bad news is, and hopefully I'm wrong here, is that this feature ...Show All

  • SQL Server cryptic error processing measure in AS 2005 SP1

    I am getting an error upon completion of processing a measure Errors and Warnings from Response MdxScript(UPC Chain Sales) (56, 5) Parser: The syntax for ',' is incorrect. The measure seems to process successfully then the process fails with the above error. Any idea what's happening ...Show All

  • Windows Forms listview mess up

    Hello: I post this at dotnet.framework.windowsforms , but did not get the proper answer. Hope you can help me here. Thank you.   In my windows form, I have a listview to display all the icon images, image size from 16 to 24. there are no text for them. it works just fine before I move listview a little and change size a little. now listview only show 3 columns of images instead of 7 columns. there is big space between each column which I would like to get rid of.   I tried to move it back to orginal location and size, but does not work. Does anybody know what's wrong there   Is this a good idea to display a lot  (> 500) image to select Thank you for your help Wes Yes, I move an ...Show All

  • Windows Forms Problem with Debug Output

    I recently updated my virus application and have noticed that (whether it's running or not) the virus program will continually output DLL load/unload messages to my Debug Output window, which makes testing a huge pain. The messages are as follows: 'LogCopy.exe': Loaded 'C:\Program Files\Trend Micro\Internet Security 2007\TMAS_OE\TMAS_OEHook.dll', No symbols loaded. 'LogCopy.exe': Unloaded 'C:\Program Files\Trend Micro\Internet Security 2007\TMAS_OE\TMAS_OEHook.dll' I'm using MS Visual C/C++ 2003 and am building a .NET Windows Forms application. I've written the software vendor about this problem, but was wondering if there's a way to filter out the messages in the Debug window itself In case anyone i ...Show All

  • Visual Studio 2008 (Pre-release) how can we save the conent of rich textbox to an xml file

    hi there, i am wondering how can we save the conent of rich textbox to an xml file. i have many richtextboxes but i need to save all those to one file. thanks prasanth http://blogs.msdn.com/llobo/Default.aspx p=2 thank u for ur reply some how i am not able to view this link. thanks prasanth ...Show All

  • SQL Server SQL Express, Saving Queries?

    I opened up a new project using Visual Basic Express, and selected the SQL object to start creating a database. Well I finished putting all of my tables together and started making the queries but for some reason I can't save them like when I finished making the tables. When I finished making the tables I could just click the disk icon and name the table and it would appear in a drill down menu on the left. However when I do that with the queries it just says it's saving in the lower left corner but it doesn't do anything I am new to VB & SQL so any help is appreciated. Thank you. Hmm, that seems kind of odd then because it should have given me the opportunity to name the file when I chose save as but that wasn't an option. ...Show All

  • Windows Forms Cannot open Designer

    I cant open the designer because of this warning: Warning 1 Object reference not set to an instance of an object. 0 0 Please HELP!!!!!!!!!!!!!!!!!!!! Don't panic. It was probably the last control you added to the form. In the Solution Explorer, click "Show All Files". That reveals a "MyForm.Designer.cs" file. Open it and delete all references to your problem control. Build. If you got it right, you can again open the form in the designer... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Performance Questions

    I have two questions regarding how much of a hit certain practices might take to the speed of the game and if anyone has taken the time to run the system through its paces yet. 1) How badly does using accessors (private members with public get and sets pointing to them) tax the system. I can't imagine it being a whole lot, but I can see if you have enough classes in use at the same time, it would add up. In my other, non-gaming, applications (both web and window) I make a strong practice out of never exposing members to the outside world unless it is done via a property, but I noticed that the SpaceWars demo either doesn't do that at all or does it very infrequently. I also remember the GarageGames guys at GameFest, I believe it was the ...Show All

  • Visual C# Help required to solve circular dependency problem in vb2005

    I am working on an application design that requires two projects to cross reference each other. I found the excellent Formfactory / Interface example/solution (listed below) on this forum. Unfortunately I am not C# literate. I understand and appreciate the method, but my attempt to convert it into vb2005.net has been defeated by the C# syntax. I would greatly appreciate someone (multilingual) providing a translation into vb2005.net Here is the C# solution: The pattern to solve this is abstract class factory , together with the singleton pattern. What you have to do is the make a classfactory for the forms . This classfactory you can place in your main program, which anyway MUST reference your assemblies, thus it w ...Show All

©2008 Software Development Network