16,916 Topics

Member Avatar for
Member Avatar for bsousa

Hi all, I'm trying to consume a Service called GetMemberPointsAvailable using VB.NET. Here is the wsdl: [url]http://sp-s3g-uat.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl[/url] This service is written in coldfusion - axis engine. The steps: I'm using VB.net on Visual Studio 2005. I created a new windows application project. Then I added a web reference with URL …

0
73
Member Avatar for janz_03

ei, can anyone could teach me or give some codes on how to create a password verification when opening the database using (msaccess) dao 3.51... thanx

Member Avatar for janz_03
0
80
Member Avatar for zion_neo

Hi to all I am very new for this forum. and I am intrested to work on VB. Is there any practical approach to learn VB.Do anybody have the material ont his.

Member Avatar for bushman_222
0
85
Member Avatar for locsin

greetings! anybody know how to set the system date value. like for example today date is 11/22/2007 i want to set this date into a new value one month ahead it should be 12/22/2007. THANK YOU IN ADVANCE

Member Avatar for elleinad
0
103
Member Avatar for cutepraba

Can anyone please post the tutorial for connect SQL server over the WAN. I have been using my SQL server in the LAN without problem. I am not able to connect with the STATIC ip and this is connection string for LOCAL. conString="PROVIDER=SQLOLEDB;SERVER=192.168.1.1;UID=XXX;PWD=XXX;DATABASE=TEST" I have tried with coneectionstrings.com and helpless. …

Member Avatar for QVeen72
-1
129
Member Avatar for afrozajb
Member Avatar for ncebz
Member Avatar for swapna7999

1.Dim d As String 2.d = Format(Now(), "dddd, yyyy mmmm dd") 3. MsgBox (d) 4.If Dir("c:/", Photos & d) = "" Then 5.rspCreate = MsgBox("Directory doesn't exist, do you wish to create it?", vbYesNo) 6.If rspCreate = vbYes Then 7. MkDir "My Documents/swapna" 8. End If i want to create …

Member Avatar for Jx_Man
0
115
Member Avatar for veledrom

Hi, [code]Label6.Caption = rcsetFran.Fields("franchiseid")[/code] generates an error"Method item of object Fields failed". If i do [code]Label6.Caption = rcsetFran(0)[/code] then doesn't accept '0', i need to give '1'. In this case i can't return first column in the table. 1 returns second column. How can i solve this problem. Thanks

Member Avatar for veledrom
0
100
Member Avatar for matherton

First glance: [INDENT][COLOR="Green"]Name[/COLOR]: Mark Atherton [COLOR="Green"]Height[/COLOR]: 5'8" [COLOR="Green"]Weight[/COLOR]: 160 [COLOR="Green"]Hair[/COLOR]: dark brown – graying [COLOR="Green"]Eyes[/COLOR]: blue [COLOR="Green"]Location[/COLOR]: Woodland CA [COLOR="Green"]Age[/COLOR]: 60 [COLOR="Green"]Relationship Status[/COLOR]: married – 3 children – last child 19 living at home [COLOR="Green"]Hobbies[/COLOR]: [LIST] [*]cabinet building & precision woodworking [*]restoring our 122 year old Victorian home for the …

Member Avatar for zandiago
0
183
Member Avatar for UMESHKUMAR

I am getting problem in Grouping the data in DataReport. The problem is that the group of records are reprinting n number of times as in the recordset.

Member Avatar for QVeen72
0
36
Member Avatar for nipu_haq

hi, i.m working with a project. I creating report in visual basic data report. i use different report size. so i need to use different priter paper size. please any one help how i can use different paper size using vb code. please if you want to help me send …

0
56
Member Avatar for juzolin

Taking Computer Programming in high school =) My group is assigned to program a Monopoly game. Using Visual Basic 6. We have the user select how many players using radio buttons in one form. (2, 3, or 4 players). How can we program turns? We have the players stored in …

-1
53
Member Avatar for kehar

Hi, with the help of VB 6 and Access I would like to make a software to enter Cheque No and its related bill no. I mean a Cheque could be the payment of number of bills of a firm which varies from time to time. So pl help me …

Member Avatar for kehar
0
98
Member Avatar for Roobyroo

I've got a VB app I wrote that runs over Access and works pretty well for the most part. However, there are a couple of pages where I get the following error when trying to access a database (no pun intended). I'm getting the error "Unrecognized Database Format (path to …

Member Avatar for Indio61
0
155
Member Avatar for killer007

[B]Is There any way so that we can use Icon with 32 Bit Color Depth as Exe Icon.[/B]

0
66
Member Avatar for Nemoticchigga

I am using the begininvoke and endinvoke methods in visual studio 2005. [CODE] private: System::Void button_run_Click(System::Object^ sender, System::EventArgs^ e) { AsyncCallback ^ac = gcnew AsyncCallback(&InvokeTest::Form1::delegate_function_callback); delegate_function ^df = gcnew delegate_function(this, &InvokeTest::Form1::function_to_invoke); df->BeginInvoke(ac, df); } private: delegate int delegate_function(void); public: int function_to_invoke(void) { label_status->Text = "Running"; //label_status->Text = "Stopped"; } private: …

Member Avatar for Ancient Dragon
0
110
Member Avatar for virendra_sw

Hi, We have developed one application which is developed in VB .Net in VS2003,VS2005 and VS2008 version. The application which is build in VS2003 and VS2005 are perfectly worked in Vista except for application developed in Visual studio 2008. This application is accessing the registry. It giving error only application …

Member Avatar for Ramy Mahrous
0
62
Member Avatar for veledrom

Hi, How can i call a Oracle Stored procedure in vb6? Stored procedure : [code]ADD_SP (1, '1', 1, 1, 'abc')[/code] Thanks

Member Avatar for veledrom
0
139
Member Avatar for alpe gulay

..I have a simple c# application... on the form, it contain windows media player in w/c will be able to play music nd video files. I have problem on it, while running the application in the other pc. I really wonder why it doesn't work in the other pc yet …

Member Avatar for Ramy Mahrous
0
95
Member Avatar for Arijit Manna

Hi, Iam working on [B]WPF DataGrid (dev. by ComponentOne)[/B] with [B]Visual Studio 2008[/B]. I wish to provide facility to user to select "Columns" of a Table using ListBox(if possible, by clicking on Checkboxes within the ListBox) and the Report will be generated for those selected "Columns" only. [I]Selection to be …

Member Avatar for Arijit Manna
0
133
Member Avatar for yanz

Hi everyone here.. Currently i m doing my project which i needed codes for receiving sms by PC using vb6. I would like to knOw if there is any expert who have the codes.. if there is..can send the codes to mi.. thanks alot... I have been trying so many …

Member Avatar for elleinad
0
621
Member Avatar for brij_engg

The [B]SetupDiOpenDeviceInterface[/B] function retrieves information about an existing device interface . what is an interface here......... please let me know...

0
47
Member Avatar for elondir

I am upgrading a VC++ 6.0 project to Visual Studio 2008. It uses STL extensively. It compiles fine on Visual Studio 6, but produces the following error in VS2008: [icode]error C2440: 'initializing' : cannot convert from 'const int' to 'MyStruct *'[/icode] The error is trapped in the STL functional header …

Member Avatar for elondir
0
206
Member Avatar for ramya_bugbuster

hi friends.. i got the below error while compiling a simple .cpp pgm in microsoft visual studio->vc++.. tht vcspawn.exe file is in Microsoft Visual Studio\Common\IDE\IDE98 folder.. can anyone tell me abt this problem?do i have any prob in installation?do i have to change any configuration/settings?.. Configuration: sc1 - Win32 Debug-------------------- …

Member Avatar for ramya_bugbuster
-1
511
Member Avatar for kinyuadave

Hi there i've just known how to make an exe file now what am asking is how to change the icon of the exe from the default one to one of you choise like in the one cd access program.

Member Avatar for kinyuadave
0
160
Member Avatar for kousarrabiya

Hi, Iam trying to put username and password in some dat file(ADMIN.DAT)from changeLogin page and getting/retreiving username and password from another page from ADMIN.DAT file.... My problem is username and password details are getting stored in dat file in readable text format NOT IN BINARY.. Writing into file part is …

Member Avatar for kousarrabiya
0
114
Member Avatar for ahmbil

Hello i will like to have an exemple to help me understand random access file(user define data type) using dynamic array in vb6. Please with explanation.

0
51
Member Avatar for ArchiMedes

Hi, I'm new around here & newish to VB 6.0 as well! :cheesy: I'm using VB 6.0 to create a random access file, which has 2 fields per record . I know that all the records must be of equal length, but am wondering if there is a practical limit …

Member Avatar for ahmbil
0
712
Member Avatar for dbdork

Here is my code: If optName.Value = True Then Dim strWhere As String Dim ctl As Control Dim varItem As Variant 'make sure a selection has been made If Me.List1.ItemsSelected.Count = 0 Then[COLOR="Red"][/COLOR] MsgBox "Must select at least 1 employee" Exit Sub End If 'add selected values to string Set …

0
67
Member Avatar for Giffordw

I need to build a string and then interpret that string as the name of an element in a defined array. Concatination of the string is easy. strCard = R2_5 & "(17)" How then to put strCard into If(strCard = 1) Then ...?

0
68
Member Avatar for krzempus

Hi everybody! I have a little problem with making properties editable under VS2008. For example I've class: [CODE=c#] using System; using System.Collections.Generic; using System.Text; using System.Runtime.Serialization; using System.Security.Permissions; namespace ProjektBDApp.NowaWersja.Klasy { public class ControlVector : ISerializable { int left; int top; int width; int height; #region Acessors public int Left …

0
55
Member Avatar for janz_03

im trying to make a error trap for my program. my program is all about receiving report module, i have to modules, receiving report entry and update. and my problem is how can i make a code if one of the receiving report items were not found in the purchase …

0
49
Member Avatar for redprawn_89

hi everyone! i'm from Singapore i'm now currently working on a project using visual studio 2005, C# and i'm totally new to visual studio and i need help urgently i have to hand in the my project at the end of july i hope that i can find solutions to …

Member Avatar for Serunson
0
46
Member Avatar for charliecol

I feel so pleased to be part of your community. Hope to share with all members some of my limited knowledges and if possible, to learn from people who I am sure, are so smart on several themes related with programming and developing software. I have been linked from a …

Member Avatar for Serunson
0
63
Member Avatar for nipu_haq

hi, i'm working with a project. i'm using data report. i'm using defarent kind of paper size. pls tell me some one how can i use defarent kind of page setup using vb code.

Member Avatar for nipu_haq
-1
35
Member Avatar for futgates

Hello guys,please help me here. Am having a problem with my listview because i cant ediit or delete records in my list view.Please assist me with the codes here

0
55
Member Avatar for Benniit

My problem is, i use sql 2000 server, and i'm able to display records on the datagrid. Now, I'm able to display the checkboxes beside the rows of the datagrid. Now, I want whatever row the user checks, the recordset of the datagrid should move accrodingly. Whether the rows have …

0
58
Member Avatar for veledrom

Hi, I use Oracle database with vb6. [code]Label6.Caption = rcsetFran.Fields(0)[/code] generates 'Type mismatch and Variable uses an Automation type not supported in Visual Basic'. 0 is a autonumber column. Solution is to use 'Use a variable of a type recognized by Visual Basic'. If i do this, i cannot use …

Member Avatar for veledrom
0
80
Member Avatar for realone

pls how do i Creating a dynamic report with crystal report 10 in vb 6.I want to display the report by the output of my query result

0
51
Member Avatar for ramso
Member Avatar for williamku87

how i want to solve this problem my visual studio.net has detected that the specified web server is not running ASP.NET version 1.1. ? which mean me cannot create a new asp.net application.... who can help me?

0
58
Member Avatar for regi
Member Avatar for QVeen72
0
35
Member Avatar for sddproject

Hi I was wondering if anyone knew how to make a highscore list in VB 2005. This is for my project which is basically a quiz, and I would like the user to be able to click on the highscore button so that they can see their name, ranking and …

Member Avatar for Jx_Man
0
59
Member Avatar for WhYuLoOkIn

I am trying to run a script when a button is pressed on my Login.aspx page in Visual Studio 2008. I have set the Sub routine which is located within the script to redirect me to a certain page when the script is run for testing purposes. When I press …

Member Avatar for WhYuLoOkIn
0
152
Member Avatar for loveknights07
Member Avatar for Nemoticchigga

Is there a way to make a visual studio 2005 form repaint itself every 'x' number of milliseconds? Thanks.

Member Avatar for Nemoticchigga
0
55
Member Avatar for yassar

Hi, I am making an asp website using visual c#. I am working on visual studio 2008. I have a problem with selecting data source from the database for UI components. For example, i added a "dropdownlist", clicked to select data source appeared on the right. I entered my hostname, …

Member Avatar for ertugrul
0
250
Member Avatar for xyinyangx

I am in a c++ programming class in my High School, and I am having some trouble with the final I was assigned. We were assigned to make a video game, so I decided to make a text adventure. My code is basically a bunch of if statements telling the …

Member Avatar for xyinyangx
0
764
Member Avatar for Tekito

I have an app in VB w/ Excel that uses the Microsoft Solver feature. In order to ensure functionality of the Solver I run the line: Application.Run ("Solver.xla!Auto_Open") when starting up the program. I have now discovered that for some reason, after running this line, a listbox (that is totally …

0
67

The End.