Search results for query: *

  • Users: BadgerByte
  • Content: Threads
  • Order by date
  1. BadgerByte

    Icons with Jagged edges

    Hi all, I've been having this problem for a while, but now that we've bought some spanky new icons, I'd like to resolve it! When I place icons in an imagelist, for use in the toolbar or elsewhere, at design time, the icons look terrible, no matter the quality of the originals. The edges are...
  2. BadgerByte

    Scrolling a user drawn control

    Hi all, I'm looking for information on the best way of scrolling my completely user drawn control. It's similar to a listview so will only need vertical scrolling. Has anyone done anything like this, I haven't a clue! Regards, Andy
  3. BadgerByte

    Where to store application settings?

    Hi all, I've recently hit a problem with an application which has previously been working fine. The application stores some dynamic settings in a settings.ini file in the Program Files/Application/ folder. This works fine when the user is an administrator, however when the user is limited...
  4. BadgerByte

    Binding to the list of tables in a dataset

    Hey all, Can anyone provide what they believe to be the simplest method of binding a list control to the "Table Names" of any given xml dataset? This is for import purposes, so the dataset could contain anything. Regards, Andy
  5. BadgerByte

    Word add-in.. OK, Authenticode do I have to?

    Hey all, I've created an add-in for Microsoft Word and followed the instructions in the following link to create a shim which resolves managed code issues. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_comshim.asp However, though I've been desperately...
  6. BadgerByte

    Application-wide imagelist?

    Hey all, We have an ageing application which I'm updating for graphics / efficiency. The application is very large containing many forms often using the same icons / images, each has it's own imagelist. Questions: Is it possible to create an application wide imagelist which will work in...
  7. BadgerByte

    Installer Class: Message Box behind install window

    Hey all, Just a minor annoyance I'm hoping someone can help with, I have an installer class which needs to ask a question on the Before_Uninstall event. I'm trying to use a simple Message Box, however this pops up behind the active uninstall progress form. This leaves the user rather baffled...
  8. BadgerByte

    SQL Server Express deployment?

    Hi all, Does anyone have any information on deploying SQL server Express with visual studio 2003? We currently deploy MSDE with our applications and are looking into upgrading to SQL server express. Any help would be greatly appreciated. Regards, Andy
  9. BadgerByte

    String Encryption

    Hey all, Horribly urgent, hope you can help. I have a file which I'm currently using to pass around a pointer to a database on a network. I store values specifying Server, instance name, database name, username, password in the pointer and have a corresponding class which reads in the values...
  10. BadgerByte

    Best practise for sa when deploying MSDE

    Hi all, I've managed to deploy MSDE by attaching a database etc.. all working beautifully now. As it stands however my application is using the sa account with a standard password (which is quite clearly visible in my installer config), which I realise is not a good idea!! I want to change...
  11. BadgerByte

    Simple SQL solution required

    Hey all, My problem is quite straightforward I have a field in the database into which people are placing Car registration numbers. They are then relying on this car reg to find clients and to know whether or not this is a new client. However, some people are placing spaces in the...
  12. BadgerByte

    Programmatically Share a Folder?

    Hey, I've done a lot of googling on this one and come up pretty blank. Does anyone know how to Share a folder using VB.NET. Thanks in advance, Andy
  13. BadgerByte

    Attaching *.mdf (MSDE)

    Hey all, Currently deploying MSDE and have written an installer class, I intend to use sp_attach_db within the installer class to attach a database previously detached from my development system. I have all the code for using sp_attach_db, but have hit a brick wall!! Does anyone know how...
  14. BadgerByte

    Deploying MSDE (any issues?)

    Hey all, This a just a general question, I've created a database app which is going to require MSDE to be deployed. I intend to have a go with the MSDE Deployment Toolkit. I have no specific problem yet, but would like to know if anyone has done this before and could point out any Jagged...
  15. BadgerByte

    Multiple Declarations?

    Hi, I have created an application which currently uses an access mdb as a datastore, however the access mdb becomes unpractical when used in a multi user environment. I want the application to be able to use two different types of datasource, access and msde/SQL Server. The Data access layer...
  16. BadgerByte

    Error: could not lock file

    Hi, We have recently created some appointment software which uses an mdb file to store data. The mdb file is stored in a shared directory and is accessed by several (max 10) instances of the software. The appointments dataset is refreshed every 20 seconds. We are getting the error "could...
  17. BadgerByte

    Ole Db SQL Birthdays

    Hi, I haven't a great deal of experience with SQL other than your basic SELECT commands, and was hoping someone out there could save me a little time. I have a simple clients table with a dob field and simply wish to pull out all clients with birthdays in a specified date range. I'm using Jet...
Back
Top