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

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

jrcdude

Member List

Rodrigo B. de Oliveira
eugenz
squeezy99
connexion2000
andris11
ankurtech
Soft-Landing
houtexwebdev
Frederik Vantroys
JFoushee
Preston M. Price
flarebol
bw12117
justicelin
Eyalrev
David Ray
Sudheer Palyam
Alex MacFarlane
VipulShah
John McMillion
Only Title

jrcdude's Q&A profile

  • Visual Studio Tools for Office Excel document with auto increment

    Hi all. Now I've got a problem, which I think you, who knows Excel, can help me to solve. I have one .xls-document which will be used as a template for invoices and then I need to have a invoice number which is auto increment. I've solved that part by adding a new module in the Visual Basic editor: Sub auto_open() With ActiveSheet.Range("A1") .Value = .Value + 1 End With ActiveSheet.Select End Sub It works perfect and gives it a new invoice number for each time you open the file. The big problem comes next when you save the file, then the number will increase for each time the document is opened. The solution I've come up with is something like this: - One excel document with the invoice number - One template which get the number ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Applying custom effects to an imported model

    Hi everybody! I'm playing around with my shiny new Beta2, and I'm loving it. :) I've hit a bit of a stumbling block, though: I have a .x model that I've imported, which was pretty elementary.... What I've not been able to do is find the proper methodology for associating a custom, imported effect with the meshes in my model. How exactly do I do that And what if I want different material effects applied to different meshes in the model Thanks, and I appreciate the help! hello I tried again and again and ..again.... and nothing seems to work, I tried different things, different models etc... In the kobalt example, is nice but you are using you own camera class, and I think my problem is in the wol ...Show All

  • Visual Studio Express Editions Microsoft Visual Basic 2005 Express Edition Problem!!

    I was making a new project, so then i press "Windows Application", then i name it, then i press ok. But then This Errors Pops UP! So anyone can solve this problem for me pl0x This is what I had suggested earlier on. To change the username, you can:   right click on my computer > manage the select "Local Users and Groups" select the "Users" subkey/folder in the right handside pane, you will get a list of accounts. Right click YOUR account and select "rename" and rename the account. This may work.   You can also do it this way Open control panel Open "User accounts" Click your account/username Click "Change my name" Enter the new name and ...Show All

  • Visual Studio 2008 (Pre-release) LocBaml doesn't work when ResourceDictionaries exist

    I am having problem with satellite assemble generated by LocBaml tool while I am trying to access value from a resource dictionary. It works for en-US but when culture changes to de-DE, it finds it difficult to access values from ResourceDictionary. Parsed file shows all info about XAML controls on all windows as well as the info about resources in Resource Dictionaries. After translation & regeneration of the satellite assembly, that doesn't work. If I don't have resourece dictionary, localization works fine for all cultures. I am using these dictionaries to dynamically change themes (not based on culture) for Branding purpose. Pls help. Thanks. Yes, it is throwing an exception when it tries to ge ...Show All

  • Smart Device Development Launching Application is not working good

    I'm trying to debug a smart device application under Visual Studio 2003. The application is deployed on a windows mobile 5 device. Everything works fine when I try to debug : - compilation is ok - deployment is ok but when VS2003 try to launch the application, nothing occurs (no launch and no error message, but if i execute the application manually, it works). I read a lot about this problem... I try to install the toolhelp.dll in the windows directory. But It still not working... If I do the same operation with a VS2005 everything works fine. Unfortunately, I have to use VS2003. Any ideas for me ...Show All

  • Visual Studio 2008 (Pre-release) How to make working certificate ?

    Hey! I've problem with generating certificate using makecert. makecert -r -pe -ss my -sr LocalMachine -n "CN="%ComputerName% -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 I am using syntax like above. I've IIS and my client on the same machine and I want to connect them using https. But the problem is when I try to do so I got error in my client telling me that security channel cannot be established. It's for 100% certificate fault I checked with my browser it also isn't happy about this cert. How can I force my PC to trust this certificate I copied it to trusted root certs [or something like this] and I tried also to export it and import and 100 other thing ...Show All

  • Visual C# Enterprise Library, Logging Application Block, Custom Filter

    The documentation states that to create a custom Log Filter, I need to derive a class from LogFilter which " ... must also have CustomLogFilterData as the type specified as the value for the ConfigurationElementType attribute" However, the attribute ConfigurationElementType does not exist in the namespace " Microsoft.Practices.EnterpriseLibrary.Logging.Filters". When I try to setup the Filter in Enterprise Library Configuration, it says there is no class inheriting from LogFilter in my assembly, and I presume it's because of this missing attribute. Does anybody know where the attribute can be found Thanks, Sagitt, for your reply. Still having trouble with Custom F ...Show All

  • Visual Studio Express Editions Multithreading and and "encroachments"

    Hi, I'm developing on a new vb.net-application with the Visual Basic Express Edition . Now I have to use a backgroundworker for a longer process. But I'd like to keep the user up-to-date, what the application is currently doing. So the Backgroundworker has to change some labels in the main Form. Now the Question is: How to get the backgroundworker changing the label in another thread I know, that I have to use invoke and delegate , but I don't know, how. Can someone explain this to me Thanks, Greetings from Germany and Regards, Fabian If that walkthough did not provide enough direction...please take alook at my solution in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=839421&SiteID=1 There i ...Show All

  • Visual Studio Express Editions Add button to title bar "vbExpress 2005"

    hi I have seen some programs with four buttons on title bar. And I wont to create my own button on title bar to send my application to tray. Someone can help me with this problem Thanks Crikey... Okay, the question was: "how to add buttons to the title bar" It is possible to do so, with the win32 API calls. A quick search on the good old internet via Google results in this as a relevant answer. I haven't tried it, but it looks similar to what I had done previously in VB6. http://www.codeproject.com/vb/net/transmenuandtitlebuttons.asp think this will set you on your way. ...Show All

  • Software Development for Windows Vista I am getting error while opening a WF ProcessInstance

    Server Error in '/' Application. Hi keshavbs , I received the same error. It seems that if something changes in the workflow then this exception occurs. My scenario : Fetching the instance of a state machine workflow from SQLPersistence store. What changed : Changed the event arguments to include another public field Resolution : Abort workflow instance and submit new instance Regards Jaco ...Show All

  • Visual Studio Exporting to Excel Using Old Code

    I am trying to create a page to export a report to a pdf. I am using the same code I used in Visual Studio 2003, but it can't find the report class. Is it because the rpt file is not in the same namespace as the export code Here is my code. Is there an easier way to do this in 2005 Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.IO Namespace DocumentComments Partial Class pdfActivityReport Inherits System.Web.UI.Page Dim oRpt As New rptActivityReport() # Region " Web Form Designer Generated Code " 'This call is required by the Web Form Designer. <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeCompone ...Show All

  • Visual Studio Express Editions Microsoft Visual C# Express Edition does not support debugging the code specified by the project

    Hi, I have inherited a C# Windows application built using VS 2005 Professional or Team Edition, I am not sure which. I have built the solution successfully and the exe runs OK. However, I am unable to debug the application; whenever I try to debug or even press F5, I get the error: Microsoft Visual C# Express Edition does not support debugging the code specified by the project. By the way, I am calling an unmanaged C++ DLL from the application; I don't know whether this is relevant, but I thought I should mention it. Thanks Hossam Hi, This is the type of code that is used to declare the API functions in the C++ DLL called "LNIndexingDLL.dll": //Global Indexing ...Show All

  • Visual C# multithreading

    I need to do multithreading. It is my fist attempt. It failed. This is the setup: There is a form with tabControl and a few pages. There is a progress bar on one of them. It is supposed to measure progress of file downloading. WIthout multhithreading it is dead while the files are downloaded and then in the end it jumps to 100%. This is what I did. Everything compiled but the progress never was activated even after the downloading was over. In other words my code actually made the things worse. In the main form I put in this code at the start of procedure that is handling the download: ThreadStart threadDelegate = new ThreadStart ( Work.DoWork ); Thread newThread = new Thread ( threadDelegate ); newThread.Start ( ); T ...Show All

  • Windows Live Developer Forums VE Collection Question

    Hey, I have a question about my VE Collection code... The code I have is below. I was wondering if there was a way to somehow change the code to make it so it loads as soon as the page is loaded (you dont have to click a load button). If you could help that would be great! Thanks   <html>    <head>       <title></title>       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">       <script src="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script>       <script>          var map = null;   & ...Show All

  • SQL Server Column Header for Matrix Report

    I have a matrix report, which looks like the following: Header C Header D Column A Column B Column C Column D Column A and B are Row Group columns in the matrix. Column C and D are the details columns. How can I add column header to column A and B. Seems I cannot do it in Reporting Services 2005. Fan You can do, just need add more report componets on the report and manualy adjust the layout. 1. Drag and drop a rectangle componet to the first cell of the matrix 2. Drag and drop two textbox components into rectangle, set cangrow to false(also need set cangrow=false to Header C and Header D) 3. Change caption for those two textbox, then adjust the width and height. ...Show All

©2008 Software Development Network