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 Chriss Miller 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: wujen
  • Content: Threads
  • Order by date
  1. wujen

    Custom Usercontrol/dll question

    I have a custom user control as an individual project with in another project. I try to make it in to a reference to the primary project but Im getting an error stating Reference "pImage" could not be added. An assembly must have a "dll" extension in order to be referenced...
  2. wujen

    Make a non-relational data file it too an XML file....

    hello, I have this datafile that is in word2000 but is all unbalance on lenght and width on each line. Here goes some of the headers Event "x" Date "y" Site "z" Segment "a" Name First "b" Name Last "c" ................ Element y...
  3. wujen

    Regex question on scraping data form a non-relational database

    hello, I have this datafile that is in word2000 but is all unbalance on lenght and width on each line. Here goes some of the headers Event "x" Date "y" Site "z" Segment "a" Name First "b" Name Last "c" ................ Element y...
  4. wujen

    Simple basic form question

    Hello, I have a mainmenu(mnMain) with a menu option Search(mnMainSearch) on the main form(frmMain). I need to know how to have on click function of the menu option of mnMainSearch to have the Search form(frmSearch) to be loaded with focus; frmMain still in the background with out focus. Aaron...
  5. wujen

    datetimepicker issues??

    Hello, I have a date/time picker(dtpMain) on the main form. I wish to restrict select of dates only before the current date?? Aaron
  6. wujen

    Creating a .dll from an user control project

    Hello, I have a project that needs to be convert into a dll for user. The user control is a secondary project within the primary project. Aaron
  7. wujen

    Attributes for all the asp tags

    Hey guys, Is there a web site that has all the attributes of asp tags(ie: asp:calendar; asp:textbox etc). Aaron
  8. wujen

    asp:calendar question

    Hey guys, I was wondering how would you just have the current week of the calendar tag showing with the forward and backwards arrows for the scrolling ability. Aaron
  9. wujen

    How do I setup a web server project

    Hello, I have Windows 2000 pro and I can not get the project started. I used the system name and wwwroot/inetpub. Plus I have web publishing on but I dont have a default page. Any suggestions Aaron
  10. wujen

    On frmDocument--resizing

    Hey all, I wondering how to make 2 text box be resizable thru a middle strip area here is the code: option explicit private sub form_load() form_resize private sub form_resize() on error resume next rtftext.move 0,0,me.scalewidth/2.me.scaleheight rtftranslate.move rtftext.width +30, 0...
  11. wujen

    mdi form questions?

    hey all How to keep non-mdi child form to stay visible while lost of focus to the main mdi child? Aaron
  12. wujen

    treeview node question

    hey all, I have a primary treeview(tvPrime); its nodes(84 them) when clicked will open a new treeview(indexed tvAtt(0) thru tvAtt(83)). the tvPrime is visible on load --all the tvAtt's are not visible. That part I have not a problem. The problem is if I click on say tvAtt(3) and then need...
  13. wujen

    run time error 28 --- out of stack space

    hey all, i have a treeview and listbox(indexed 0 - 83). If node of treeview then opens the correct listbox. I have this code here that has the run time error. Private Sub lstAttributes_Click(Index As Integer) Dim i As Integer lstAttributes(i).Text = fMainForm.ActiveForm.rtfText.Text End...
  14. wujen

    function not having unique key

    hey all, okay i have a module that has nodes for a treeview; if i do a function to "unfocus" the treeview and then try to reload the treeview later --I get 35602 error ..key not unique and it goes to the module. I know tv1.refresh but where do I put it . The main form is a mdiform...
  15. wujen

    node click of treeview to open a list box below the treeview

    hey all, This is what I have a treeview with static data as nodes.(since each node has a large amount of information with in it I can not add it all under one treeview--procedure too large). So I decide to use listboxes(indexed) to do this. this is my code:--it does not work prviate sub...
  16. wujen

    Application load --- sstab is out of wack

    Hey all, A little problem, when i test the application load-- the sstab is out of whack. It has the last tab protruding out and semi-hiding the rest of the tabs.Once I click around the sstab--it goes to normal...any clues? Aaron
  17. wujen

    Help--error 35602---key not unique in collection

    Hey all, I have this problem I have mdi form with 6 cmdbuttons that on click load 6 diferent treeviews. The tvw1 is the default, loads with the form. When I click thru the first time --not a problem. But if I try to click to return the proir treeview I get this error---- error 35602---key not...
  18. wujen

    How do I keep all forms showing

    hey all, I have a mdi form with a treeview that has primary data if clicked then it shows a expanded data field in a new form. I wish for both(all if they need to open more than one expanded data forms) of the new forms to stay maximumized and not disappear? Aaron
  19. wujen

    PLEASE HELP---modules to load on the mdi main form

    Hey all, need some help to get 6 modules loaded on my main mdi form (not the child form) I have used get. load. call each module has treeview on it, a command button on_click loads the treeveiw Help please here is is the beginning parts of the code mod1 private sub getEH() dim nL as node...
  20. wujen

    indexed treeviews for different data

    Hey all, Okay. I have six cmd buttons(cmdButton)<indexed 0-5> that are connected to six treeveiws(tvwDE)<indexed 0-5>. I have gotten the if cmdbutton_click then the correct tvwDE shows up. The issue is since i have indexed the treeview -- how do i load the data in to each one? Aaron

Part and Inventory Search

Back
Top