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

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

Bollwerk

Member List

Bakker
Al C.
Carl Meek
blars
BillR2
D Davidson
rhoule
Jannet
crazyy
Yael
Bill Hertzing
Jezzrel
Ahmed Mostafa
shaul_ei
jscgraggs
russk
NE Programmer
James 2
Nele
wabbit
Only Title

Bollwerk's Q&A profile

  • .NET Development VB6 and CCW's

    Hi, I need to start writing a set of classes that will be used by our VB6 application. Because I have'nt done much in the past with COM interop, I was getting a bit confused as to what attributes I need to use on my managed classes. for example, do I need GuidAttribute and ClassInterface and ProgId, or just a few of these Remebering that these .NET classes will only be used by our VB6 code, nothing else. Thanks for your help Graham The attributes are optional, yes - as is defining a class interface - but these are important things to do or you will have development and deployment hastles. I've answered many, ...Show All

  • Visual C# Open a file on a network resource

    I am trying to write an ASP.Net 2.0 (c#) that will open document files (.doc or .pdf) on a network resource (ie. '\\network_location\files\document.pdf") that requires user authentication. Is there a way to call an open file command that passes active directory credentials so that the files will open Example of filepath trying to open: \\network_location\files\document.pdf i dont know about 2.0 but in 1.1 you could use IdentityImpersonate=true and pass any credentials you want. heres some info on it, hopefully it'll help you a bit: http://msdn.microsoft.com/library/default.asp url=/library/ ...Show All

  • Software Development for Windows Vista How to troubleshoot custom designer for sequential workflow

    Hello, In the post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=160891&SiteID=1 , Arjun describes how to define a custom designer for a sequential workflow.  As noted in that post, I've tried to imitate Arjun's steps but my custom designer does not appear to be loading.  I'm reposting the following to hopefully get some visibility: I've tried overriding the HelpText and ShowSmartTag properties but I don't see any change to the designer.  I also put debug statements in the constructor of the MyDesigner code and they don't get displayed.  I've attached to the devenv.exe process in another instance and set ...Show All

  • Visual Basic Cookies are not retain in a new I.E. Browser window if created from a winform using AxSHDocVw.AxWebBrowser or WebBrowser.

    Hi, It looks like I am not retianing cookies. I can only assume this, becuase I don't have first hand access to the website that I need to use. I have used both (AxSHDocVw.AxWebBrowser - COM and WebBrowser - controler) in a winform and get the same results... The probem comes to play when a new window is created by a webpage (not my own and I do not have control over that website) from the webbrowser control and then the cookies are not sent to this new I.E. browser. But, note that if you remain in the same window (single instance of the web browser control) it seems that the cookies are sent to the next page. I need to display t ...Show All

  • Windows Forms Can't adding Common Application Data Folder to Setup project

    In File System Editor of an Setup project it is not possible to add the special folder CommonAppDataFolder. I have a access database file in my project that should be installed once for all users. So I want to put it in the application data folder off all users. Any idea how I could do this Thanks. Jo Jo, although the CommonAppDataFolder is not inherintly supported by the Visual Studio setup projects it is easy to add. Select add new custom folder Change the Default Location Property of that custom folder to [CommonAppDataFolder]   ...Show All

  • Visual Studio Team System Build failures after upgrade to RTM trial

    Hi, We just moved from RC to RTM trial. In doing so, we did not go through upgrade process but rather made a clean install of trial edition which will update with product key when our vendor gets them to us. Anyhow, I've added my source back to a new team project and created my team build and updated TFSBuild.proj to the one I had working in RC. I also created a simple test build for the same project via team build wizard. The simple build works fine meaning it gets source, builds binaries, and drops on unc. The build that I migrated gets source fine but then hangs in MsBuild.exe. If I kill the msbuild.exe on server then the team build will ...Show All

  • Visual Studio Team System How to: Customize the build reports

    Hey there, I already know how to add lines in the build log file. But now I need to add information to the report that ends up on the project portal. I have read the SDK part about extending the Team Foundation Reporting Warehouse but I'm not sure this is what I'm looking for... Any pointers Thanks!!! If you want to add information that's already in the warehouse to the report, then you can just edit the report to include that. For example, if you want to add the number of bugs found in a build (and your Bug work item type uses the Found In Build field), then add the Cumulative Count measure, sliced by Found In.Build. I beli ...Show All

  • .NET Development Problem with 'Oracle client' and 'ODPnetOnly'

    Hi all ! I have both Oracle Client and ODPnetonly on my system. They have their different homes. If the path of Oracle Client (D:\oracle\ora90\BIN) is before the path of ODPnetonly (D:\odpnetonly\bin), then I have a problem. In this case, my web applications (in C#.net) don’t work but my console applications (in C#.net) do. And if I change the path of ODPnetonly before the path of Oracle, then my web-applications work but my console applications don't. So please tell me what is wrong with my system. Is there any problem regarding installation of 'Oracle Client' or ODPnetonly (I installed 'Oracle Client' before the OD ...Show All

  • Visual C# Changing CheckBox Checked

    I have three checkboxes on a form (Employee, Buyer, Seller) that I would like to show checked if the value of is_employee, is_buyer, and is_seller is "true" in my Account table.  This code is part of a form to search by last name.  Everything works except the checkboxes.  (The MessageBox.Show statements were just to test).  The values of Employee, Buyer and Seller get set to "true" or "false", but the checkboxes remain unchecked.  Thanks for any help! private void lbMatchingAccounts_SelectedIndexChanged( object sender, EventArgs e) {    panel1.Visible = true ;     String SQLStmt ...Show All

  • Windows Forms ClickOnce Downloading

    Ok, I have a 15.1 mb ClickOnce application. No errors in the build. I have successfully published to our web server, IIS 6.0 with http compression enabled. Everything works fine but we are getting inconsitent errors when downloading and installing. Here is the error report. I am not sure who the remoting host is. Is it our internet server Our ISP Or is it ClickOnce code Please help. We plan to deploy our application using ClickOnce right away but it has to perfrom as expected and even be downloaded  through dial up. Here is the Error Report: "PLATFORM VERSION INFO  Windows    : 5.1.2600.131072 (Win32NT)  Common ...Show All

  • Windows Forms Certificate Details in Web Browser

    Hi,    How can I get the certificate details from the web browser control    Like when I double click on the padlock in IE. ...Show All

  • Windows Forms For consideration

    Some of these would be better suited to the VS.NET team, I'm not sure how much the winforms team and the VS.NET team work together. 1) I know this would be difficult to implement, and not even sure if you guys have control over VS.NET, but it would be nice to be able to declare super forms/controls as abstract for visual inheritence AND still ...Show All

  • Visual C# how to track and count printouts

    hi all i need to track printouts taken from a printer using C# code.actually i need to count printouts taken in a particular time.Is this possible Can we use eventlog if so how to do it .plz help me....;-) thanks in advance pubs ...Show All

  • SQL Server valid dbo user

    Hello, I'm brand new to Visual C#. I'm trying to create a database to link a windows form to. I've made some tables and when I try to create a database diagram I receive an error: "The database does not have a valid dbo user or you do not have permissions to impersonate the dbo user, so database diagramming in not available. Do you want to make yourself the dbo of this databases in order to use database programming " When I select "Yes" I again receive an error message. Can anyone tell me how to access teh dbo account or give myself permisssion to impersonate the dbo account I'm following a tutorial, but of course th ...Show All

  • Visual Studio a question about matrix and subtotal

    hi, all, i need a report like : A B total a 4 3 1 b 5 1 4 the total = A-B , can i use subtotal to do this in matrix control Thanks ...Show All

©2008 Software Development Network