Dear All,
I have windows 7 64 bit licence.
Is there any option to downgrade it to Windows7 32 bit with same license details...?
Regds,
Faisal M A
User Profile
Collapse
-
Downgrading Windows 7 64bit to Windows 7 32bit
-
Very Good Article.
Thanks Rabbit, CK
By Faisal -
-
That Means,
This may be help youCode:Select fld From ( Select 1 Flag,'All' Fld Union All Select 2 Flag, KindsColumn fld From ProductsTable ) a Order by Flag,Fld
Faisal M A...Leave a comment:
-
Hello Nasir
Try This
...Code:Private Sub Text1_KeyPress(KeyAscii As Integer) Dim TmpStr As String TmpStr = "0123456789." If KeyAscii = 8 Then Exit Sub If InStr(TmpStr, Chr(KeyAscii)) = 0 Then KeyAscii = 0 Dim Tmp As Integer Tmp = InStr(Text1.Text, ".") If Tmp > 0 And KeyAscii = 46 Then KeyAscii = 0 End Sub
Leave a comment:
-
Hello
I Got Solution
FaisalCode:SELECT REPLICATE('0', 4 - len(Code)) + Convert(nvarchar(20),Code) AS TempCol FROM StudentsLeave a comment:
-
Hello balame
I know convert method (Convert(Nvarch ar(20),Nos) Like
But hw we can get specified format above
Any way thanx For Reply
Faisal...Leave a comment:
-
Hello
This is the code
...Code:Dim Dst As New DataTable StrSQL = "SELECT DispName,ID From Table" Dap = New OleDb.OleDbDataAdapter(StrSQL, Con) Dap.Fill(Dst) With ComboBox1 .DataSource = Dst .DisplayMember = DispName .ValueMember = ID End WithLeave a comment:
-
Hello
Create 2 Connection 1 for sql And another for Access
Using First connection Select Fields from SqlTable
Then Insert or update int Acces using 2 Connection
FaisalLeave a comment:
-
Format Number in Sql Query
Hello All
I am Using sql2005
My Doubt is How To Format Numbers in Sql Query Like
Format(NOS,"000 0") in vb
ie I have Table Tbl1 Fields Nos1 Datatype int values 1,2,3,4,....... .........1000
When Simple Query Select * From Tbl1 We got Following o/p
1,2,3,4
But I want Out Put Like below
0001,0002,0003 ,------------, 0010,0011,---------,0100,0101,--------,1000... -
-
Save to Database using dataset
Hello
I am Using vb.net 2005 And sql2005
Please see then code below
...Code:Public Sub Saving(ByVal Table As String, ByVal Fields As String, ByVal Values As String) Dim DsS As New DataSet Dim cmd1 As New OleDbCommand(" Select * From " & Table & " Where 1 =2 ", Con) 'Dim cmd1 As New OleDbCommand(" Insert into Users Select * From Users Where 1=2 ", -
html.ocx
Hello,
if any one Have html.ocx please give me . i search by google but i can't get. so plz
Faisal -
Save dataset using Oledb Connection in VB.NET
Hello
I am Using Vb.Net 2005 And Sql2005
See This
...Code:Dim RsSave as new adodb.recordset RsSave.open "Select * From Table Where 1=2 ",Con,CursorTypeEnum.adOpenDynamic, LockTypeEnum.adLockOptimistic con.Begintrans RsSave.AddNew RsSave.Fields(0).Value = textbox1.text RsSave.Fields(1).Value = textbox2.text RsSave.Fields(2).Value
-
-
Hello Debasis
How To Resize
I Dont Under stand,
Please give some bits
Faisal...Leave a comment:
-
Vb.Net2005 Toolstrip Menu Item Problem
Hello,
I am Using Vb.Net2005. Project is Desktop Application
In Mdi Parent Form I Have 20 Toolstrip Menu Items.
I am Developed in 1024 * 768 screen resolution. When we working that All Menu Item We can See. But we Work in 800 * 600 screen resolution Only 15 we can sea. Other 5 is we cannot sea. Hoe to Over come This
Faisal -
How to know the User Log off or Shutdown the system
Hello Experts
When the system user Log off the system , shutdown and so on How to know that in vbcode
Bcoz When user Log on i have vb application that automatically work, but when user logg off , shut down i have write code in application
Please Help me
Faisal -
To Lock The system
Hello Experts
I am Using VB6
I am Create a small Program That is Work When we Logg on Computer. It is When one user loggon he can work on that computer 1 hr in a Day. After 1 Hr that user cannot Log in again. Another user can. after 1 hr system automatically logoff. This is Program
My Question is When user loggoff or restart or shutdown manually before 1 hr. we have to store his time. Hw this is done..?
... -
Hello
Try This
In here i think in group by option data_received is not neededCode:Select ip_address,Data_rec From (select ip_address,sum(data_received) as Data_rec from log group by ip_address,data_received) as Dt Order By Data_rec Desc
Try with that & without that to got ur output
Faisal...Leave a comment:
No activity results to display
Show More
Leave a comment: