Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

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

    Rename and save images from SQLSERVER to folder on desktop

    Hey guys I seem to be having one of those days where the brain is on shutdown. What I am trying to do is trying to download images from our SQLSERVER DB, rename them and save them to a folder on the laptop to use when app is disconnected from server. Currently they are brought back and stored...
  2. atruhoo

    Trying to Gray out text in ComboBox, ListView & ListBox if status in

    DB for record is inactive. Record still needs to be selectable but user wants to see by color change if is an inactive record. Any help or assistance to point me in right direction would be appreciated as this became a requirement for project after coding on application had begun, thus time for...
  3. atruhoo

    Populate treeview dynamically based on login.....

    Group looking to use treeview as main navigation tool for windows app and want treeview and its nodes to be populated based on users security roles in database. Pretty new to using treeviews and have been playing around some with limited success and was wondering if the gurus here had any...
  4. atruhoo

    Just a quick question. Is there a version of DotNet for Mac

    Know they have Windows and several other apps that have been redone to run on Mac's and didn't know if DotNet was one of them.
  5. atruhoo

    Conversion error trying to display image from SQL Server

    I am trying to download and display an image that I had previously uploaded to SQL Server database and keep getting this error below. Value of type '1-dimensional array of System.Object' cannot be converted to '1-dimensional array of Byte' because 'System.Object' is not derived from 'Byte'...
  6. atruhoo

    Changing DefaultBackColor Property

    Trying to change the DefaultBackColor Property in a tabcontrol so that it matches the color of the form my users selected. Know I can change the backcolor of the tabpage but stumped so far with this and since I have been finding limited information on this I hoped some of the experts here could...
  7. atruhoo

    VB.NET or ASP.NET ???

    We are beginning to develop an application where I work that will require both Windows and Web parts to the app based on the users requirements. The problem we are having is deciding on whether or not to use either Windows or Web for the bulk of the application. Curious what guidelines other...
  8. atruhoo

    VB.NET or ASP.NET ???

    We are beginning to develop an application where I work that will require both Windows and Web parts to the app based on the users requirements. The problem we are having is deciding on whether or not to use either Windows or Web for the bulk of the application. Curious what guidelines other...
  9. atruhoo

    Crystal Report Error

    Trying to add Crystal Report created in CR 8.5 to VB6 app and keep getting error that "Server has not yet been opened" Saw a previous thread (April 2004)that mentioned that should set locations tried that and still getting error. I have other reports that I created in same VB6 app that display...
  10. atruhoo

    Images, etc in SQL Server

    I know this isn't recomended and I should just store path name but my users want me to look at it some before telling them no. reason being at times they will be disconnected from server (presentations, etc) and will have a trimmed down version of the DB existing on the laptop. Have been...
  11. atruhoo

    Custom Controls

    Finally tired of depending on controls provided by Microsoft and others. wanting to expand my knowledge and learn to develop my own custom controls. Curious if anyone knows of some good articles or tutorials that may help to speed up learning curve. Playing around with basics and ble to...
  12. atruhoo

    Curious Question

    Just wondering why project modified date does not change in VS 2003 after modifications are made. When creating a new Project it says today and I know it changes at least once if open another day however thought it changed more then that at first. Now if make a modification to project it still...
  13. atruhoo

    Office XP or Office 2003...

    Have a new laptop and trying to decide which version of Office to install. I have not had a chance to play around with 2003 yet, but hear many good things about it. Wondering if anyone knows of any compatibility issues that I may have with older versions of Office. I do some web design &...
  14. atruhoo

    Mask Edit Control

    Have added Mask edit control to my toolbox and have attempted to utilize in my application. However when trying to set .text property on form nothing is displayed when reading from DB. Populates regular textbox fine and when set a breakpoint and tab through the value shows, but no data is...
  15. atruhoo

    MaskEdBox Question

    Am pretty new to .Net and am trying to use MaskEdBox on form so data is entered in correctly by users. The problem that my application is having is that it doesn't want to write data to or read data from a MaskEdBox. I added MaskEdBox to toolbar, by clicking customize, selecting COM tab, and...
  16. atruhoo

    Newbie with DataAdapter Question

    Looked through Forum and appears to me that I have everything mentioned in previous posts so I thought I would post in case someone see's something I missed. Basically I am trying to add a record to Access DB to no resolve. I was getting errors earlier that I seemed to have corrected now can't...
  17. atruhoo

    Truly Random Number Generator

    New to VB.Net and looking for a true random number generator. Currently have a random number generator but at times get duplicates and that is when just generating 6 numbers. I know that in VB6 you could use Randomize, not sure if can in .Net or is there something like it. Thanks in advance...
  18. atruhoo

    Crystal Reports in VB6 app

    I know this is a simple question but this is first time using Crystal Reports much less in VB app. Users had been using Discoverer reports and now want to be able to creat/view reports in app itself thus the adventure I have undertaken. In Crystal Reports I can get the report to show data in...
  19. atruhoo

    CSS Question

    Pretty new to CSS and having small problem getting CSS to display properly in table. Sure I am doing something so simple it isn't funny. Limited sleep last 24-48 hours doesn't help. CSS shows up on rest of page correctly but in table defaults to original colors set in Body tag. Have tried...
  20. atruhoo

    Error message for using a View in a Databinding with Oracle Client

    An unhandled exception of type 'System.ArgumentException' occurred in system.windows.forms.dll Additional information: Cannot create a child list for field V_AGENT_ISSUER. I am using this statement to databind a text box. txtIssuerNameFnd.DataBindings.Add(New Binding("Text&quot...

Part and Inventory Search

Back
Top