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

Software Development Network >> AP Erebus's Q&A profile

AP Erebus

Member List

Bharat Bhushan
GPU
kennm
Dave987654321
Tigers21
Sephiroth_
Derek Nedelman
Tryin2Bgood
Eric Marthinsen
Rattlerr
kforrey
Dano007
GeoffNin
Tom T.
Gaurav_tech
sloth77
Stéphane Beauchemin
Laurent Kempé
scribework
Marlun
Only Title

AP Erebus's Q&A profile

  • Visual Basic i need an out look clone in my project any one can help me

    in my project i need an outlook clone in order to sent a bulk mails to 120 mail id's at a time can any one help me how to solve this problem ...Show All

  • SQL Server Dynamically passing a Parameter Name to Custom Code

    Hello, I'm trying to create a custom code function for Reporting Services. I would like to have it user-friendly and give the user the ability to pass a report parameter name into the function (so it can be a generic function that can be used for many reports). Is there a way to do this so inside the code I can have access to other properties of the object I envision something like: Function Blah(ParameterName as String) as String Dim MaxNum as Integer Dim ParamValue as String MaxNum = Reports.Parameters!ParameterName.Count - 1 ParamValue = Reports.Parameters!ParameterName.Value etc... Is this possible I can't figure out how to do this. Using dynamic SQL you can do this very easily by concatenating string values toget ...Show All

  • Windows Forms Validating serial number while installling

    Hi all I've created setup file for my project am using vb.net & asp.net while installing the setup i need to validate the serial number am using orca tool,but i need to create one dll to validate i dont know to create dll,can anyone help me how to create dll using vb.net thanx in advance If you're trying to create a Win32 Custom Action Dll for the setup to call, you can't do that with Visual Basic. I suspect you're using Orca because you're using this article, and that's also why you're asking about a Dll: http://support.microsoft.com/kb/253683/en-us You can't do this in VB. That example in the kb article requires C++. ...Show All

  • Visual C++ How to access web page files using C++

    Hi all,    I have a list of web pages that I need to pull certain numbers from and will need to do it frequently, thus a program that has the list of address to pull the data from will make my life easier.      Can you access web pages like you would to access files on your computer using the fstream library.  The idea is to then parse through and find the certain tag, for example: I need to find the living area of a home on the site, I would like to open up the file, in this case and .asp.  Then I would read in each line and look for what I need, in the case I would look for:      <td width="200"><strong>Living Area</strong></td>   &nbs ...Show All

  • Visual Studio Crystal report value display problem

    i want to selet the date in the datetimepickers for choosing spacific period report for example 1-Nov-2006 to 30-Nov-2006 how can i do this   Ather. wrote: when report load all values should be displayed but when i choose the duration through datetimepicker then this duration records should be displayed for eg 1 dec  to 30 dec all records should be displayed  (1 ,2,3......30 records)     store the values of the datetimepickers into a variable....and declare those variables as date.... then costumize ur query into something like this REPORT.RecordSelectionFormula = "{Table.Datefield} >= #" & variable1 & "# AND {Table.Datefield ...Show All

  • Visual Studio Tools for Office Infopath Automation

    Hello, Please accept my apologies if this post is in the wrong forum. I checked around and believe this is the correct place to post. If not please advise and i will promptly move. I am currently using an infopath solution for data collection. The forums contain a number of dropdown lists that need to be populated at run time. Unfortunately, a requirement exists that specifies that the infopath forms must function in a disconnected manner (not my idea!!). So that pretty much excludes all the sharepoint lists / webservice / dataset examples i have seen. I would like to know if it is possible to populate the infopath form controls using automation. IE: //Create an infopath application object //Open an infopath form / template //Obtain ...Show All

  • Windows Forms Container UserControl

    How do I make a usercontrol that functions like a container If you're going to be adding any number of controls (say, above 4-5) to the container, that's not the best way to do it. One, each assignment to Parent fires off a litany of resize and re-layout events, which may cause undesirable behavior; two, it's not as obvious as "Controls.Add(child)". Using Controls.Add or Controls.AddRange allows all the layout to happen at once. But it's up to you. ...Show All

  • Visual C# Procedure Calling Problem

    Hi, I'm trying to do what may seem simple to most. I have a procedure in my database that takes two parameters and returns results. I have a webpage that has two textboxes and a submit button. When the button is clicked the onClick even takes the two values, passes them as parameters to the procedure and binds the resutls from the procedure to a gridview. (At least that's what it's doing in my head, but not in real life ;-(...). I've looked over countless examples online. All the ones that I've found either use one parameter or print the results to console. None do what I want it to do. Can someone either show me some c# code on how to do this or forward me to the right tutorial/thread. Thanks. ...Show All

  • Visual Basic FlexGrid Validation

    !!! NEW YEAR WISHES !!! Hi, the input that i give in flexgrid needs to be validated. my 1st column must be only a numeric one(Product ID).No text to be typed. In KeyPress event itself i have to check whether only numbers are being pressed. next column must be of text type that has to be retrieved from the database based on the code i give in 1st column.so no editing to be allowed for this column. Also, i have a Master form where i have all the product details.so if i dont know the code, i will b opening that form. And the field, which is selected(highligted) in that master form have to be displayed automatically in the 1st column of the Flexgrid. NOTE: all the product details in Master form are displayed in MSFlexGrid control. Plz help me ...Show All

  • Silverlight (formerly WPF/E) XAML caching issues

    Whenever I change the contents of a WPFE XAML file I have to delete the previously cached file from the Temporary Internet Files directory in order to see the change reflected in the browser. Is this a known issue I’m using IE 7, but Firefox seem to have the same problem. Any comments on this would be greatly appreciated! Thanks a lot! /Billy PS: For debugging purposes, I attempted to write a console app that would automatically remove all the XAML files in the Temporary Internet Files directory upon recompiling my solution. However, since that directory isn’t an actual directory but rather an “illusion” provided by the Windows shell, this is not an easy thing to do. I'm having the same proble ...Show All

  • Audio and Video Development Does iHDSim Support WMAs?

    I am trying to test some audio only Titles. Can I use wmas and rename them as maps ...Show All

  • SQL Server Neural Net algorithm

    Hi, Would anyone be able to provide a reference paper on the neural net algorithm implemented in SQL Server 2005 to better understand how it works Thanxs for any info. The Microsoft Neural Networks algorithm is a MultiLayered Perceptron implementation based largely on the conjugate gradient training method described in Christopher Bishop's book "Neural Networks for Pattern Recognition". ...Show All

  • .NET Development question about decryption!!

    How can one decrypt an encrypted text if one dont know the key but he knows the algorithm of encryption and lenght of key ...Show All

  • Architecture security data between layers

    We are designing an application with sevreal layers. Data Business Logic Services Client - Gui ASP.NET or WebServices Wea re thinking of authorization in the BL and maybe in the Data layer. our problem is tramsfering the current data between the layers in an easy way. Any ideas dansha wrote: thanks for your reply. We are considering to authrize actions (methods) on the BL. we may want to know inthe DAL who the user is so we can log the last modifer. Hi, I think this depends so much on your design, in other words your case is very general, if you have gone through designing your system please elaborate, for example you said we need to log the last modifier, as per my perception you can bui ...Show All

  • Visual Basic ERROR:'icontainer' is ambiguous in the namespace 'System.ComponentModel'

    My VB .Net project was running with Visual Studio 2005 when all of a sudden, one day - when I opened the project files I get the following 2 errors for all the designer.vb files for the forms in the project 'ISupportInitialize' is ambiguous in the samespace 'System.ComponentModel' 'IContainer' is ambiguous in the samesapce 'System.ComponentModel' I would deeply appreciate any help with this. thanks. .NET Pro, In MSDN, the explanation for this problem is: You have provided a name that is ambiguous and therefore conflicts with another name. The Visual Basic compiler does not have any conflict resolution rules; you must disambiguate names yourself. I suppose you overload the two inte ...Show All

©2008 Software Development Network