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

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

Zadoras

Member List

jtalbotfdr
Whoisit
Floaf
rod_r
SuzukiBandit
cgraus
Unforg3ttable
Tim F. Fischer
Sébastien Nunes
Steven P.
Jehan Badshah
HyperDrachen
readme55555
Eric Eichler
A-Style
Gosovic
shmulik_segal
doug finke
Speedie
Venu Konda
Only Title

Zadoras's Q&A profile

  • SQL Server Custom assembly deployment

    I have a custom assembly I have devlopemd that calls a web service to retrieve data from a remote server. It works fine within VS2005 Report Designer but is erroring when it is deployed to the live report server. I have carried out the following things to get around this and have now become completely stuck: Marked the assembly with the AllowPartiallyTrustedCallers attribute Added a CodeGroup to the rssrvpolicy.config file immediately below the $CodeGen$/* code group (see below) < CodeGroup class = " UnionCodeGroup " version = " 1 " PermissionSetName = " FullTrust " Name = " PeopleFinderWrapper " Description = " Code group for my data processing extension &q ...Show All

  • Visual Basic What To Install From VB Installation CD To Let Users Run My Application And Not Enter VB

    The best way for me to do what I want to do is install on all PCs (using VB installation CD) the minimal requirements to run my application which uses VB 2005, ADO.NET to read/write to an Access database, and Crystal Reports. I ask you what, specifically, should I install on all these PCs from the VB 2005 installation CD After that the next thing I will do is I give each PC user a shortcut file (having a nice icon that says database on it) which runs the exact same executable on a shared drive. My application already has the capability to tell users if someone is already actually using the database via a warning message. The hope is that only one person will use the database at a time. There aren't many users so this sho ...Show All

  • Visual C++ Get all files in a directory in C++

    I am supposed to read in all files from a user selected folder (user browse to a directory). How can I get the list of all files in that folder I am using VC++. Thanks, You want FindFirstFile / FindNextFile . ...Show All

  • Windows Forms WebBrowser stealing focus

    Hello, I would like to ask. I have WebBrowser component in my WinForms app (.NET 2.0). I display my own html pages without navigation. The WebBrowser intialization is: this .dataDisplayWebBrowser.Navigate( "about:blank" ); this .htmlDoc = dataDisplayWebBrowser.Document; this .htmlDoc.MouseDown += new HtmlElementEventHandler (htmlDoc_MouseDown); this .htmlDoc.MouseMove += new HtmlElementEventHandler (htmlDoc_MouseOver);   Displaying page: this .htmlDoc.Write(html); this .dataDisplayWebBrowser.Refresh();   Problem: When I click to the browser once time, it gets focus. It is OK, but after all new pages displaying, it gets the focus again without need to click. I want to prevent it, be ...Show All

  • Visual Studio I am using vc6.0 to display data with crystal report. How can I create a text object with API in vc environment?

    I am using vc6.0 to display data with crystal report. How can I create a text object with API in vc environment I appreciate your help. VC6 is no longer supported. Are you using the latest version of Crystal Reports, or an older one If an older one, then this question is definately off topic in these forums. www.codeproject.com is an alternative site that still accepts VC6 questions. ...Show All

  • Visual C# How to get 'ENTER' key event for a button...?

    Hi... In my application i want to an event for ENTER key pressed on keyborad. Actually i have entered some values in textbox & on pressing a button i should save that value in a variable. & i want same thing should happen if i press ENTER key on keyboard. How can i do this... Thanks inadavance, Vinay again, everything you need is in the KeyDown event. you just check the e parameters and thats it. so CTRL + C: if (e.Control && e.KeyCode == Keys.C) { ///do your thing } ...Show All

  • SQL Server SQL queries time out during backup

    Hello, I am new to the forum and hopefully someone can help me with the problem I have. Lately, I noticed that my sql statements are timing out during the time SQL server is running backup job. The errors I am seeing in the log are: Process 59:0 (724) UMS Context 0x06403BC0 appears to be non-yielding on Scheduler 1. Error: 17883, Severity: 1, State: 0 I am running SQL Server 2000, Enterprise (SP4) I believe this problem should have been fixed in SP3a. I even tried rolling back to SP3a, but still experience the same problem. Does anyone else have experienced this issue Thanks. Can you send your SQL errorlog file to me at kfarlee@microsoft.com It is located in the SQL install t ...Show All

  • Visual Studio Tools for Office How to create and use Word object of office 2003 in VB.NET 2005 or Asp.NET 2005?

    Hi All, As you all guys know How to create word object in VB.NET 2003 using different version of Office as mention below. 'office xp Dim wordApp As Word.Application wordApp = CreateObject("Word.Application") 'office 2000 Dim wordApp As Word.Application wordApp = New Word.Application 'office 97 Dim wordApp As Word.ApplicationClass wordApp = New Word.Application I developed one application in VB.NET 2003 to open a word object and I have office 2003 installed in my pc. I declare word object Dim objword As Word.Application objword = CreateObject("Word.Application") and it works fine in VB.NET 2003. Now i want to transfer same code to VB.NET 2005 but it gives me error "Cannot creat ActiveX Co ...Show All

  • Visual C++ Programmatically change Network Property

    How can I programmatically change setting in Local Area Connection property using C++ application I need to uncheck some property and then check it back. For example File and Printer Sharing for Microsoft Networks. Thank you. Ilya This question is outside of the scope of this forum (Visual C++ 2005 as a tool, not network programming). Try asking your question in one of the MSDN newsgroups like: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.networks&lang=en&cr=US ...Show All

  • Visual Studio Symbols for release version?

    I have a release version which fails if started by opening the .exe, but works if started with the debugger (F5 in VS2005). I have the map and .pdb files from the release build. Since I have JIT debugging enabled, the access violation which causes the crash opens a dialog which asks me to select a debugger. Is there any way I can tell this debugger to use the map and/or program db to get a symbolic display of the call stack, etc After you have selected the debugger in the JIT dialog and broken into the debugger you can then load symbols. You can do this using context menu in callstack window or modules window or go to Tools -> Options -> Debugger -> Symbols and setup symbol paths and click OK. ...Show All

  • Visual FoxPro vfp command to eject a cash drawer

    hello, i would like all you experts to help me out in figuring out how eject a cash drawer after finalizing the transaction. I need it to be done in vfp. my second question is, what is the command to write the code to print the transactioin in the receipt printer. thank you in advance Jason Unfortunately I don't have an exact answer as I do not use the device. Cash drawers are either RS-232 or USB connections, right You generally access RS-232 through MSComm or some ActiveX and you send the proper command (like CHR(12) to eject paper in most old printers). Wouldn't the command you are looking for (how to open cash drawer) be in the cash drawer manual I wouldn't be surprised if they use the ASCII form feed&nbs ...Show All

  • Visual FoxPro One works only when other not touched?

    Hi, In single Table form there are "Report & Invoice" command buttons. The problem is if "Report" execute once "Invoice" won't do anything and vise versa. Also Is there any command that will preview the report in maximized size instead of clicking it every-time   "Report" command button code is: REPORT FORM monthly.FRX PREVIEW   "Invoice" command button  code is: REPORT FORM invoice NEXT 1 TO PRINTER preview   Any help well greatly apprecite, Thanks Just add NEXT 1 to your REPORT FORM ... PREVIEW command. The problem is that right now, you have it reporting on all records, which moves the record poin ...Show All

  • Software Development for Windows Vista TIP Txn resolution (*ONLY* failed to notify)

    Hi, It appears that DTC is not fulfilling its end of the bargain when it acts as coordinator in a distributed TIP transaction. I deliberately killed my Transaction Manager after it had successfully returned a PREPARED response to the DTC. I then pulled the plug (literally) on the network connection. After bringing my TM back up, it began waiting t3$tip_unresolved_search_detent seconds between attempts to obtain the outcome of the txn from DTC. I then restored the network connection, and to my astonishment, DTC just sat there content that my loyal Resource Managers (Rdb) were enforcing the ACID properties of a true 2PC and locking all affected rows. After some many minutes of inaction, a net stop/start msdtc was able to force a com ...Show All

  • Visual Studio Express Editions code not associated with a button

    I need to have code that collectes UDP frames from another computer (port 1234). I found some examples but the code is not part of a button. I have yet to find anything telling me how to add code that is not associated with a button. The code example is here: http://www.codeproject.com/vb/net/Silence_Socket.asp But it does not tell me where in the project/solution to put it. What window do I open and how do I open it How or what starts running the code Thanks for your time Hello ahmedilyas, I suspect you are overestimating my knowledge. You say where I put the code is up to me. But if I paste it in below some code that was automatically written for a button, I get errors. And if I did not get the errors, what wo ...Show All

  • Visual Studio Express Editions IE Plugins

    how can i add my IE plugins to my web browser i'm making HOW COME I'm NOT GETTING AN ANSWER !!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!! ...Show All

©2008 Software Development Network