| Thread | Last Post | Replies |
|
| Please help, VB editor crashing | 20 Jul 2003 22:42 GMT | 1 |
My VB 6 editor crashes while editor source code! "VB6 has caused an error in Kernel32.dll..." Visual Studio 6 Enterprise + SP5 Thanks in advance!
|
| ASP receive page structure & Client Development | 20 Jul 2003 02:18 GMT | 1 |
Im using the MSXML object to pass http requests to an asp receive page that sits on my server. ATM I just have one function that returns the date/time of the server. I did this to get a working example running.
|
| SOAP & Architecture (was Passing ADO recordsets using HTTP) | 19 Jul 2003 07:17 GMT | 1 |
Bob had given me VB6 client code (2003-06-26, "Passing ADO recordsets using HTTP") and ASP receive page code to get a demo going using MSXML. but it's so long ago I dont think anyone is reading it! So Ill try again:
> This is the code in the data layer XML receive page.... |
| Data Shaping Query-->Can we use without creating ODBC DSN on the system | 17 Jul 2003 18:47 GMT | 1 |
Can we use without creating a dsn data shaping query Well the shape query is SHAPE{Query} APPEND {Query} RELATE Field1 to Field1 Please Help me
|
| Can't Use MTS On Windows 98 In IDE? | 17 Jul 2003 16:43 GMT | 4 |
I've inherited the code for a distributed VB application developed using MTS functionality by another company, and I'm running VB 6 Enterprise on Windows 98SE. When I try to run the application on my machine from within the VB IDE, I get the following error message:
|
| Send Email in HTML | 17 Jul 2003 04:43 GMT | 1 |
I can send an email in HTML with an aim to see images in the body. But, the images are saved in the hard disk. The recipent have not got these images! He can't see the images when he receives the email! Anyone know how can I do?
|
| Transparent Splash Form | 16 Jul 2003 15:41 GMT | 1 |
I have made a splash form in VB with an image with curved borders in it.Now I have to make the form transperent so, that i view the screen behind it when its working. PLease Help me out.
|
| Urg: Simple gen messgaing question | 16 Jul 2003 09:38 GMT | 1 |
I have to extend a client/server app. Server is Win2K and clients are XP pro. What I need is for these terminals (clients or server) to talk to each other. Exchnage a few
|
| Using scoll button to scroll code window | 16 Jul 2003 09:15 GMT | 3 |
I've always wanted to be able to scroll down my code with my mouse wheel button much like you scroll through text in a browser. Is there any way to do this. I can't find any option
|
| VB6 Packaging the app (what to include) | 16 Jul 2003 06:18 GMT | 1 |
Hello Group, Some avice about packaging a VB application if I can. I just used a third party dependancy program to find out what files were being used in the application.
|
| COM+ component very slow to start during debugging session | 15 Jul 2003 09:23 GMT | 3 |
I have some components containing business logic that are running in COM+. When I start a test program from within Visual Basic (6.0), the test program is veeeeeeeery slow to start, it seems like it's waiting for Component Services to get ready. Running the testprogram standalone is ...
|
| query=>print | 13 Jul 2003 20:22 GMT | 1 |
I have this query x = InputBox("give me") Criteria = x Data2.RecordSource = "select * from rantevou where imerominia like " & "'" &
|
| form1+form2 | 13 Jul 2003 14:48 GMT | 1 |
i have 2 forms form1 and form2 form1 has 2 textboxes and i button which call form2 (works ok) form 2 has 1 button can i print directly from form2 what form1's textbox has?
|
| sending new activeXexe without updating calling exe | 11 Jul 2003 15:14 GMT | 2 |
I have an exe which calls an activeXexe, but I want to be able to update the activeXexe without recompiling the exe that calls it. How can this be done? The error I get if I recompile the activeXexe and not the calling exe is "Class does not support automation or does not support ...
|
| VB Components | 11 Jul 2003 13:52 GMT | 1 |
How can i make a vb component like the mapi control global, so that i dont have to put the control on every form in my project i just want to be able to call the control from any ware in my project
|