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

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

Russell81

Member List

mjobbe
jtd514
NeederOfVBHelp
Wolvenshade
OmegaMan
bokinet
Nickeay
mbosfo
Rockyrud
Yogendran
sunrunner
griff_1000
KyleNHS
V.E
Tompom
Sheng1983
TheIntern
Pr0fess0rX
Zooz
inzel
Only Title

Russell81's Q&A profile

  • Visual Basic Can VB.NET application send msg to MSN or yahoo messenger ???

    Hi All          How to write a VB.NET application that allowed us to send msg to MSN Messenger or Yahoo Messenger Hi ....       Thx for the URL link ... it is freeware to used .... and how abt yahoo messenger any alternative way to send msg to yahoo messenger ...Show All

  • SQL Server Unable to update table with Access Front end

    I have an sql table that will not allow me to update it with and access front end. I have another table in the same database with the same permissions that allows me to update. Both tables have an key column. Any ideas ...Show All

  • .NET Development how to prevent user delete ms access file?

    hi, Is there any solution to prevent user from deleting the ms access file, which is a local database in my application. It's like this in my scenario, let's say a POS system, when internet connection is available, the transaction will update to server. otherwise it will store at the ms access file and process later when the internet connection is available again. but i have this issue where user will delete the access file although i have set the file attribute as hidden. It is just a normal pc at user side where they have most control to it. i just wondering is there any solution to prevent this. Thank you. regards, chunket Are you using Windows 2000/XP and NTFS You can simply remove the F ...Show All

  • Windows Forms hierarchical dataviewgrids

    Hello All, I am new to VS 2005 and VB, my experience is Excel and Access VBA. I am trying to create three hierarchical datagridviews on a single form. In Access this is easily achieved using subforms. I have found several peices of code that show me how to set a dataset, add the data adapters, add the relationships and then bind the data sources. All very well and I am prepred to code along these lines if necessary. Since I will be using teh same data tables in a few places in teh Windows App I have already defined my dataset in the VS2005 Data Sources Window. Within that dataset the relationships between the three tables are defined. If I then drag and drop the individual tables from the datasources win ...Show All

  • Visual Studio Express Editions Question related to AppDomain -VB.NET 2005

    How do i access the another form properties from main form through AppDomain AHMED Hi, Yeah , It's necssary to go thro' AppDomain because i need to set value (Data) to Another domain, Is there any other way to set value as well as access the another form properties from Main AppDoamin by AHMED ...Show All

  • SQL Server Package Configuration using xml-file fails

    Hallo, I use SSIS Version 9.00.1399.00 and keep getting problems trying to use package configuration. I choose xml configuration file as type and browse a path on our LAN to create te configuration file . Then I select the properties of a OLEDB communication manager as Properties to Export Doing so I obtain this configuration: Name: JACBE_IF_CONFIG Type: Configuration File New configuration file will be created. File name: L:\Projects\Vinci\SSIS\DVL\FMC loader Import\FMC Loader Import\FMC Loader Import\JACBE_IF_CONFIG.xml Properties: \Package.Connections[JACBE_IF].Properties[UserName] \Package.Connections[JACBE_IF].Properties[ServerName] \Package.Connections[JACBE_IF].Properties[RetainSameConnection] \Package.Co ...Show All

  • SQL Server DAC doen't work with explicit port number

    Hello everybody, After install SQL 2005 I noticed than DAC (Dedicated Admin Connection) is started with dynamic port. 2006-08-08 12:19:47.870 Server Server is listening on [ 'any' <ipv4> 14330]. 2006-08-08 12:19:47.880 Server Server is listening on [ 'any' <ipv4> 1433]. 2006-08-08 12:19:47.880 Server Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\A ]. 2006-08-08 12:19:47.880 Server Server local connection provider is ready to accept connection on [ \\.\pipe\MSSQL$A\sql\query ]. 2006-08-08 12:19:47.900 Server Server is listening on [ 'any' <ipv4> 1212]. 2006-08-08 12:19:47.900 Server Dedicated admin connection support was established for listening remotely on p ...Show All

  • Visual Basic link vb to fortran

    I have several subroutines which are written in FORTRAN. Can anyone tell me in a step-by-step manner ... 1) how I need to compile the FORTRAN subroutines 2) what I need to do within VB 2005 to call these FORTRAN subroutines within the VB 2005 code Did you read the link I provided you You should follow the instructions at: http://www.canaimasoft.com/f90VB/OnlineManuals/UserManual/TH_60.htm In particular, they mention that you need to place attributes, in fortran, on your functions so that they use the "StdCall" calling convention. The sample fortran code you provided does not contain these attributes. -Scott ...Show All

  • Audio and Video Development sample premium content media available anywhere?

    Hi, I was wondering if there is a sample premium content (media file) posted anywhere, which can run only in the protected environment on Vista and not on XP. Something, I guess like the premium content stored on blu-ray and hd-dvd media.. Thanks, Sandeep No we do not currently have a publicly available sample. Can you elaborate on what you are trying We may be able to suggest you alternate ways to achieve what you are trying. -Sumedh ...Show All

  • .NET Development Credentials & FileSystemWatcher

    Hi, How Can set up username and password in my FileSystemWatcher to watch a protected shared folder in my network thanks in advance ...Show All

  • SQL Server Using UPDATE CUBE for override cells with CustomRollup?

    Hi all, In our task I'm using CustomRollup for define logic for calculate some not leaf members, for example: CoalesceEmpty ( [Accounts].[AccountsTree].[1002G].DataMember, ... It allows to have in FactTable, for not leaf members, the values, those used instead of aggregated from children. Now I'm trying use UPDATE CUBE for assign a Datamember's value for non leaf member: UPDATE CUBE ... SET ([Accounts].[AccountsTree].[1002G].DataMember,... ) = ... It works correct if member hasn't CustomRollup formula and doesn't work if CustomRollup exists. So, the question: Can I use UPDATE CUBE for override Datamember's value for non leaf member with CustomRollup Thank you in advance, Stas Yes - be ...Show All

  • Windows Forms OnPaint Overflow Exception

    Hi I have a form with some controls, in it, most of them are labels, and a panel for displaying video and one of label is blinking using timer. sometimes i got an Overflow exception when a program is started and sometimes when label is blinking. this exception is random and not always thrown. when exception comes, it comes with quit and continue, and have detials of the stack trace, when continued, the one control which is mentioned in the stack trace are turned to red cross. this is happening with two three controls. i m using System.Windows.Forms.Timer with interval 1000 set from IDE. and i m calling the code in timer_elapsed(...) { //blinking code if(status == "something")//condition for stop blinking. { timer.E ...Show All

  • SQL Server Errors: SQL Reporting Services with CRM 3.0

    Good Day All ... I am currently trying to install CRM 3.0 onto one of our test servers. I have managed with no problem to get everything ready for installation ... but having a problem with reporting services. On the system requirements results page i have green for everything but reporting services. ERROR; Specified Reporting Services Reports Server http://XXXXXX/ReportsServer was not found. I have reporting services installed, can someone please give me some direction on where to go from here to get this up and working. Thanks If this helped please mark post as answer and (for me) rate the screencast and give additional feedback if you want to :-) HTH, Jens K. SUessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Smart Device Development OpenNETCF.Desktop.Communication and Windows Mobile 5.0

    In 2005 I built a great Data Transfer application using C# and VS2003. This provided the bridge between my Desktop application and its companion Pocket PC application. This Data Transfer app has proven to work successfully on every Pocket PC I've tested it with, going back to the old HP Jornada 548 and right up to my own Dell Axim X30. The application makes heavy use of the OpenNETCF.Desktop.Communication DLL. The one I've been using is from Version 1.4 of the OpenNETCF library. But now I've acquired a new HP iPaq running Windows Mobile 5.0 and it is no longer working! I've tracked down the error to this set of code: OSVERSIONINFO osVersionInfo = RapiTools.GetOSInfo(rapi); ... which calls: public static OSVERSIONINFO GetOSInfo(RAPI rap ...Show All

  • Visual Basic Login Form & File download (VB, VS05)

    I have just started another project to distribute a file stored on my webserver (an excel spreadsheet). But I don't want anyone to be able to access it, so.. I have... 1x Login Form 2x Windows Forms They are all ready designed, but I would like to know how to preset a number of login usernames and passwords, so that the people who are authorized to view this file enter the info click ok and the main form would load from which they could download/view online it through this program. I'm assuming the following code will work to 'view' in the default browser; System.Diagnostics.Process.Start( http://url.com/book1.xls ) But is there a way I can set up a "download" command button, where it would save the file to ...Show All

©2008 Software Development Network