| Thread | Last Post | Replies |
|
| display a webpage in a windows form | 12 Jan 2005 19:15 GMT | 1 |
hi all anyone knows how to open an webpage inside windows form ? i don?t want to call ie, i prefer to use ie activex and put the object inside my form
|
| usercontrol background colour | 12 Jan 2005 18:43 GMT | 2 |
Hi friends I'm having trouble setting the background color of a user control to transparent ! why is that ? any help appreciated
|
| Windows XP IIS ASP Help | 12 Jan 2005 17:38 GMT | 2 |
I have Windows XP Home Edition SP2 and I need to do Web Development. I want to know if anyone has XP Pro running IIS and how is it working? I have SQL 2000 Developer and Frontpage 2003 with asp pages I developed. I tried to install IIS on the home edition it installed but I cannot ...
|
| drop Microsoft Access XP table with Visual Basic | 12 Jan 2005 17:32 GMT | 8 |
Dear developer, I have an error message when I try to delete or drop Microsoft Access XP table with ADOX in Visual Basic 6. I use the ADOX.Catalog and ADOX.table to create and delete or drop table within Visual Basic program.
|
| Linking access tables? | 12 Jan 2005 17:27 GMT | 10 |
Is there any way to programmatically link access tables using vb.net
|
| GUID | 12 Jan 2005 15:31 GMT | 2 |
How do I use Option Strict with a GUID: Here is the code sample. Convert does not have a 128 integer type nor GUID type. So how do I make a GUID Type Safe? Public Function Load(ByVal iGUID As Guid) As Structures.Record Implements
|
| Making a generic Parameter class | 12 Jan 2005 14:29 GMT | 3 |
I would like to make a generic set of methods that could be called regardless of the database behind the scenes. One of the methods I would like would take a string sql statement and an array of DataParameter objects.
|
| Help Me - LookupAccountSid | 12 Jan 2005 12:35 GMT | 4 |
LookupAccountSid work only first time... Why? This is my code: '---------------------------------------------------------------------------------------------------------------------------- Private Declare Function ConvertSidToStringSid Lib "advapi32.dll" Alias
|
| Dot NET application not able to show message box on .NET framework | 12 Jan 2005 12:31 GMT | 3 |
I am facing a problem where by VB .NET and C# based application, initially developed with VS .NET2002 when compiled with VS .NET 2003 and run on .NET framework 1.1 is not showing text and button titles for the Message boxes displayed.
|
| ODBC | 12 Jan 2005 12:17 GMT | 1 |
Howdy, I'm have alittle trouble getting to grips with conneting my VB application I constucted to a database which is on my network. The problem is more to do with the fact that I'm only now learning VB after
|
| SMBus Access | 12 Jan 2005 10:16 GMT | 2 |
I'm using GPIO (general purpose IO) of a motherboard. Accessing SMBus Components directly by the Registers of the SMBus Controller. Has anybody a more elegant way not to bind the software to much to the specific motherboard ?
|
| Getting logon error in Crystal Reports in ASP.Net | 12 Jan 2005 09:43 GMT | 2 |
I'm not sure why this is happening. I'm trying to run a late-bound report. My original code looked like this: TableLogOnInfo logOnInfo = new TableLogOnInfo (); logOnInfo.ConnectionInfo.ServerName = "<server name>";
|
| Load Testing web applications for user not having VS .NET | 12 Jan 2005 08:35 GMT | 1 |
I would like to know how I can load test my web application, I do not have VS .NET is there any good free tools out there? Brett.PerkinsSherson@uts.edu.au
|
| Digital Signature | 11 Jan 2005 23:35 GMT | 12 |
I have a .NET service sending mails using CDOEX. These mails I need to sign. I got a tip that I should use CAPICOM. That worked fine sending a mail with signature.
|
| .NET 2.0 support of bitmaps in menu items | 11 Jan 2005 23:32 GMT | 1 |
Do any of you beta users of .NET 2.0 know if bitmaps/icons are supported for main menu items? I saw a screenshot of a sample app that had this feature. Does .NET CF 2.0 have this support too? Thanks,
|