Hi,
how to generate a fixed length data text file using Scripting.TextS tream / filesystemobjec t.
User Profile
Collapse
-
christine0207 started a topic how to generate a fixed length data text file using Scripting.TextStream / filesystemin Visual Basichow to generate a fixed length data text file using Scripting.TextStream / filesystem
-
hi,
in int main()
u forget to capture the number of days.. where is ur cin >> x; -
hi,
in int main()
u forget to capture the number of days.. where is ur cin >> x;Leave a comment:
-
#include<iostre am>
#include<string .h>
using namespace std;
int main()
{ string arr[4] = {"RRYYPP", "GGBBPP", "YYRROO", "VVBBGG};
for (int i =0; i <4; i++)
{
cout << arr[i] << endl;
}
return 0;
}Leave a comment:
-
christine0207 started a topic debug this problem ' run-time error '91': object variable or with block variable notin Visual Basicdebug this problem ' run-time error '91': object variable or with block variable not
hi
Can anyone help to debug this problem?
the error msg is run-time error '91':
object variable or with block variable not set.
here is my source code:
Option Explicit
Private m_conOra As ADODB.Connectio n
Private m_conEXTT As ADODB.Connectio n
Private m_strStatus As String
Private m_strDate As String
Private Sub Form_Load()... -
Hi nmsreddi,
There is some errors on 3rd line below:
If Not [Char].IsNumber(e.Key Char) And e.KeyChar <> CChar(8) And e.KeyChar <> 13 Then
Can u help me to solve this problem?
Regards
ChristineLeave a comment:
-
need help to convert C# to VB
How to convert this to VB.net
public void Number_Validate (object sender,
System.Windows. Forms.KeyPressE ventArgs e)
{
if(!Char.IsNumb er(e.KeyChar) && e.KeyChar != (char)8 && e.KeyChar != 13)
{
e.Handled = true;
MessageBox.Show ("Please Enter a Valid Number","Number Validation",
MessageBoxButto ns.OK);
}
} -
How to insert data using datagridview control
i still new in using Viusal Studio 2005.. -
how to save data in array permenantly
pls help.. i have no idea how to save data in array permentantly..
No activity results to display
Show More
Leave a comment: