15,991,533 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Omkaara (Top 59 by date)
Omkaara
6-May-16 6:33am
View
@OriginalGriff how many times i have to tell you that you are genius!!!!
Omkaara
19-Apr-16 6:06am
View
ahh thanx a lot!!
i am trying to create UI designer i need it for dynamic control handling
Omkaara
19-Apr-16 4:54am
View
@OrignalGriff will you please explain why its hidden event or not a good UI practice what sort of prbs can occur
Omkaara
25-Jan-16 9:15am
View
strFTP = "ftp://" & FTPUser & ":" & FTPPass & "@" & FTPHost & FTPDir
didnt work for me
strFTP = "ftp://" & FTPUser & "+" & FTPPass & "@" & FTPHost & FTPDir
did work
Omkaara
18-Jan-16 9:14am
View
but i think every .net button control has mousedoubleclick event i need to raise event in c# and handle it in vb.net to be specific mousedoubleclick event
Omkaara
4-Feb-15 5:42am
View
to be very frank i am new to this stuff i am trying to understand it but its all going over head
Omkaara
4-Feb-15 5:09am
View
yes ofcourse its blowfish cipher
Omkaara
4-Feb-15 5:00am
View
CopyMem(VarPtr(dataX) + 1, dataX, 3)
its basically memory copying i dont knw how to achieve the same in vb.net
Omkaara
16-Jan-15 6:58am
View
no a am not doing form visible property false but i am not doing it true either
Omkaara
16-Jan-15 6:24am
View
its a private sub i am calling it on form load event
Omkaara
20-Nov-14 8:40am
View
i need tool or plugin to interpret data from my database in flow manner
Omkaara
17-Nov-14 4:23am
View
has your issue is solved
Omkaara
5-Nov-14 8:13am
View
did you also change new String to New DataGridViewRow()
Omkaara
30-Jul-14 4:56am
View
i want to start timer from <%= Session["LogInTime"].ToString()
Omkaara
30-Jul-14 3:08am
View
above code is in javascript
my requirement is to do it in javascript
Omkaara
30-Jul-14 2:57am
View
all of above i have to do in Javascript
Omkaara
24-Jan-14 3:39am
View
the system shorDAte Format IN WIN XP is not changing to dd/MM/yyyy
where as in WIN & its Working
Omkaara
16-Jan-14 4:59am
View
but i need to check the values from the above fields i cant format the value and check
Omkaara
16-Jan-14 4:12am
View
it will show 30/12/1899 if format is change to Short Date
my question is how to change format while adding column itself
Omkaara
13-Dec-13 7:06am
View
oops!!!
i was adding existing crystalreport.rpt
Omkaara
6-Dec-13 0:55am
View
i am using vs2005 to create a msi files
can you suggest installer??
Omkaara
6-Dec-13 0:22am
View
there is erroer while installing
but whwn i opened the db after installation in c drive it opens as read only but if i install in d drive then it is not readonly
only c drive is pain
Omkaara
5-Dec-13 8:48am
View
sorry i forgot to mention its desktop based application
Omkaara
28-Nov-13 5:50am
View
i import excel and dynamically table is creadted excel is diffrent every time so position of date column changes i cannot detect it from vb 2010 which cell contains date andd which cannot
and i tried formatting column of excel
i wanted to know tht how can i prevent date converting into numbers so that as it is date values are imported
Omkaara
28-Nov-13 5:09am
View
i do not know which column in excel is date field it may change every time i import
i tried formatting cells as date not working
Omkaara
15-Nov-13 3:07am
View
i have many horizontal lines & vertical lines in my crystal i stored their location in db and change from vb.net as & when required
i wanted to move any any of these line at a time at particular location which will be stored in db
Omkaara
15-Nov-13 1:15am
View
that does not solve my problem
Omkaara
22-Oct-13 5:37am
View
insert into @Challan_tb values(1,2013,2)
insert into @Challan_tb values(2,2013,2)
insert into @Challan_tb values(3,2013,2)
insert into @Invoice_tb values( ,2013,2)
insert into @Invoice_tb values( ,2013,2)
the challan no is text field it can be blank in db
Omkaara
22-Oct-13 4:53am
View
insert into @Challan_tb values(1,2013,2)
insert into @Challan_tb values(2,2013,2)
insert into @Challan_tb values(3,2013,2)
insert into @Invoice_tb values(3,2013,2)
select distinct(Challan_No) from @Challan_tb where InvYear=2013 and Customer_ID =2
and Challan_No not in (select Challan_No from @Invoice_tb
where Customer_ID =2 and InvYear=2013)
above thing is working fine the problem occurs when there there is null data in @Invoice_tb
Omkaara
22-Oct-13 4:40am
View
if subquery return any value then its working ok
the problem is when subquery doesnt return any value outer query also does not works
Omkaara
22-Oct-13 4:37am
View
not in also not working i tried
Omkaara
19-Oct-13 0:50am
View
no every control is static
i am only adding event handlers on load & removing handlers on me.close
Omkaara
4-Oct-13 7:07am
View
No row can be added to a DataGridView control that does not have columns. Columns must be added first.
Its Showing above error
Omkaara
16-Aug-13 6:11am
View
opps i forgot
Omkaara
14-Aug-13 7:45am
View
First time its doing good ,,,, error is occurring when i am loading the same report second time –
Omkaara
14-Aug-13 7:36am
View
ya this is also cool one !!!
Omkaara
13-Jun-13 2:16am
View
data colomn is used only for header text of data gridview
Omkaara
24-May-13 8:24am
View
i havent found the soln yet
i have mentioned the error in the commnet
every time first node gets deleted not the which i want
Omkaara
23-May-13 5:08am
View
For Each myNode As XmlNode In xd.DocumentElement.ChildNodes
' MsgBox(myNode.LocalName.ToString)
If myNode.Attributes.ItemOf("Cid", uri).Value.ToString = intid Then
' myNode.ParentNode.ParentNode.RemoveChild((myNode.ParentNode))
myNode.ParentNode.RemoveChild(myNode)
End If
xd.Save(mXmlFilePath)
Next
i have changed this code now its deleting first node every time
Omkaara
23-May-13 5:06am
View
For Each myNode As XmlNode In xd.DocumentElement.ChildNodes
' MsgBox(myNode.LocalName.ToString)
If myNode.Attributes.ItemOf("Cid", uri).Value.ToString = intid Then
' myNode.ParentNode.ParentNode.RemoveChild((myNode.ParentNode))
myNode.ParentNode.RemoveChild(myNode)
End If
xd.Save(mXmlFilePath)
Next
i have changed this code now its deleting first node every time
Omkaara
13-May-13 1:55am
View
most of end users are still on microsoft xp so i have to create my software in vs 2005
Omkaara
13-May-13 1:45am
View
i am using vs 2005 2.0 framework linq is not availble in vs 2005
Omkaara
20-Apr-13 2:36am
View
no the whole name is in one field itself
on rightclick mouse event i am calling input box in which i enter the text;
that particular text appends the existing label text as a prefix
since its dyanamic i can change heigt and widht of label at runtime
so the text of label i want to format which will look like
prefix : value from
database
Omkaara
20-Apr-13 2:31am
View
actully code is so vast thts y i cant share my code
actully every thing is dynamically done using add handler
Omkaara
20-Apr-13 2:29am
View
yup i tried right justify but it does not works when i changes the size of label at runtime
actully code is so vast thts y i cant share my code
actully every thing is dynamically done using add handler
Omkaara
19-Apr-13 9:14am
View
its a vb.net destop based application where there is very big amount of data in data base
i am jsut creating amount of labels as in database at runtime
and using input box on right click of mouse and the the text in put box is appended in label
my problem is i dont lnw how to format that label created on runtime
as in static label i can doo this by inserting blank space in text property
but here i dnt knw how much amount of data will be there in database
Omkaara
19-Apr-13 9:01am
View
how to do that please ellaborate
Omkaara
19-Apr-13 6:53am
View
the text on label present is "Rahul Roy
Kadam"
i right click it and appends the "NAME"
i want my text in label to appear as same as in image
like
NAME: Rahul Roy
Kadam
but is appears as
NAME: Rahul Roy
Kadam
the label is dyanamically created on runtime
Omkaara
19-Apr-13 6:43am
View
Deleted
the text on label present is "Rahul Roy
Kadam"
i right click it and appends the "NAME"
i want my text in label to appear as same as in image
like
NAME: Rahul Roy
Kadam
but is appears as
NAME: Rahul Roy
Kadam
the label is dyanamically created on runtime
Omkaara
18-Mar-13 9:14am
View
but after minimizing i cant magzimise it ....
Omkaara
6-Mar-13 3:04am
View
not exactly animation
just like windows 7 minimize effects when i minimized a window in win 7 os it minimizes bit slowly
no; not tried coding yet
i just want idea that what Microsoft did for that minimize effect
so i can do for my vb2005 application
Omkaara
10-Jan-13 7:34am
View
cos i wanted my code to be compatible with every version of ie...
Omkaara
28-Dec-12 0:55am
View
@ashok19r91d
anyways thanx the work is done
i inserted my two images in one rectangle so its working properly now
is there any way to set the location of report items at runtime
Omkaara
25-Dec-12 7:34am
View
@ashok19r91d
i am getting dynamic images in reportviewer but when i export it in pdf it still remains sepreted
Omkaara
1-Dec-12 5:25am
View
@OriginalGriff thankyou very much
Omkaara
22-Nov-12 1:33am
View
yes i did tried above code since im using vb2005 it does not support pointers
Dim row As Pointer(Of Byte) this line gives error
system.refecltion.pointer has no type parameters
Omkaara
20-Nov-12 7:31am
View
i have tried that it add each & every fontstyles to combobox what i need is i should get fontstyles related to selected font like i said in question Monotype Corsiva font have only italic & italic bold font style so only two of these styles will be added to 2nd combobox when i select font in 1st combobox
Omkaara
16-Oct-12 1:14am
View
@Dave Kreskowiak,
Sir, please explain in detail how to set that "mode" property
Omkaara
13-Oct-12 2:16am
View
i am using this code foe time being but it does not allow me to select multiple control
http://www.codeproject.com/Articles/5090/Simple-Runtime-Control-Sizing-and-Dragging-Class
Show More