Click here to Skip to main content
15,903,012 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DataGrid in .Net Pin
Anonymous16-Sep-04 9:41
Anonymous16-Sep-04 9:41 
GeneralRe: DataGrid in .Net Pin
Purple Monk17-Sep-04 5:48
Purple Monk17-Sep-04 5:48 
GeneralChanging Colors on InputBox's Pin
ProgBeaker16-Sep-04 7:02
ProgBeaker16-Sep-04 7:02 
GeneralRe: Changing Colors on InputBox's Pin
tricknigjew16-Sep-04 11:47
tricknigjew16-Sep-04 11:47 
GeneralRaiseEvent Connected not working Pin
Anonymous16-Sep-04 6:39
Anonymous16-Sep-04 6:39 
GeneralProblem in User Control after installing Framework 1.1 sp1 Pin
GanesanM16-Sep-04 4:20
GanesanM16-Sep-04 4:20 
GeneralRe: Problem in User Control after installing Framework 1.1 sp1 Pin
Dave Kreskowiak16-Sep-04 4:38
mveDave Kreskowiak16-Sep-04 4:38 
Generalget a url with MSXML2.ServerXMLHTTP but encoding problem Pin
karanba16-Sep-04 3:38
karanba16-Sep-04 3:38 
I am trying to get a url with MSXML2.ServerXMLHTTP but turkish chacters in the url making problem that they seem as '?' how could I solve this problem.
Here is the my code....

<%<br />
Response.Buffer = true<br />
<br />
Dim objXMLHTTP, xml, text<br />
<br />
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")<br />
<br />
xml.Open "GET", "http://www.bektekeri.com/include/articles/article14.php", false<br />
xml.setRequestHeader "Content-Type", "xml/text"<br />
xml.setRequestHeader "characterset","windows-1254"<br />
xml.setOption(0) = 1524<br />
xml.Send<br />
<br />
text = xml.responsetext<br />
response.Write text<br />
<br />
Set xml = Nothing<br />
<br />
%> 


karanba
GeneralRe: get a url with MSXML2.ServerXMLHTTP but encoding problem Pin
Dave Kreskowiak16-Sep-04 4:41
mveDave Kreskowiak16-Sep-04 4:41 
GeneralLinking VBScript back to VB6 Pin
pplikill16-Sep-04 2:35
pplikill16-Sep-04 2:35 
GeneralRe: Linking VBScript back to VB6 Pin
Dave Kreskowiak16-Sep-04 3:36
mveDave Kreskowiak16-Sep-04 3:36 
GeneralRe: Linking VBScript back to VB6 Pin
tricknigjew16-Sep-04 3:48
tricknigjew16-Sep-04 3:48 
Generaldatagrid problem in vb.net Pin
sribusam15-Sep-04 23:32
sribusam15-Sep-04 23:32 
GeneralHandle Clipboard event in VB.NET Pin
kokain15-Sep-04 23:24
kokain15-Sep-04 23:24 
GeneralRe: Handle Clipboard event in VB.NET Pin
Dave Kreskowiak16-Sep-04 0:41
mveDave Kreskowiak16-Sep-04 0:41 
GeneralAdding items in listview Pin
Sumit Domyan15-Sep-04 19:58
Sumit Domyan15-Sep-04 19:58 
GeneralRe: Adding items in listview Pin
Dave Kreskowiak16-Sep-04 0:35
mveDave Kreskowiak16-Sep-04 0:35 
GeneralRe: Adding items in listview Pin
tricknigjew16-Sep-04 3:44
tricknigjew16-Sep-04 3:44 
GeneralCalling dll in visual c++ Pin
sumiko15-Sep-04 19:46
sumiko15-Sep-04 19:46 
GeneralUnhandled exception Pin
kokain15-Sep-04 16:08
kokain15-Sep-04 16:08 
GeneralModal Forms in VB 6.0 Pin
Red Sunday15-Sep-04 12:32
Red Sunday15-Sep-04 12:32 
GeneralRe: Modal Forms in VB 6.0 Pin
pbpb15-Sep-04 20:25
pbpb15-Sep-04 20:25 
GeneralRe: Modal Forms in VB 6.0 Pin
Purple Monk16-Sep-04 0:43
Purple Monk16-Sep-04 0:43 
GeneralRe: Modal Forms in VB 6.0 Pin
pbpb16-Sep-04 2:21
pbpb16-Sep-04 2:21 
GeneralVisual Basic Sequential File IO Pin
Red Sunday15-Sep-04 4:50
Red Sunday15-Sep-04 4:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.