| Thread | Last Post | Replies |
|
| How to load a picture into rtf file by using VB6 | 15 Jul 2006 15:20 GMT | 1 |
hi all member of this group I have already created rtf file. i want to load a company logo into rtf file by using vb6. I am a new VB6 Developer. Could anyone suggest that how to load a picture into rtf file by using VB6. I am
|
| Exposing a form so as to execute a method on it | 15 Jul 2006 13:33 GMT | 3 |
Still learning about exposing objects. Problem Set-up -the set-up example works fine, questions follow after set-up. I have 2 forms:
|
| print a form | 15 Jul 2006 12:09 GMT | 1 |
I want to print a form with visual basic express. in vb6 is me.print or me.printform No solution visule express. Does anybody have a solution?
|
| Can 2 or more keys fire keydown simultaneously? | 15 Jul 2006 09:59 GMT | 4 |
I want to create a game, allowing two players to control their characters simultaneously. I tried using the keypress function, but only one key can trigger this even at a time, resulting in a lack of control of player's characters. I wasn't sure how to word this for a usenet ...
|
| Inserting values from infragistics ultra grid into sql table | 14 Jul 2006 23:32 GMT | 1 |
I am able to display values from a table onto a ultragrid. I want to allow users to enter a row of values andI want to insert tthe row in the database...can I do this? this is the code I use to enter data from database into grid--
|
| It's All About Trust | 14 Jul 2006 23:20 GMT | 30 |
I love the part that says it's all about trust. Microsoft will lose to Google http://theinquirer.net/?article=31450 ---
|
| Difference in Behaviour | 14 Jul 2006 23:14 GMT | 3 |
I've written several applications using VB6. In one case, after switching from the application to another Windows based program (for example MSWord) via the taskbar and then back again, the text box which had the focus before the switch retains it afterwards. However, in
|
| pdf quiestion | 14 Jul 2006 21:33 GMT | 5 |
How do I get the acrobat activeX control to automatically zoom to fit to page (height) when the form loads?
|
| Ruler to chess | 14 Jul 2006 21:32 GMT | 5 |
Suppose you have a set of linear values L(ruler), L = {1,2,3,4,5,...N} and a grid ( chess set ), of width(in term of squares) , say 20. I need to convert the linear values on L into the correct X, Y coordinates
|
| One more pdf question | 14 Jul 2006 21:02 GMT | 1 |
I have the full version of acrobat on my work machine and an activeX plug in my VB6 Program. Is there a way to get it to actually creat a pdf from tifs or can you suggest a control that would
|
| Classes and subclassing?? | 14 Jul 2006 19:02 GMT | 9 |
I'm developing a class that needs to have several levels. It will handle group and group members. Like: objgroup.count
|
| RichTextbox question | 14 Jul 2006 17:38 GMT | 2 |
I'm using a rich textbox with a scroll bar to display some text from a file. The form displaying the textbox stays open when I switch to another form. If I scroll down the text and I switch form, how can I make the text showed back at the top when I switch back to the form with ...
|
| Querying Active Directory | 14 Jul 2006 16:14 GMT | 9 |
I'm creating an Infopath form and I need to query Active Directory to obtain some data. Here is the code I'm using (obtained from sample code from MSDN) Private Shared domainADsPath As String = "LDAP://xxx.com" Private Shared username As String = "gary"
|
| Quick Question - New Reader | 14 Jul 2006 15:39 GMT | 11 |
Finding myself on here more and more often. I use outlook express to view groups currently. Just curious what others use? Is there something more featured? One thing i'd love is the ability to be notified if there is a response to a thread. I know you can watch with OE but ...
|
| RichTextBox Font problem | 14 Jul 2006 15:05 GMT | 1 |
I set the font.name property of the richtextbox : With Me.DesiredText .Font.Name = FontName Me.DesiredText = PropertyInfo.Value
|