| Thread | Last Post | Replies |
|
| Date format | 26 Dec 2004 15:05 GMT | 3 |
How to get a days from a date format. For example Sunday or friday from the date selected in DTPicker Thanks
|
| MS Word OLE in VB | 26 Dec 2004 07:16 GMT | 1 |
I am trying to incorporate MS Word into VB, not just a word document but MS Word as a whole application. Pls help me....... -- ameerulabbas
|
| Multiline TextBox control: Including a blank line | 25 Dec 2004 18:38 GMT | 4 |
Is there a way in VB 6 to programmatically insert a blank line in a multiline text box? I can do this in VBA using vbCR.
|
| Notification of program launch and termination | 25 Dec 2004 14:11 GMT | 2 |
I was curious to know if it is possiable for my application to recreive messages that applications have been launched and terminated. Any ideas? VB6 sp5.
|
| datagrid and ado problem | 25 Dec 2004 12:23 GMT | 2 |
I have a form with tabs. One of the tabs is Add a Record. When I click on my Add New cmdbutton everything seems ok. It adds the record just fine. Now, on another tab I have a datagrid control. After I add a record on my add record tab if I close the app I get this error.
|
| Memory problem - writing to database | 25 Dec 2004 05:55 GMT | 14 |
We have VB program who writes to a SQL Server 2000 db using ADO. This program runs 24x7 without being closed. The database can grow as much as 10 million records, and every 4 days I delete data that are 4 days old. I open the recordset when the program is called, and as data comes ...
|
| syntax question | 25 Dec 2004 04:13 GMT | 1 |
Greetings and Happy Holidays! I would like to programmatically change the ControlSource as follows: Me.NameDisplay.ControlSource = "= ' Fun Data' " & vbCrLf & _ but I get an error when I add anything beyond my last "
|
| Question about Declare and Type | 25 Dec 2004 03:23 GMT | 15 |
I need to define C's OVERLAPPED for use in DeviceIoControl. The C definition goes like this typedef struct _OVERLAPPED { // o DWORD Internal;
|
| Convert Doc to Pdf | 24 Dec 2004 22:56 GMT | 6 |
Can anyone please tell me how can i convert a .doc file with all its formats to a .pdf file. I hv written a code which can convert from .txt to .pdf. But Word document is difficult. Any free dll or ocx would also work.
|
| Activex control, win 2003, IE 6.0 | 24 Dec 2004 17:56 GMT | 2 |
i wrote a small activex control in VB6 and it has worked on different servers but i have put it on a 2003 server with IIS 6.0 and my control doesnt download to the clients anymore. the procedure i used to use was simply to copy the .ocx to the server and run regsvr32 on it, and ...
|
| Move a button | 24 Dec 2004 16:17 GMT | 8 |
How can I move the active button? (What code should I write?) Thanks Javad
|
| Get Only 'X' Lines Of HTML Using IE WebBrowser...? | 24 Dec 2004 13:57 GMT | 4 |
I just joined and I'm really looking forward to participate in these forums! My first question is; how can I do to receive only, let's say, the "fifth first lines" (or something) using the Microsoft Web Control to
|
| moving and resizeing controls at runtime | 24 Dec 2004 08:45 GMT | 7 |
is it possible to move and resize controls during runtime (not in code but using the dragging with the mouse. like creating a form designer shulem
|
| Full Justification in Textbox or Richtext Box - "WrapSample.txt" (0/1) 617 bytes yEnc | 24 Dec 2004 04:47 GMT | 7 |
Does anyone know of a way to automagically wrap text in a textbox or richtext box control at a certain column using full justification like in Word or a good text editor? An example or a link would be spendid! Thank you for any examples/suggestions or for reading my message for
|
| RealBASIC - A VB Replacement | 24 Dec 2004 02:25 GMT | 6 |
I'm curious to know what others think about RealBASIC? Is it a viable replacement for VB6? I like the fact that it can run on multiple platforms. I'm just wondering what I cannot do with it that VB can.
|