Sorry bout it, it wasn't intentional though... thanks anyway.
lordkaile
Posts
-
FormBorderStyle set to None with context menu on taskbar? -
FormBorderStyle set to None with Context Menu on taskbar?If the FormBorderStyle of the main form is set to None, the context menu on the taskbar is no longer accessible, which normally has menus Restore, Minimize, Move and Close when you right-click it.. is there a way at C# to still be able to display the context menu when the FormBorderStyle is set to None?
-
FormBorderStyle set to None with context menu on taskbar?If the FormBorderStyle of the main form is set to None, the context menu on the taskbar is no longer accessible, which normally has menus Restore, Minimize, Move and Close when you right-click it.. is there a way at C# to still be able to display the context menu when the FormBorderStyle is set to None?
-
Help: Getting the IPAddresses of Computers in a Workgroup" 'Public Property Address() AS Long' is obsolete: 'IPAddress.Address is address family dependant, use equals method for comparison.' " That's the whole statement of the error. My framework is 1.1, and it cant be 2.0 coz im not using VS2005.. but can i use Framework 2.0 with VS2003? i haven't found another way..and how can i set the client to look for any server running in any of the pc in a network. Like if i run a Server or the listener on PC4, the client is on PC1, without specifying the IPAddress where the Server file is running.. if i transfer the server to PC8, the client can still detect it. Something like that. I'm actually new on using System.Net and im just lookin on examples available in the web. I have tried the basics of Server-Client, the problem is the one i stated above. and the client issue.. thanks
-
Help: Getting the IPAddresses of Computers in a WorkgroupHmm.. but i'm using Visual Studio 2003.. anyways do u know another way? Hope u can help me.. i'm still lookin for another way though.. Thanks
-
Help: Getting the IPAddresses of Computers in a WorkgroupHelp please.. Can anyone there resolve this? -Sample Code- System.Net ... 'let's assume there are other codes here dim Addr as IPAddress With DNS.GetHostByName() Addr = System.Net.IPAddress(.AddressList(0).Address) End With ... That should have been the way to get the IP Addresses, but in VBNET 2003 the line: "(.AddressList(0).Address)" is obsolete.. Anyone knows the new way?? Be grateful for the help.. Thanks in advance..
-
VB.net 2003 applicationYou said the other PC does not have VB.NET 2003? It might not have the .NET Framework.. so you'll have to install "dotnetfx.exe". It can be downloaded at microsoft website.. search for it.. www.microsoft.com And if you have a database with SQL server.. you will have to setup a SQL server on that PC.. a client i suppose.. goodluck
-
How to Launch MSWORD in VB.NET?Hello everyone.. how do you launch a MSWORD document in VB.NET, by code? Like if i want to open VB.doc. When I use the shell command, and then specify its path.. it will juz say 'File Not Found!'. It only launches executables.. I can't actually open the MSWORD file.. Can anyone help me out with this? Thanks in advance..
-
VB.NET accessing MS Access with password problem... [modified]Steve! i've tried your connection string and it worked! Thanks a lot man! now i dont have to worry about my database being vulnerable..! Thanks for the help! :) -Kai
-
VB.NET accessing MS Access with password problem... [modified]i have tried it b4 and it's really not for access, in the first place setting password to an access database does not require username..and if u use the password with the username, it will juz prompt an invalid password.. it's alright, thanks anyway : )
-
VB.NET accessing MS Access with password problem... [modified]Thanks for the answer.. but the user id and password pertains to a SQL server... i think.. i've tried that b4.. and the password isn't the password of the access database.. -Kai
-
VB.NET accessing MS Access with password problem... [modified]I always put my database inside the bin or in a folder inside the bin.. i'll try your connection string, thanks! :) -Kai
-
VB.NET accessing MS Access with password problem... [modified]Greetings everyone! i'm a junior programmer of VBNET.. I don't have an SQL Server and im still not into hard coding SQL... so i'm using MS access as my database.. The problem is, i like to set a password on my database..let's say 'depedsys.mdb' is my database file.. but if i set a password in it.. can't access it on VBNET.. Im using the Microsoft JET Oledb 4.0 Provider.. Anyone can help me out with this? Thanks in advance.. -Kai Kai Studios -- modified at 0:28 Sunday 30th July, 2006 Kai Studios