| Thread | Last Post | Replies |
|
| Is VS.net the tool I need? | 01 Aug 2004 00:59 GMT | 1 |
I need to develop an eCommerce site (shopping cart, secure, etc) for our company. Will .net do this? I see a lot of chatter about creating websites but little about secure sites that can process credit cards, interact with shipping calculators, etc. What I really need is a ...
|
| Data sharing between applications | 31 Jul 2004 14:05 GMT | 1 |
A user has multiple applications running on his/her PC and I want to create a broker component or service that is shared among the multiple apps. Each time an application changes a record it notifies the broker and the broker in turn notifies the other applications so they can take ...
|
| how do i write checkbox to.... | 31 Jul 2004 13:58 GMT | 3 |
how do i write checkbox1 boolean to xml in vb6 i can only do cstr( checkbox1.value) but in vb.net can't write to xml. i am doing irc chat similar to mirc or pirch chat. rw.WriteConfigInfo("User Modes", chkInvisible.Text,
|
| trying to login into https web site via <WhatEverWorks>.net | 31 Jul 2004 02:46 GMT | 2 |
I'm trying to login to a banking site (https://www.providentconnection.com) using vb.net. I've tried many variations of WebClient and HttpWebRequest; none of which I've got to work. My latest version is:
|
| Learning .NET (expensive software) | 31 Jul 2004 00:47 GMT | 5 |
I'm seeking advice on learning .NET I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to learn .NET I also have some experience with SQL Server and Oracle databases. My employer thinks even with the previous experience noted above, I am incapable of picking up ...
|
| Convert DOS Cyrillic text to Unicode | 31 Jul 2004 00:39 GMT | 17 |
How can I convert DOS cyrillic text to Unicode
|
| Connecting to a DataBase like i did in VB 6 | 30 Jul 2004 20:09 GMT | 9 |
I wrote a cool little database program a while back, in VB6, and im intending to rewrite it in .net. I am new(ish) to .net, but an old hand at VB5/6. In VB i would access the mdb file something like this.
|
| ASP.NET Image Resizing and returning in Response.OutputStream | 30 Jul 2004 16:42 GMT | 1 |
***Scenario ... I have a DataList with a hyperlink WebControl in the Item Template. I want to display a 64x64 image in the Hyperlink and set the NavigateURL to the full size image.
|
| MSOLAP and sharepoint custom web part | 30 Jul 2004 15:19 GMT | 1 |
can we use MSOLAP in sharepoint custom web part actually i tried to but it is throwing exception :- security exception i dont know how to resolve this thing and there is no help on the internet. if anyone know how to do this please let me know
|
| MS Development Environment | 30 Jul 2004 14:52 GMT | 1 |
yesterday when started my devenv it flashes a message MS Developement Environment is not available contact your system administrator, and when i started todays it just flashes on the screen and disapears what was the reasion.
|
| Executing a VB Script file from VB.net | 30 Jul 2004 14:15 GMT | 2 |
I am loading XML data into a SQL Server database using SQLXML with bulkload. I use a VB script file to perorm the load with the map schemas and the XML files. To do the load manually, you just double click on the VB script file which lies in a directory on the hard drive. Now I ...
|
| .Net Trial | 30 Jul 2004 14:11 GMT | 1 |
I ordered a .Net trial and it came yesterday. I put in CD 1 ran the Prerequisites CD, then started to install .Net. It got aobut 25% done, then stated there was an exception error. I then proceeded to disable all my antivirus software along with some apps that were in my ...
|
| web.... | 30 Jul 2004 14:09 GMT | 7 |
i added image control to web form....but how do i add picture to image control? regards,
|
| vb.net mdi parent - child forms problem | 30 Jul 2004 13:55 GMT | 1 |
My application loads with a form which is the mdi parent and a menu item click (main menu of the parent form) brings up a child form. I have to wait for a considerable amout of time to execute an oracle procedure which has to be invoked from the above said child form. The problem ...
|
| use .net dll in vb6 | 30 Jul 2004 13:23 GMT | 1 |
We made a DLL (not with .net, but with the ProxyGen of OpenEdge10) and used it in a .net application. Everything worked fine. Problem is that the clients are working with asp 3.0. On a clean pc, we installed vb6 SP6 and the .net framework, used RegAsm to register the dll and ...
|