| Thread | Last Post | Replies |
|
| Problem! | 04 May 2006 09:10 GMT | 2 |
I am new with this group. I have problem with my application. Application run in Visual basic 6 and SQL server and amd my other application is for report generat in web,I am using vb5CGI. and try to load url with command argument. but It doesn't support. Any one has
|
| Windows media player | 04 May 2006 01:50 GMT | 6 |
I am trying to use windows media player in vb6 to play mp3 ,wav, etc files .I have media player on form1 and opened it, associated mp3 files to it, on running the media player comes up, but a message comes up saying object doesn t support this property or method. What would be ...
|
| Always show last grid row on MSHFlexGrid | 03 May 2006 22:10 GMT | 2 |
As I add new rows to my grid, I would like the scroll value to be set at the max value so that the last entry is always visible. (verses being hidded below the height of the grid) I can't seem to find a way to control this effect. Can someone help?
|
| Having app run as an system service. | 03 May 2006 22:04 GMT | 5 |
I have seen a few different ways to run you app as a service. What is the most effective way to have your app run as a service? Is the NTService.OCX control any good to use? and if so, is there an example of setting up this control and using it.
|
| New SqlConnection | 03 May 2006 19:31 GMT | 2 |
I've just created a new program in Visual Studio 2005, Visual Basic. I can publish, install, and run the program just fine as long as the user is a member of the "Domain Admins" group. My problem is when a non-admin using tries to run the program. The program gets hung up on
|
| Calendar Control 8 | 03 May 2006 18:42 GMT | 2 |
Hi all, I am supporting an old VB6 app that uses version 8 of the MS calendar control. I am translating the entire app into German, any chance the calendar control will display german days, months, etc... on a german OS?
|
| VB.NET Socket Programming? | 03 May 2006 18:33 GMT | 2 |
What is the best newgroup to ask questions or post comments about socket programming in VB.NET? Thanks, Greg
|
| Typename function leaks memory in VB | 03 May 2006 16:43 GMT | 2 |
I am using a TypeName(control) to check the control type in my activex controls collection. If Typename(m_Ctrl) = "ComboBox" then .....
|
| ComboBox and Index value | 03 May 2006 16:04 GMT | 1 |
Is it possible to add an item to a combobox this way: ComboBox1.Items.Add("Cool!") AND assign to this new Item a unique index ? As in HTML
|
| PDF API: Loop through each object in PDF file | 03 May 2006 14:30 GMT | 2 |
Sorry if this is the wrong place to post this question because I don't know where else to post it. I'll need to come up with a program (in VB or C# or C++) to loop through each object in a PDF file. We not only have text objects, but
|
| Edit HTM in Webbrowser window | 03 May 2006 14:20 GMT | 2 |
I am trying to load an htm file in a webbrowser in a way that I can edit the text and save it. Initially I tried to make it open the file as a frontpage file, like it happens with Word's doc and Excel's xls files, but to no avail.
|
| SendKeys | 03 May 2006 12:52 GMT | 2 |
Hello...can someone send me the script to build (vb6 or vb.net) a script that holds down 'W' key for 'n' seconds(like 5 seconds for example) ... please Thanks for all
|
| Loading an ocx from file | 03 May 2006 12:16 GMT | 1 |
Say I am given an .ocx in a file. I need to read the cab, extract the ocx, and load/display it on a form with out preregister the component. Thanks,
|
| VB6 checkboxes with MS access problem | 03 May 2006 10:16 GMT | 3 |
i use vb6 connect access2003 with ADO DATA Control. My database is contain one table and many fields My form is contain many checkboxs and radio controls as; 1.chkCheck(0)
|
| How to save data to a new excel file? | 03 May 2006 09:12 GMT | 1 |
Could you please adivce how to save some data to a new excel file ? Best regards, Boki.
|