1. ***** PROBLEM SOLVED ***** PROBLEM SOLVED ***** PROBLEM SOLVED *****
2. Unknown pointer problem between Visual Basic and C (problem solved)
3. Not able to solve problem in posting articles as I am developing newsreader in vb.net
Hi,
I am also sending the code that is showing error
I am developing a Newsreader in vb.net and i am getting a problem in posting
article to newserver for a particular set of newsgroups. i developin g this
newsreader using nntp commands.I need vb.net code for posting a article . I
getting a problem in defining a article format.
I am also sending the code that is showing error
tc.Connect("news.microsoft.com", 119)
ns = tc.GetStream()
sr = New StreamReader(ns, Encoding.Default)
sw = New StreamWriter(ns, Encoding.ASCII)
sw.AutoFlush = True
MsgBox(sr.ReadLine())
sw.WriteLine("post" & vbCrLf)
MsgBox(sr.ReadLine())
sw.WriteLine("from: " & "balu" & " (" & "baluveer_mukkamala" & ")" &
vbCrLf)
response = sr.ReadLine()
sw.WriteLine("newsgroups: " & "microsoft.public.test.here" &
vbCrLf)
sw.WriteLine("subject: " & "visualbasic" & " (" & "vbcode is
ready to drink" & ")" & vbCrLf)
sw.WriteLine(vbCrLf)
sw.WriteLine("are you ready to meet me for getting source codes"
& vbCrLf)
sw.WriteLine(vbCrLf)
sw.WriteLine(".")
sw.WriteLine(vbCrLf)
response = sr.ReadLine()
showing Error:
441 (606) article rejected ____ header missing
Kindly , Send me code for posting article in vb.net using nntp command
"post".
Please send code only in vb.net but not in c# and also with out using any
dll's
with regards,
balu.
4. Data Adaptor error VB.Net 2003 SQL 2005 - SOLVED - ADO.Net
5. Deploying a Com Interop componnent to be used by VB6 -Solved
I narrowed down the problem to the framework on the target machine, re-installed it and my component now works fine. Regards Ian "Ian Ashworth" < XXXX@XXXXX.COM > wrote in message news:%23Vr% XXXX@XXXXX.COM ... > Guys I have a problem with deployment of a com interop component which I > have written in vb.net for use within our main vb6 project. > > I have checked the "Register for Com Interop" option within the Project > Properties/Configuration Properties/Build tab. > > The target machine has the .net runtime already installed therefore I > attempted a simple copy/paste on to the target machine using "Regasm.exe > MyComponent.dll /tlb:MyComponent.tlb /codebase" - All seems to register > properly except when I attempt to use the component from within my VB6 > program I get runtime error - "File or assembly name System, or one of its > dependencies, was not found" > > Any assistance in this matter greatly appreciated > > Thanks in advance > > Ian Ashworth >
6. Invalid cast exception when debugging a VB6 COM addin (SOLVED)
7. Old VB Shift-F2 / Ctrl-Shift-F2 Finally solved in VS.NET 2003
I've seen a bunch of people post that they had troubles with this, but never saw anyone post a working solution. Shift F2 = F12 Ctrl Shift F2 = Ctrl - This seems to work well, as it jumps between routines, and lets me get back to where I was. -- Chris Mullins
8. Serialization and UDTs (Visual Basic.Net) - Problem Solved - Microsoft .NET Framework