HighTechTalks DotNet Forums  

Sponsored Links


Dotnet FAQs microsoft.public.dotnet.faqs


Discuss in the Dotnet FAQs forum.



Post New Thread
Threads in Forum : Dotnet FAQs Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hi, Any idea how to fill a dropdownlist thru dataset I done like this ddLst1.DataSource = myDataSet ddLst1.DataMember =...
K R Lal
05-24-2005 06:55 AM
sathi Go to last post
1 15
Hi folks, I'm just a hack programmer, but have done quickbasic, quickc, ansi c/cvi and would really like to poke around with vb6. But *nobody* sells...
-XC-
05-23-2005 09:43 AM
barkerl Go to last post
4 21
I have one vb6 application in which it uses one variable Private m_wndprcNext& and uses in SetWindowLong hWndCur, GWL_WNDPROC, m_wndprcNext one...
owais
05-23-2005 09:37 AM
owais Go to last post
0 21
Where do I obtain information regarding methods, properties, classes, interfaces and examples with respect to Microsoft.Office.Interop.Graph PIA?
Rashmi Panduranga
05-23-2005 08:40 AM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 28
I have been able to add a chart in VB.NET 2003 using MSChart Control 6.0, but the graphics are very primitive. I can ALSO add a MS Chart 10.0...
Patrick
05-23-2005 08:38 AM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 26
I wish to call a js function from a ToolbarCheckButton web control: <mytb:toolbar> <mytb:ToolbarCheckButton onclick="fn();" Text="tbText" ID="tbID"...
05-23-2005 08:36 AM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 30
Hi, MS Class Library Guidelines clearly discourages use of Write-Only properties yet they're continuously availed in .NET after VB 6. Personally, I...
Disiac
05-23-2005 08:31 AM
Alvin Bruney [MVP - ASP.NET] Go to last post
1 23
Hi we are just moving from VB6 to vb.net(or C#) and i have beenlooking at how to deploy applications. Our applications areonly used internally. At...
C Evans via .NET 247
05-23-2005 06:26 AM
C Evans via .NET 247 Go to last post
0 21
Structs are value types, strings are ref types. If you have something like this: struct foo { System.String str; } foo TheDayToday;
Sathyaish
05-22-2005 02:59 PM
Jon Shemitz Go to last post
1 28
In Visual Studio 2005 Beta2, one is able to view and close multiple tabs in the Windows Form Designer. I want to be able to do this using the Tab...
leighg
05-20-2005 05:09 AM
leighg Go to last post
0 24
Replace the TBD comment with a single line of code that causes this program to display "Win-Dev!" You cannot modify any of the existing code, or...
Pramod
05-20-2005 05:04 AM
Chester Ragel Go to last post
1 32
<Previously posted in microsoft.public.dotnet.framework.windowsforms> Hi all. Any suggestions here would be appreciated. Thanks for reading. I'm...
Brad Jones
05-19-2005 11:18 AM
Brad Jones \(not CodeGuru Guy!\) Go to last post
4 20
Hi Folks, I'm using c# to create a server client application. I have to check if the socket is in"CLOSE_WAIT" state. Anyone knows any solution for ...
Laszlo Csabi
05-17-2005 03:54 PM
Feroze [msft] Go to last post
1 35
Hi, I has visual basic .net 2003 project for trial and later I wanted the same to change as my original project. But in that I am not able to change...
Ajith Nair
05-17-2005 04:24 AM
Ajith Nair Go to last post
0 16
Hello, I looking an Idea to or tool for downloading the received SMS from any mobile / gsm modem to my computer thru datacable. Please help...
K R Lal
05-17-2005 01:05 AM
K R Lal Go to last post
0 16
We know that 1 inch= 72 points. Please let me know what is the relation between Points & Pixels.
Rashmi Panduranga
05-17-2005 12:20 AM
Rashmi Panduranga Go to last post
2 20
Hi, I have the following Impersonation code. This code is in C# and I want to retrieve the data from the SQL server database using the...
Pramod
05-16-2005 02:04 PM
Manfred Braun Go to last post
7 20
Is there a compiled list?
news.microsoft.com
05-15-2005 12:25 PM
Staiger Go to last post
2 22
There isn't, because all the code within your .net app relies upon the presence of the framework.
Mendhak [MVP]
05-15-2005 11:44 AM
Mendhak [MVP] Go to last post
0 29
Hi... I am new to this so appollogies if I am asking in the wrong place... If not could someone please point me in the right direction. This is...
Mark
05-12-2005 06:14 PM
Mark Go to last post
4 20
Just testing this news account...thanks
emac
05-12-2005 10:24 AM
Michael McCarthy Go to last post
2 45
The telecom dept in our institution decide to block port 25 on our user's pc. I understand very well their reasons (spam) but we have many...
bobdocteur
05-11-2005 07:45 AM
Nitin Singh Go to last post
1 36
Hi, I have many thousand lines of C# code that uses System.Windows.* frequently, so it has a lot of GUI. This program processes data that is located...
Magnus Gran-Jansen
05-10-2005 03:51 AM
Magnus Gran-Jansen Go to last post
0 28
Hi! My screen go to black when I'going to debug or build. I have 2003 Visual Stutio (Architect Version) with .NET 1.1 with sp1. Any...
WBG
05-09-2005 10:55 AM
WBG Go to last post
2 11
Hello folks, Would love yo get all informed opinions and/or facts on the following: Over the last few weeks I have spent quite a bit of time...
Lauren Wilson
05-09-2005 09:53 AM
Mary Chipman [MSFT] Go to last post
2 23
Does anyone know how to setup a multi-solution model?
csl
05-09-2005 09:20 AM
csl Go to last post
2 14
Hi, I am new in Visual Basic .net. I did not find any option to create DLL or ActiveX module. Please help me to create. Thanks in Advance, Ajith
Ajith Nair
05-09-2005 09:11 AM
WBG Go to last post
1 23
Suppose I add 2 or more shapes (ex: tables) to a slide by just specifying its dimensions(i.e; no. of rows & no. of columns) and not left, top, width...
Rashmi Panduranga
05-09-2005 05:47 AM
Rashmi Panduranga Go to last post
0 25
Hello, I am new on Microsoft Visual Studio 2003. Several questions : 1) How can I compile an HTML page, and check it syntax (suppose I have a...
Avi
05-08-2005 01:15 AM
Lauren Wilson Go to last post
6 18
Below is my code, and is just blocked there. There is no any error message. '=============================================> Dim msg As String =...
HotQQ
05-06-2005 06:09 PM
HotQQ Go to last post
0 20
Where do I find the link to get the information regarding how to automate Power Point by using VB.Net in Office 2003?
Rashmi Panduranga
05-06-2005 12:33 PM
Thomas Scheidegger [MVP] Go to last post
1 46
In windows programming ListView Cursor property is not working can anyone suggest how to do it using listview properties Thanks in advance Prasad...
prasad
05-05-2005 12:11 PM
prasad Go to last post
0 16
Hello, I am using Microsoft Visual Studio 2003 Architecture. How can I debug my code (Aspx, html, javascripts, etc...) ? Thanks :)
Avi
05-05-2005 08:03 AM
Mona Go to last post
1 22
Hello, How can I (on Microsoft Visual studio .NET 2003) : use HTML code on aspx page (I have a button, and I want that the event occurs, when I am...
Avi
05-05-2005 07:33 AM
Mona Go to last post
1 17
Hello, I am new on using visual studio dotnet 2003 (before that, I had the experiment on developing dotnet with notepad). I need to know about some...
Avi
05-05-2005 03:17 AM
Cor Ligthert Go to last post
1 17
Hi, How to send embedded Images through e-mail. I am sending Mails using the smtpmail class in .net thanks in advance prasad dannani
prasad
05-04-2005 07:53 PM
Eric Moreau Go to last post
1 17
Hello To All Can you please guide me what hardware and software is required for running the development environment for ASP.NET. Currently I am...
AT
05-04-2005 10:22 AM
Claudio Grazioli Go to last post
1 18
I am developing windows based software. So with the software I will have to create DLL. Also when I bought the .net 2003, with the kit it tells that...
Ajith Nair
05-04-2005 04:26 AM
Ajith Nair Go to last post
0 16
That's no longer an option. ActiveX's controls can only be created from VB6 if memory serves me right. -- Regards, Alvin Bruney - ASP.NET MVP The...
Alvin Bruney [MVP - ASP.NET]
05-03-2005 07:28 PM
Alvin Bruney [MVP - ASP.NET] Go to last post
0 34
"Joop" <ipy (AT) nt (DOT) co> wrote Why? I would assume that the C++ developers that like the language will choose C++/CLI, C++ developers that...
Alex
05-03-2005 05:56 PM
Alex Go to last post
0 19
You could choose Windows Application, then change the output type to dll. Right click project in Solution Explorer and change output type to...
Eric Cadwell
05-03-2005 12:59 PM
Eric Cadwell Go to last post
0 36
Hello, I am looking for good tutorial (quick step by step), that teach me about the Microsoft .NET 2003 architecture, and show how to work with the...
Avi
05-03-2005 11:51 AM
Eric Cadwell Go to last post
1 36
when i try to use (in a web form) System.Diagnostics.Debug.Assert(false, "IT IS FALSE"); i never get the MsgBox-style dialog box displaying when...
Mark Newby
05-03-2005 03:43 AM
G.V. Go to last post
1 25
Hi, What is the key combination to toggle between the splits, when a window is split? kd
kd
05-02-2005 07:34 AM
kd Go to last post
0 22
I am new to Visual Studio. .net and Windows Server 2003. I have a brand-new workstation and brand-new Win2003 server. My Windows network consists of...
Mark
04-28-2005 04:12 PM
Mark Go to last post
2 19
Basically, 2 questions: 1. Can I buy a .NET hosting package? (is there such a thing?) 2. Can my hosted .NET project run against MS...
Ed
04-28-2005 11:13 AM
Leon Mayne [MVP] Go to last post
3 26
Hi, I've a problem. I have to set the paper size of a report (crystal report) at runtime, but the size I need to set isn't in the list...
Chiara
04-28-2005 09:54 AM
Chiara Go to last post
0 27
but obviously, it'll work only if dtstring is in correct format according to Current DateTime format of your computer (or current thread) :) Maqsood...
Maqsood Ahmed
04-28-2005 02:55 AM
Maqsood Ahmed Go to last post
0 24
Hello, Please try to use CurrentCulture's DateTimeFormat property. DateTime dt =...
Maqsood Ahmed
04-28-2005 02:53 AM
Maqsood Ahmed Go to last post
0 20
HI All, Is there anyway to read Captcha Images ? I have to get the charecters that are placed inside the captcha images. Thanks in advance, Prasad...
prasad
04-27-2005 10:22 PM
Ray Cassick \(Home\) Go to last post
1 31
Post New Thread

Display Options
Showing threads 651 to 700 of 1842
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.