| Thread | Last Post | Replies |
|
| Desktop changer program | 14 Feb 2006 00:24 GMT | 3 |
I have a very simple program that changes the picture on my desktop eachtime it's run and the system re-started. Windows has the options to "Centre", "Tile" or "Stretch" a picture. How do I incorporate 1, 2 or 3 ("Centre", "Tile" or "Stretch") into my program to
|
| Comunitacion to RS232?? | 14 Feb 2006 00:13 GMT | 3 |
Hy, i want to now where can I find a driver for serial comunication in Visal Basic.NET?? I cry, conect BAR code scaner to my copmuter , to RS232 serial port, and
|
| web page question | 13 Feb 2006 23:58 GMT | 1 |
From my program I load a web page using the ShellExecute statement: ShellExecute 0, vbNullString, "http://www.somewhere", vbNullString, vbNullString, vbNormalFocus The page load perfectly fine.
|
| Parse an INI file in VBA | 13 Feb 2006 23:20 GMT | 4 |
I am trying to parse an INI file in Excel(VBA). Plese advise on the best possiable way to do this. Thank you Jim
|
| KeyPress won't work properly. | 13 Feb 2006 22:19 GMT | 12 |
I'm trying to add shortcut keystrokes to two menu entries with the following code. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) Dim ShiftDown, AltDown, CtrlDown
|
| Trailing minus in display | 13 Feb 2006 17:14 GMT | 4 |
Is there a simple/standard way to display a negative number (integer in this case) with a trailing minus sign? I've looked in help on formatting, but I don't see a way to do it. I'm actually on .NET Compact Framework, but this seemed more like a VB
|
| Data Acces Question | 13 Feb 2006 16:57 GMT | 9 |
I have a small VB-Access program which is causing me a problem. I am executing an INSERT INTO SQL statement using a UNION Query as a datasource, but I am getting the following error message: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 3.
|
| Dynamic report using formula fields | 13 Feb 2006 14:54 GMT | 1 |
Hi all , Pls can you help me with the following please? I have a CR report with few formular fields defined in the repot. A run time I want to pass data for each row and populate the repor
|
| SQL 2005 creating FK | 13 Feb 2006 14:21 GMT | 1 |
I am in the middle of creating a data warehouse and wanted to add some FK constraints. However, I've found that when creating them via the 'relationships' tab, something strange occurs!
|
| Array as parameter to function | 13 Feb 2006 13:49 GMT | 8 |
I'm doing this in my code private someArray(10) as single 'Declared private in my class and I have a function call Call SomeFunction(someArray)
|
| method '~' of object '~' failed' | 13 Feb 2006 11:41 GMT | 1 |
mdac will i execute my prog in machine XP sp2 ihave a messge method '~' of object '~' failed' i think that i have a problem with a Mdac version
|
| Question about DoEvents | 13 Feb 2006 07:48 GMT | 16 |
I have a program running that calls to an ActiveX.exe. The activex exe has a timer event in it that kicks off a process that reads from a queue and does some processing, it also has a method that adds an item to the queue from a client app. It looks like this:
|
| Application does not appear in the Windows Taskbar | 13 Feb 2006 07:35 GMT | 4 |
Hi gurus! Its probably an often repeated question on here, but my VB6 applcation when running does not have a button on the taskbar like every other application. And if minimised minimises to a button ABOVE the taskbar.
|
| best place to learn .net | 13 Feb 2006 04:52 GMT | 19 |
I am new to this forum and also new to .net, I want to try and learn .net in my spare time, can anyone recommend somewhere to do this online? Many Thanks
|
| I cannot get message boxes to show up from an ActiveX dll. | 13 Feb 2006 03:46 GMT | 2 |
On this computer only (I have tried on my daughter's computer as well as asked a couple of friends) when I run a class that accesses a msgbox "Hello World" call, they all get the message box, I don't. I get it in the Application Log.
|