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...
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...
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...
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...
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
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
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...
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...
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...
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...
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...
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
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...
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
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.