| Thread | Last Post | Replies |
|
| Is it Big 5 or Unicode | 21 Mar 2008 10:16 GMT | 1 |
I am using Windows XP and I develop VB Application. I found that when user input Chinese Character using the Input method that comes with XP. I have a database field (testfield) in SQL Sever with Nvarchar Datatype. And then I save using "insert into table1
|
| VB 8 Standard and Professional | 21 Mar 2008 07:44 GMT | 43 |
I see advertised Microsoft Visual Studio 2008 Standard and also Microsoft Visual Studio 2008 Professional In the case of VB6 (six, not 8) Standard there are only 21 Tools in the Toolbox whereas the VB6 Professional has 56 Tools in the Toolbox including the MSComm Tool.
|
| Network Credentials | 21 Mar 2008 01:06 GMT | 2 |
I'm not sure, if this is the correct forum, but hopefully someone here can provide some insight. I've copied some code to query a Sharepoint List service, and the only problem seems to be the credentials. Using Fiddler, I get a 401 Unauthorized error message. It is hitting the ...
|
| ActiveReports | 21 Mar 2008 00:38 GMT | 4 |
I have a few single user VB6 apps I have programed. I have created List Box reports with Print Form buttons which print only the current screen. I want to add the ability to print the entire report. I have looked at the software, ActiveReports Standard V2.0 SP5. I use ...
|
| call a vbscript-function from a html-page | 20 Mar 2008 22:44 GMT | 2 |
Hy there, totally newbie with vbscript so here is my problem: there is an asp-file (info.asp) where a function for reading fileinfos is defined like this:
|
| OT? coding symbols and other character entities | 20 Mar 2008 21:49 GMT | 8 |
My syntax here is likely to go off track, so feel free to re-align me if you feel the need. I am trying to create a simple keyboard app with VB6 where I can just click a control and have that non-keyboard character inserted into the
|
| VB Code for Saving Excel File | 20 Mar 2008 20:11 GMT | 5 |
I am new to writing code in VB for Excel. I am using Excel 2002. I have a file that I add information to every day. In my code I save the file the following way: ActiveWorkbook.SaveAs Filename:= _
|
| How do I get the Mouse wheel to work? | 20 Mar 2008 17:25 GMT | 1 |
I'm not talking about with the IDE( I DL the fix from MS and it still doesn't work), I'm talking about in my application. Users want to use the wheel to scroll in a grid. Does the wheel fired an event?
|
| creation of a large XML file using vb 6.0 throws out of memory error. | 20 Mar 2008 15:13 GMT | 6 |
i have designed a form in Vb 6.0 application ,which when executed exports data in XML file. the size of a XML file can grow as large as it can ( approximately 1.5 GB) . i have used textstream and filesystem object to create and write data
|
| Flash activex on form | 20 Mar 2008 15:04 GMT | 4 |
I need some help with flash actvex When I put a swf on access form the animation dont play seamless. The animation runs slow-slow-slow-normal-normal-fast-slow-fast- normal... :)
|
| VB Developer | 20 Mar 2008 13:43 GMT | 2 |
Hi Associate, Please update me if you have any consultants for the below requirement Job Title: VB Developer Location: Pittsburgh, PA
|
| Setting up a function key for text | 20 Mar 2008 12:41 GMT | 2 |
g'day all I would like to set up a function key, say f12, to print a line of text. (like in a text field, in a website asking for a password, or username, or email address, etc)
|
| Drawing lines on picturebox (cursor related) | 20 Mar 2008 11:54 GMT | 8 |
This should hopefully, be an easy one for the gurus in here. I am writing a graphing component (using a picturebox as the display window). I want to be able to draw crosshairs accross a graph, as the mouse moves over the graph, in such a way that the crosshairs completely bisect ...
|
| Identifying computers running given program ? | 20 Mar 2008 03:03 GMT | 3 |
We have program "A" that is loaded from a Windows Server by user from numerous locations remotely. Many of the computers are left running 24/7 without terminating program "A".
|
| vb emailer doesn't send till program ends | 19 Mar 2008 20:01 GMT | 3 |
The code below works to send email through my email system. However, nothing gets sent till I end the program. I don't understand why. Maybe someone else does. Thanks for any help.
|